Skip to content
WebsitePanelStatus
NolayDocumentation
WebsitePanelStatus
Sections
Getting started
  • Section overview
  • What is Nolay
  • What is a VPS
  • Server requirements
  • Connecting a server
  • First project
Guides
  • Section overview
  • Domains and HTTPS
  • Secrets
  • Tunnel behind NAT
Concepts
  • Section overview
  • What is stored where
Reference
  • Section overview
  • Error codes
  • nolay.toml
Security
  • Section overview
Migration
  • Section overview
Troubleshooting
  • Section overview
Changelog
  • Section overview
Getting started
  • Section overview
  • What is Nolay
  • What is a VPS
  • Server requirements
  • Connecting a server
  • First project
Guides
  • Section overview
  • Domains and HTTPS
  • Secrets
  • Tunnel behind NAT
Concepts
  • Section overview
  • What is stored where
Reference
  • Section overview
  • Error codes
  • nolay.toml
Security
  • Section overview
Migration
  • Section overview
Troubleshooting
  • Section overview
Changelog
  • Section overview
  1. Documentation
  2. Troubleshooting

Troubleshooting

Common symptoms, their causes and what to do without contacting support.

Markdown

Find the symptom in the table. If the panel shows an error code, look it up in the error reference.

Server

What you seeWhyWhat to do
The server is OfflineThe agent is stopped or there is no outgoing access to api.nolay.ru:443systemctl status nolay-agent, then journalctl -u nolay-agent -n 50
Offline after reinstalling the OSAnother agent or an old token on the serverDelete the server in the panel and connect it again
Disk over 85 percentOld images take spacedocker image prune, or grow the disk

While the server is offline, its projects keep running.

Deploy

What you seeWhyWhat to do
Deploy failedThe build brokeThe last lines of the build log name the cause. The previous version keeps running
Readiness check failedThe app did not answer on the portCheck the port and that the app listens on 0.0.0.0, not 127.0.0.1
Stack not recognizedNo Dockerfile, and the files do not look like a known stackAdd a Dockerfile or pick a builder in builder
The build ran out of memoryThe server did not have enough memorySet resources.mem_mb or use a 2 GB server

Domain

What you seeWhyWhat to do
Running, but unreachable from outsideDNS does not point at the server yet, or ports 80 and 443 are closedCheck dig +short A <domain> and the provider firewall
No certificateDNS is not ready, Let's Encrypt cannot verify the domainSee docker logs nolay-caddy, retry only after fixing DNS

More in Domains and HTTPS.

PreviousMigrationNextChangelog

On this page

  • Server
  • Deploy
  • Domain
Updated 2026-09-23
Nolay

Nolay documentation: connecting your own server, deploys, domains, secrets.

Documentation

Getting startedReferenceChangelogllms.txt for AI

Product

WebsitePanelStatus
Nolay