Files
clawdbot/docs/dashboard.md
2026-01-03 17:55:31 +01:00

600 B

summary, read_when
summary read_when
Gateway dashboard (Control UI) access and auth
Changing dashboard authentication or exposure modes

Dashboard (Control UI)

The Gateway dashboard is the browser Control UI served at / by default (override with gateway.controlUi.basePath).

Key references:

  • docs/control-ui.md for usage and UI capabilities.
  • docs/tailscale.md for Serve/Funnel automation.
  • docs/web.md for bind modes and security notes.

Authentication is enforced at the WebSocket handshake via connect.params.auth (token or password). See gateway.auth in docs/configuration.md.