Adding a Server
Step 1: Get Your Token
Go to catops.app/settings and copy your Agent Token.Step 2: Install Agent
Run on your server:Step 3: Connect to Cloud
Step 4: Start as Service
What Gets Collected
Every 10-30 seconds (configurable), the agent collects:Changing Collection Interval
Multiple Servers
Repeat the install process on each server. They’ll all appear in your dashboard.Free tier: up to 3 servers. PRO: unlimited.
Naming Servers
Servers are named by their hostname by default. To change:- Go to Settings in the dashboard
- Find the server
- Click Edit and set a custom name
Removing a Server
On the server:Troubleshooting
Server not appearing in dashboard
Server not appearing in dashboard
- Check connection:
catops auth info - Restart service:
catops restart - Check logs:
catops service status
Metrics not updating
Metrics not updating
- Ensure service is running:
catops service status - Check network:
curl https://api.catops.app/health - Restart:
catops restart
High CPU usage from agent
High CPU usage from agent
The agent typically uses less than 1% CPU. If higher:
- Increase interval:
catops set interval 60 - Restart:
catops restart