disconnected
Live console for OpenClaw
Role is visual only. Admin: password "admin". Guest: any.
A live, visual chat console for OpenClaw. It connects directly to the local gateway and renders an interactive chat experience.
WS URL: ws://127.0.0.1:18789. Token is auto-fetched from ~/.openclaw/openclaw.json. For remote access, use TLS via Caddy or nginx.
Run locally with npm run dev or npm run dev:demo (with mock gateway). Open http://localhost:5173 in a browser.
One-line install: curl -fsSL https://raw.githubusercontent.com/rmdmattingly/clawnsole/main/scripts/install.sh | bash