#How to enable remote Control UI access without pairing?

1 messages Β· Page 1 of 1 (latest)

spare prawn
#

Hi, I deployed OpenClaw Gateway 2026.3.13 on Render (Docker).

Config:

--bind lan (listening on ws://0.0.0.0:18789)
gateway.controlUi.allowedOrigins: ["https://acc-claw.onrender.com"]
gateway.controlUi.dangerouslyAllowHostHeaderOriginFallback: true
gateway.auth.mode: "token"
The gateway is live and I can reach the login page at https://acc-claw.onrender.com. Token authentication works but I get "pairing required" error.

How can I access the Control UI remotely without pairing? Is there a config option to disable pairing for the web dashboard?