โ† Back to DevOps & Cloud
DevOps & Cloud by @jontsai

command-center

Mission control dashboard for OpenClaw - real-time session

0
Source Code

OpenClaw Command Center

Mission control for your AI workforce.

Quick Start

# Install from ClawHub
clawhub install command-center

# Start the dashboard
cd ~/.openclaw/skills/command-center
node lib/server.js

Dashboard runs at http://localhost:3333

Features

  • Session Monitoring โ€” Real-time view of all AI sessions with live updates
  • LLM Fuel Gauges โ€” Track Claude, Codex, and other model usage
  • System Vitals โ€” CPU, Memory, Disk, Temperature
  • Cron Jobs โ€” View and manage scheduled tasks
  • Cerebro Topics โ€” Automatic conversation organization
  • Cost Tracking โ€” Per-session costs, projections, savings estimates
  • Privacy Controls โ€” Hide sensitive topics for demos

Configuration

The dashboard auto-detects your OpenClaw workspace. Set OPENCLAW_WORKSPACE to override.

Authentication

Mode Use Case
none Local development
token Remote access
tailscale Team VPN
cloudflare Public deployment
DASHBOARD_AUTH_MODE=tailscale node lib/server.js

API

Endpoint Description
GET /api/state All dashboard data (unified)
GET /api/events SSE stream for live updates
GET /api/health Health check

Links