Observable, commandable, recoverable, auditable management platform for high-privilege AI agents. Single binary. Zero dependencies. Deploy in seconds.
Real-time fleet overview — sessions, tokens, CPU, memory at a glance
Agent Probe (Go) Panel Server (Go + SQLite + React) ┌────────────────────┐ ┌──────────────────────────────────┐ │ collector │──15s──────│ POST /api/agents/heartbeat │ │ log tailer │──10s──────│ POST /api/agents/events │ │ config watcher │ │ POST /api/agents/register │ │ executor │◄────────────│ commands via heartbeat response │ │ upgrader │◄────────────│ upgrade via heartbeat response │ └────────────────────┘ │ │ │ React SPA (embedded in binary) │ │ SQLite WAL mode │ └──────────────────────────────────┘
git clone https://github.com/wzfukui/OpenClawPanel.git
cd OpenClawPanel
make all
./bin/openclawpanel-server
./scripts/install-agent-macos.sh http://YOUR_SERVER:9880
Dashboard → Login → Click "Approve" on pending agents