Haven't installed OpenClaw yet?
curl -fsSL https://openclaw.ai/install.sh | bashiwr -useb https://openclaw.ai/install.ps1 | iexcurl -fsSL https://openclaw.ai/install.cmd -o install.cmd && install.cmd && del install.cmdWorried it'll affect your machine? ClawTank — cloud deploy in 60s, zero risk to your files.
Getting "access not configured" when trying to use OpenClaw's dashboard or browser interface? This means the gateway isn't set up to accept web connections. Here's how to fix it.
Error Messages
You might see any of these:
OpenClaw: access not configured.
Error: web login provider is not available.
Device identity required.
TUI gateway disconnected — closed idle.
They all point to the same root issue: the gateway needs configuration before it accepts browser or API connections.
Quick Fix
Step 1: Set Gateway Mode
openclaw config set gateway.mode local
Step 2: Restart
openclaw restart
Step 3: Approve Your Device
Open the dashboard URL in your browser. You'll see a pairing request. Approve it:
openclaw devices list
openclaw devices approve DEVICE_ID
That's it. The dashboard should now work.
"Web Login Provider Is Not Available"
This specific error means web-based authentication isn't enabled. Fix:
openclaw config set gateway.mode local
openclaw restart
If you're accessing from a different machine:
openclaw config set gateway.mode remote
openclaw config set gateway.host "0.0.0.0"
openclaw restart
"Device Identity Required"
Every new browser connection needs approval. This is a security feature.
# See pending devices
openclaw devices list
# Approve the device
openclaw devices approve DEVICE_ID
If you're connecting via Telegram, approve differently:

![OpenClaw Factory Reset: How to Start Completely Fresh [2026]](/_next/image?url=%2Fblog%2Fopenclaw-factory-reset-guide.png&w=3840&q=75&dpl=dpl_2ruUhzmWbmK6SCWC1YJ1Xm9VKk1C)
![Fix OpenClaw Dashboard Not Working: Web UI & TUI Guide [2026]](/_next/image?url=%2Fblog%2Fopenclaw-web-ui-dashboard-fix.png&w=3840&q=75&dpl=dpl_2ruUhzmWbmK6SCWC1YJ1Xm9VKk1C)