Hey Krill! Im on the latest version of openclaw, 4.11, and i never got the builtin openclaw browser to work! Im using a diffrent way of starting my gateway, i do it with a systemctl service, but i dont think thats affecting anything.
openclaw browser start ("openclaw" as default) also does nothing and times out
Here is my config
"browser": {
"enabled": true,
"headless": true,
"noSandbox": true,
"attachOnly": true,
"defaultProfile": "openclaw",
"ssrfPolicy": {
"dangerouslyAllowPrivateNetwork": true
},
"profiles": {
"remote-lxc": {
"cdpUrl": "BROWSERLESSURL",
"color": "FF0000"
}
}
},
And the openclaw browser status
root@openclaw:~ openclaw browser --browser-profile openclaw status
π¦ OpenClaw 2026.4.11 (769908e) β If you can describe it, I can probably automate itβor at least make it funnier.
profile: openclaw
enabled: true
running: false
transport: cdp
cdpPort: 18800
cdpUrl: http://127.0.0.1:18800
browser: unknown
detectedBrowser: chrome
detectedPath: /usr/bin/google-chrome
profileColor: FF4500
root@openclaw:~
Again, latest version, and a LXC, so no x11 or any ui stuff.