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?