Choose Your Path
- Cloud (Recommended)
- Hub (Self-Hosted)
- CLI Only
Best for: Quick setup, no infrastructure management, free tierThat’s it! Your server now appears in the Cloud dashboard.
1
Create Account
Go to catops.app and sign up with email or GitHub.
2
Install Agent
Run this on your server:
Don’t use
sudo - the CLI installs to your home directory.3
Connect to Cloud
Copy your auth token from the dashboard and run:
4
Start Monitoring
What’s Next?
Add Health Checks
Monitor your websites and APIs
Set Up Alerts
Get notified via Telegram, email, or Slack
Add More Servers
Install the agent on additional servers
Docker Monitoring
Monitor your containers and logs
Troubleshooting
Agent not connecting to Cloud
Agent not connecting to Cloud
- Check your auth token:
catops auth info - Restart the service:
catops restart - Check logs:
catops service status
Hub dashboard not loading
Hub dashboard not loading
- Check if service is running:
systemctl status catops-hub - Check firewall:
sudo ufw allow 8090 - View logs:
journalctl -u catops-hub -f
Permission denied during install
Permission denied during install
- For CLI: Don’t use
sudo, it installs to~/.local/bin - For Hub: You need
sudoas it installs to/opt/catops