OpenClaw (Lobster) Dashboard won't open, don't reinstall it first. In most cases, the gateway is not starting, the port is wrong, the browser access address is wrong, or the authentication token for the Control UI has expired. Run the official obstacle removal link first, which is more stable than directly deleting the configuration.
Run these first
openclaw status: Look at the overall state.openclaw gateway status: Check whether the Runtime is running and whether the Dashboard URL is displayed.openclaw logs --follow: Observe whether there is an auth loop, origin not allowed, or gateway connect failed.openclaw doctor: Automatically check configurations and services.
Deal with it according to the phenomenon
| phenomenon | Treatment |
|---|---|
| The browser won't open at all | Check if the Gateway is running, if the port is occupied, restart if necessaryopenclaw gateway restart |
| Authentication fails or repeatedly jumps | Clear the site cache and reopen it from openclaw dashboard |
| The remote machine won't open | Don't expose ports directly, prefer Tailscale, SSH tunnels, or official remote access schemes |
| The log appears origin not allowed | Verify that the access URL matches the origin allowed by the configuration |
The Dashboard is the control plane, not just the chat window. It can be configured, sessions, and managed nodes, so there must be authentication and network boundaries when opening remotely. If you can access it locally, don't make it public to the public network first.
Official open source address: https://github.com/openclaw/openclaw.