Quick start
This guide will lead you from an empty account to your first metrics in five minutes. You need a Linux server with root access. Windows follows.
1. Create an account
Section titled “1. Create an account”Open https://monsys.ai/signup, fill in company, email and password. You will be directly forwarded to the hub.
2. Generate an agent token
Section titled “2. Generate an agent token”In the dashboard: Settings → Agents. Give your server a name (e.g. web-edge-01) and click Generate token →. You will immediately receive the full token — copy it right away, we only show it once.
3. Install the agent
Section titled “3. Install the agent”Paste the command that the dashboard gave you on your server (as root):
curl -fsSL https://get.monsys.ai/install.sh | sudo MONSYS_TOKEN=<your-token> bashOr explicitly:
curl -fsSL https://get.monsys.ai/install.sh -o /tmp/monsys-install.shsudo MONSYS_TOKEN="<your-token>" bash /tmp/monsys-install.shThe installer:
- Downloads the Rust binary (~5 MB) to
/usr/local/bin/monsys-agent - Writes
/etc/monsys/agent.tomlwith your token (mode 0640) - Plants honeypot-canaries
- Installs scope-locked sudoers rules
- Enables
monsys-agent.serviceunder systemd
4. Verify
Section titled “4. Verify”systemctl status monsys-agentjournalctl -u monsys-agent -fExpected output:
● monsys-agent.service - Monsys System Monitoring Agent Active: active (running) since 09:21 UTCOpen the dashboard Servers — within ~30 seconds you will see your host as online with live CPU/RAM/disk/network graphs.
5. Fill in metadata
Section titled “5. Fill in metadata”Click on your new server and use ⚙ Metadata top-right to add cloud provider, region, group, role and tags. IP’s and hostname are already automatically filled in.
Next steps
Section titled “Next steps”- Connect webhooks or ntfy push
- Check the REST API reference
- Read about the Emergency Action Protocol