10:21:28 [browser/server] Browser control listening on http://127.0.0.1:18791/ (auth=token)
10:21:29 [telegram] [default] starting provider (@andrenalbot)
10:21:42 [plugins] embedded acpx runtime backend readyadvertise (gateway fqdn=MSI (OpenClaw)._openclaw-gw._tcp.local. host=openclaw.local. port=18789 state=probing)
10:21:27 [plugins] embedded acpx runtime backend registered (cwd: C:\home\node.openclaw\workspace
#why everytime open during startup i pened the site lin and always says unautorized ?
1 messages · Page 1 of 1 (latest)
That usually means the UI can reach the gateway, but auth does not match.
Your log already shows auth=token, so the site is expecting a gateway token. Opening the URL alone is not enough.
Try this first:
openclaw --version
openclaw dashboard
Then in the Control UI:
- go to Overview -> Gateway Access
- paste your token into Gateway Token
- click Connect
If you need the token:
openclaw config get gateway.auth.token
If no token exists yet:
openclaw doctor --generate-gateway-token
If you use password mode instead, use Gateway Password instead of the token.
If it still fails, paste these too:
openclaw status --all
openclaw gateway status
Docs:
- https://docs.openclaw.ai/help/faq#the-control-ui-says-unauthorized-or-keeps-reconnecting-what-now
- https://docs.openclaw.ai/web/dashboard#if-you-see-unauthorized--1008
If the exact error is pairing required instead of unauthorized, send that text, because that is a different fix.
so the command is type openclaw dashboard if you wanted to straight go the dashboard chatboot link ?
Yep, that’s the right command to open the Control UI link.
Use:
openclaw dashboard
If you’re running from source inside the repo, use:
pnpm openclaw dashboard
What it does:
- prints the dashboard URL
- usually copies it
- tries to open it in your browser
But if your gateway uses auth, the page can still say unauthorized until you enter the correct token/password in Overview -> Gateway Access.
So the flow is:
openclaw dashboard
then if needed:
openclaw config get gateway.auth.token
Paste that token into the UI, then click Connect.