Skip to main content
CatOps CLI is a lightweight monitoring agent that runs on your servers and sends metrics to the cloud dashboard.

Features

System Monitoring

CPU, memory, disk, and network metrics

Telegram Alerts

Get notified when something goes wrong

AI Assistant

Ask questions about your server

Auto-start

Runs automatically on boot

Quick Install

curl -fsSL https://get.catops.app/install.sh | bash
With cloud mode (for Telegram alerts):
curl -fsSL https://get.catops.app/install.sh | AUTH_TOKEN="your_token" bash
Do NOT use sudo with the install script. It installs to your home directory.

Basic Usage

# Check status
catops status

# Ask AI about your server
catops ask "why is CPU high?"

# Configure thresholds
catops set cpu 80
catops set mem 80
catops set disk 90

# Restart monitoring
catops restart

Difference from Hub

HubCLI
PurposeWeb dashboardMonitoring agent
Runs onYour serverYour server
InterfaceWeb browserCommand line
LicenseRequired ($5-12/mo)Free
FeaturesDashboard, Docker, NetworkMetrics, Alerts, AI