I was working with my security bot on trying to configure and setup a headless Chrome browser session that OpenClaw could use and had a very hard time with it. I ended up running in circles with my agent named Scooter and he gave a high level synopsis of what we tried. Any help would be appreciated. Im running on a headless VPS Ubuntu 24.04LTS btw. TIA.
Yep, here’s a short one you can screenshot:
OpenClaw browser question / possible bug
- Running OpenClaw
2026.4.11on Ubuntu VPS - Chrome headless is running fine as a persistent user systemd service on
127.0.0.1:9222 curl http://127.0.0.1:9222/json/versionworks, so CDP is definitely live- Configured a custom browser profile with
cdpUrl: "http://127.0.0.1:9222"and laterattachOnly: true - OpenClaw still reports that profile as
running: false openclaw browser --browser-profile remote open ...andsnapshotboth fail with:
Browser attachOnly is enabled and profile "remote" is not running
Question: is local Chrome exposed via cdpUrl on the same VPS supposed to work as a remote CDP profile, or is this an unsupported / currently broken path?