Choose Your Path
- Cloud (Recommended)
- Hub (Self-Hosted)
- CLI Only
Best for: Quick setup, no infrastructure management, free tier
Create Account
Go to catops.app and sign up with email or GitHub.
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