From 83b3875131087d04ae354a67977ef985119cd797 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 16 Jan 2026 09:07:17 +0000 Subject: [PATCH] docs: add control UI unauthorized FAQ hint --- docs/start/faq.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/start/faq.md b/docs/start/faq.md index 2bb180fd8..c6633ee7f 100644 --- a/docs/start/faq.md +++ b/docs/start/faq.md @@ -1355,9 +1355,11 @@ Facts (from code): Fix: - Fastest: `clawdbot dashboard` (prints + copies tokenized link, tries to open; shows SSH hint if headless). +- If you don’t have a token yet: `clawdbot doctor --generate-gateway-token`. - 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). +- Still stuck? Run `clawdbot status --all` and follow [Troubleshooting](/gateway/troubleshooting). See [Dashboard](/web/dashboard) for auth details. ### I set `gateway.bind: "tailnet"` but it can’t bind / nothing listens