Skip to content

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_TOKEN configured on the agent

Check Connection

After adding, the hub attempts a call to /health on the agent. The status is displayed:

StatusDescription
OnlineThe agent responds correctly
OfflineThe 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.