Skip to content

Node Issues

Running servers keep running — only management is down. Check in order:

  1. Agent process on the node: running? (systemctl status / OpenRC equivalent.) Restart it and watch its logs.
  2. Node → panel path: DNS resolves the panel URL from the node? Outbound HTTPS reaches it? A proxy or firewall change breaks this silently.
  3. Panel side: is the panel itself healthy (panel issues)? An unreachable panel makes every node look dead.
  4. Credentials: rotated or revoked node API keys break check-in — re-register the key (registering).
  • Wrong panel URL (scheme/host/port) in the agent config — the most common cause.
  • Clock skew: large time differences break TLS and token validation; sync with NTP.
  • Version mismatch: an agent far newer/older than the panel may be rejected — keep them in step (updating a node).

That is a node problem, not N server problems:

  1. Disk full? Memory exhausted? Check node metrics first.
  2. Recent OS/runtime/agent update? Consider rollback per updating a node.
  3. Migrate critical servers to a healthy node while you investigate — the fleet exists for exactly this.

Agent version, agent log tail (50–100 lines around the failure), node OS and free resources (df -h, free -m), and whether the panel URL is reachable from the node with curl.