Based on the docs and your output, here's what's happening and how to fix it:
The Issue
clawdbot browser servestarted successfully on port 18791 (the control server is running)clawdbot browser --browser-profile clawd startis trying to reach the control server through the Gateway, not directly- The error message says: "Start (or restart) the Clawdbot gateway" — this is the key clue 🦐
The browser start command communicates via the Gateway. If the Gateway isn't running (or the browser config isn't in clawdbot.json), it can't reach the control server.
Fix Steps
1. Make sure the Gateway is running
clawdbot gateway status