Quickstart
Get your first server reporting into Demerzel in about five minutes.
1. Create your organization
Sign up with your email — no password. We send you a 6-digit code; enter it and name your organization. You’re now the owner.
2. Get an enrollment token
An enrollment token is a short-lived, single-use secret that lets a new server join your organization. See Enroll a new agent for how to generate one.
3. Install the agent
Download the agent binary onto the server and enroll it with your token:
demerzel-agent --enroll <your-token>
The agent generates a private key, receives a signed certificate that carries its identity, and stores everything locally. Full details in Download & run the agent.
4. Run it continuously
Start collecting on a schedule — usually as a system service:
demerzel-agent --interval 1m
See Run the agent as a service.
5. Watch it appear
Within a minute your server shows up on the dashboard with a Health Score and any Actions that need attention.