Tutorial
Create and install a server agent
Provision a server monitor, generate the install script, and confirm the agent is reporting health data.
1) Create the agent record
- Open Dashboard → Server agents.
- Click Install agent (or New if creating from scratch).
- Name the agent, choose region/tags, and save.
Tags help you group hosts (e.g., edge, db, us-east-2).
2) Run the install command
- Copy the generated shell command from the dashboard.
- SSH into the target host and paste the command.
- The script warns if not run with
sudoand asks for confirmation. - Confirm to download, register, and start the agent service.
Agents communicate over HTTPS only. No inbound ports are required.
3) Verify the connection
- Return to the Server agents page; the agent should show Online within seconds.
- Click the agent to view last heartbeat, CPU/memory, and attached monitors.
- If status is Unknown, refresh or check network egress from the host.