#How do I get a nice graphical dashboard for my agent so I can monitor everything that is going on
1 messages · Page 1 of 1 (latest)
Following
Yep — quickest way to get the graphical dashboard is:
openclaw dashboard
(orpnpm openclaw dashboardif you’re running from repo/no global install)
That opens the Control UI (usually http://127.0.0.1:18789/) where you can monitor chats, runs, logs, and approvals.
If it asks for auth, use your gateway.auth.token.
Docs:
- Dashboard: https://docs.openclaw.ai/web/dashboard
- Control UI: https://docs.openclaw.ai/web/control-ui
Not this kind of dashboard.
I like to see an overview of my agents, their logs and what they are working on with a nice theme
Ah gotcha — you’re looking for a more “mission control” style UI.
Right now, in OpenClaw the Control UI is the main dashboard for that:
- Sessions/agents overview
- Live logs
- Current runs + tool activity
Docs:
If you don’t see those sections, can you paste:
openclaw --version
You might just be on an older build.
For a heavily themed/custom analytics dashboard (Grafana-style), that’s not a first-class built-in UI yet — you’d do that by shipping logs to external tooling.
just search up Openclaw Mission Control
there are plenty of them