"Why is the site slow?"→AI Agent→Checks CPU, RAM, nginx→"RAM at 94%, restarted php-fpm"
// How it works
// Architecture
💬
Messaging Channels
Talk to your servers through Discord or Telegram. Just type a question in natural language — no SSH sessions, no memorizing commands.
DiscordTelegram
messages
🧠
Central Agent Server
A dedicated VPS running the AI agent as a systemd service. Receives messages, orchestrates tool calls, manages SSH connections to all managed servers.
UbuntuOpenClawsystemd
api
⚡
Cloud LLM via Ollama
AI model runs remotely through Ollama's cloud routing — zero local RAM usage. Supports tool calling so the agent decides which commands to run.
Free TierTool Calling64k+ Context
ssh
Client Servers
Each server has a dedicated monitoring user with SSH key authentication and restricted sudo. The agent connects over SSH, runs commands, and analyzes results.
Web Server
cPanel / HestiaCP
App Server
Ubuntu
Dev Server
Ubuntu
+ more
Add anytime
// Automated monitoring
Health Checks & Alerts
Automated heartbeat checks run every 30 minutes across all servers. Alerts are posted to a dedicated Discord channel when thresholds are breached.
Disk Usage
Alert when > 90% full
Memory Usage
Alert when > 90% used
CPU Load
Alert when > 2x CPU count
Web Server Status
Alert if Nginx/Apache down
// Security model
Defence in Depth
Every layer is hardened. The monitoring user can manage services and read logs — but cannot destroy anything.