Servers
Add a Server
From the interface, fill in the remote server details:
- Name: readable identifier (e.g.
prod-1,staging) - IP / Hostname: agent address (e.g.
10.0.1.5) - Port: agent port (default
3002) - Token: the
AGENT_TOKENconfigured on the agent
Check Connection
After adding, the hub attempts a call to /health on the agent. The status is displayed:
| Status | Description |
|---|---|
| Online | The agent responds correctly |
| Offline | The agent is unreachable |
If status is Offline
Check that:
- The agent container is running (
docker ps) - The firewall allows connections from the hub
- The token is correct
Edit / Delete a Server
Actions are available from the server list. Deleting a server does not modify the Caddy configuration on the remote server.
