I do not think I am the only person that encounter this issue.
root@ubuntu-s-1vcpu-1gb-sgp1-01:~# openclaw browser --browser-profile openclaw start
🦞 OpenClaw 2026.2.9 (33c75cb) — Automation with claws: minimal fuss, maximal pinch.
│
◇
│
◇
🦞 browser [openclaw] running: true
openclaw browser --browser-profile openclaw open https://google.com
🦞 OpenClaw 2026.2.9 (33c75cb) — The UNIX philosophy meets your DMs.
│
◇
opened: https://google.com/
id: D39C321D642245A13EA7698990C09FC1
but when I do:
curl -sS --max-time 2 http://127.0.0.1:18791/ || echo "NOPE"
NOPE is the output.
also if I tell the agent, do openclaw browser --browser-profile openclaw open https://google.com and fetch me some info, agent get blocked by:
Our systems have detected unusual traffic from your computer network. This page checks to see if it's really you sending the requests, and not a robot
Use what setting can I let my agent browse internet and fetch me info (like gold price today or sports news) like a human.
I run the agent in a digital ocean server so there is no GUI.
also this is my browser config, which looks standard. (I restarted a few times) Thank you very much!
"browser": {
"enabled": true,
"executablePath": "/usr/bin/google-chrome",
"headless": true,
"noSandbox": true,
"attachOnly": false,
"defaultProfile": "openclaw"
},