mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-29 04:57:09 +02:00
Fixes #71494. - Render Control UI links with https:// when gateway TLS is enabled. - Render websocket links with wss:// through the shared link resolver. - Add daemon status handoff coverage and TLS scheme docs. Co-authored-by: deepkilord <wang_hgang@msn.com>
1.0 KiB
1.0 KiB
summary, read_when, title
| summary | read_when | title | ||
|---|---|---|---|---|
| CLI reference for `openclaw dashboard` (open the Control UI) |
|
Dashboard |
openclaw dashboard
Open the Control UI using your current auth.
openclaw dashboard
openclaw dashboard --no-open
Notes:
dashboardresolves configuredgateway.auth.tokenSecretRefs when possible.dashboardfollowsgateway.tls.enabled: TLS-enabled gateways print/openhttps://Control UI URLs and connect overwss://.- For SecretRef-managed tokens (resolved or unresolved),
dashboardprints/copies/opens a non-tokenized URL to avoid exposing external secrets in terminal output, clipboard history, or browser-launch arguments. - If
gateway.auth.tokenis SecretRef-managed but unresolved in this command path, the command prints a non-tokenized URL and explicit remediation guidance instead of embedding an invalid token placeholder.