Playbooks/Multi Agent Dashboard

Multi Agent Dashboard

Overview

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

OpenClaw Agent Dashboard preview
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:

  1. Install the dashboard package
  2. Set it up with secure authentication
  3. Start it running on port 3001
  4. 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-dashboard
2

Configure authentication

Set a username and password:

openclaw config set dashboard.auth.username admin
openclaw config set dashboard.auth.password YOUR_PASSWORD
3

Start the dashboard

openclaw dashboard
4

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