Skip to content

Dashboard โ€‹

The Dashboard is your central view into everything happening across your OpenClaw gateway โ€” sessions, token usage, errors, and system health, all updating in real time.

Dashboard

Session Cards โ€‹

Each active or recent session is displayed as a card showing:

  • Status indicator โ€” Active ๐ŸŸข, Idle โšช, or Done ๐Ÿ”ต
  • Model โ€” which LLM is powering the session
  • Channel โ€” where the session originated (e.g., Discord, Telegram, webchat)
  • Token usage โ€” input / output / cache token counts
  • Turn count โ€” ๐Ÿ’ฌ N turns showing conversation length

Sub-Agent Tree โ€‹

Sessions that spawn sub-agents display an expandable tree. Click to expand and see the full hierarchy โ€” each child session links to its own Session Replay.

View Modes & Sorting โ€‹

  • View modes: Switch between Active (running sessions only) and All (including completed)
  • Sorting: Order by Recent (newest first), Token (highest usage first), or Group (by channel/model)

Metrics Summary โ€‹

A summary row at the top shows aggregate numbers at a glance:

  • Total tokens consumed across all sessions
  • Session count (active / total)
  • Errors & warnings in the current time range
  • Gateway uptime

Charts โ€‹

Token Usage Chart โ€‹

A stacked area chart showing token consumption over time, broken down by model. Hover over any point to see the exact per-model breakdown.

Errors & Warnings Chart โ€‹

Visualizes error and warning frequency over time, helping you spot spikes and correlate them with specific sessions or deployments.

Time Granularity โ€‹

Use the time picker to adjust the chart window: 30m ยท 1h ยท 6h ยท 12h ยท 24h.

Gateway Status Bar โ€‹

The status bar shows your gateway's current state:

  • Online / Offline indicator
  • Version and uptime
  • Connected channels with health status

Real-Time Updates โ€‹

The dashboard uses GraphQL subscriptions (over SSE) to stay current. When data changes โ€” a new session, a token update, an error โ€” the affected components refresh automatically. No manual reload needed.

TIP

Click any session card to open the Session Drawer and explore the full Session Replay.

Released under the MIT License.