Documentation
Quick Start
Get your first device monitored in under 5 minutes.
1
Create your account
Sign up at cs-command.com and start your 14-day free trial. No credit card required.
2
Create an organization
In the panel, go to Organizations → New Organization and create your first client.
3
Install the agent
Copy the Org Key from Settings → API Keys and run on the target device:
# Windows (PowerShell as Administrator)
irm https://cs-command.com/install.ps1 | iex; Install-CSAgent -Key YOUR_KEY
# Linux
curl -sSL https://cs-command.com/install.sh | bash -s -- --key YOUR_KEY4
Monitor your device
Within 60 seconds, the device will appear in Devices with Online status. Check CPU, RAM and disk metrics in real time.
5
Configure alerts
Go to Monitoring → Policies to create alert rules. Define thresholds for CPU, memory and disk and receive automatic notifications.