OpenClaw canvas & live dashboard
The OpenClaw canvas shows live what your agent is doing. Here's how to make it a team tool โ safely and auditably.
Open the canvas
Once the daemon is running, the canvas is reachable on http://127.0.0.1:18789. Default view: live stream of skill calls, with inputs, tool calls, outputs and tokens.
What does the canvas show?
- Active channels and status
- Recent skill calls per user
- Tool calls (which MCP servers were invoked)
- Token counter (today, this week, this month)
- Errors and warnings
Expose safely via Tailscale
Never go public (CVE-2026-25253!). Instead:
tailscale serve --bg http://127.0.0.1:18789The canvas is now reachable at https://hostname.tailnet.ts.net for Tailscale members โ not the world.
Use replay
Past calls can be replayed for debugging or skill improvement. Click a skill call โ "Replay with same inputs". Useful for tuning system prompts.
Export tracing
Per skill call: full trace as JSON. Export to Elastic, Datadog or Splunk for production monitoring.