-
Notifications
You must be signed in to change notification settings - Fork 226
Description
Summary
When browsing to OpenClaw Studio, the page comes up but is not detecting the agents. I have two agents (main and coder). Running OC Studio doctor comes back with all OK results.
Running OpenClaw 2026.2.9 and current OC Studio. Accessing via the network and not localhost. Also accessing via Chrome on iPhone.
Steps to reproduce
-
Install with
npx -y openclaw-studio -
Run
npm run dev -
Browse to http://<host_ip>:3000
Expected
Page comes up and 2 agents detected.
Actual
Page comes up and no agents detected.
Environment
- OS: Ubuntu 25.10
- Node: 25.6.0
- UI version/commit: latest
- Gateway running? (yes/no) YES
Logs/screenshots
npx -y openclaw-studio@latest doctor --check
OpenClaw Studio Doctor
Checks
[OK] Node runtime for OpenClaw (recommended >= 22; detected 25.6.0)
[OK] openclaw in PATH (recommended)
[OK] OpenClaw config /home/omitted/.openclaw/openclaw.json
[OK] Studio settings (/home/omitted/.openclaw/openclaw-studio/settings.json) gateway url: ws://127.0.0.1:18789
[OK] Local gateway reachable (ws://127.0.0.1:18789) port open
[OK] Gateway target (ws://127.0.0.1:18789) ready
[OK] Gateway token available config gateway.auth.token
