Multi Agent Dashboard
Overview
A real-time dashboard for monitoring your OpenClaw agents. View agent status, context usage, tokens, costs, and recent activity.

The dashboard reads your local OpenClaw session files - no data is sent externally. Access it securely over Tailscale from any device.
Let Your Agent Do It
Just tell your OpenClaw agent to set everything up. Here's what to send:
Send this to your agent:
"Set up the agent dashboard for me:
- Install the dashboard package
- Set it up with secure authentication
- Start it running on port 3001
- Give me the URL to access it"
Or Do It Yourself
Prefer to set it up manually? Here's how:
1
Install the dashboard
npm install -g @openclaw/agent-dashboard2
Configure authentication
Set a username and password:
openclaw config set dashboard.auth.username admin
openclaw config set dashboard.auth.password YOUR_PASSWORD3
Start the dashboard
openclaw dashboard4
Access it
Open http://localhost:3001 in your browser.
Security note:
- Change the default password immediately
- Only expose over VPN or Tailscale, not publicly
- Consider using authentication middleware