18 lines
655 B
Markdown
18 lines
655 B
Markdown
---
|
|
summary: "Gateway dashboard (Control UI) access and auth"
|
|
read_when:
|
|
- 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`](/control-ui) for usage and UI capabilities.
|
|
- [`docs/tailscale.md`](/tailscale) for Serve/Funnel automation.
|
|
- [`docs/web.md`](/web) 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`](/configuration).
|