docs: add dashboard faq

This commit is contained in:
Peter Steinberger
2026-01-12 19:14:00 +00:00
parent 55aeb8a0d3
commit 74806aa5e3
2 changed files with 14 additions and 0 deletions

View File

@@ -764,6 +764,8 @@ Facts (from code):
- The UI can import `?token=...` (and/or `?password=...`) once, then strips it from the URL.
Fix:
- Fastest: `clawdbot dashboard` (prints + copies tokenized link, tries to open; shows SSH hint if headless).
- If remote, tunnel first: `ssh -N -L 18789:127.0.0.1:18789 user@host` then open `http://127.0.0.1:18789/?token=...`.
- Set `gateway.auth.token` (or `CLAWDBOT_GATEWAY_TOKEN`) on the gateway host.
- In the Control UI settings, paste the same token (or refresh with a one-time `?token=...` link).