Operations
Monitor VPS and server logs
Register log agents, send server logs, review summaries, and create alarms for error patterns.
Setup steps
- Open VPS Logs.
- Create or register an agent for the server.
- Install the agent on the VPS with its token and endpoint.
- Start the service and confirm the agent heartbeat.
- Open logs, summaries, error patterns, and alarms after events arrive.
Example systemd service
/etc/systemd/system/rabbitt-agent.service
[Unit]
Description=CloudWatcher VPS log agent
After=network.target
[Service]
Environment=RABBITT_AGENT_TOKEN=replace_with_token
ExecStart=/usr/local/bin/rabbitt-agent
Restart=always
[Install]
WantedBy=multi-user.targetEnable and check
sudo systemctl enable rabbitt-agent
sudo systemctl start rabbitt-agent
sudo systemctl status rabbitt-agentNeed more help?
Keep moving with the right next guide
If your team still runs into setup issues, empty dashboards, billing delays, callback failures, or alerting problems, continue with troubleshooting before re-running the entire onboarding flow.