> ## Documentation Index
> Fetch the complete documentation index at: https://docs.clawcontrol.cc/llms.txt
> Use this file to discover all available pages before exploring further.

# Run in Web Mode

This path runs ClawControl in browser mode without starting the Electron shell.

## Prerequisites

* Node.js `25.x`
* npm `11+`
* Optional but recommended for OpenClaw-backed functionality: `openclaw` CLI on PATH

## Setup and Run

```bash theme={null}
git clone https://github.com/salexandr0s/ClawControl.git
cd ClawControl
./setup.sh
npm run dev
```

Open `http://127.0.0.1:3000`.

## Notes

* Runtime remains local-only.
* If OpenClaw is unavailable, OpenClaw-backed views show unavailable/empty real-data states.
* No demo/mock fallback is used.

## Verification

```bash theme={null}
lsof -nP -iTCP:3000 -sTCP:LISTEN
```

Expected: loopback listener only (`127.0.0.1:3000` and/or `::1:3000`).

## Last updated

2026-02-13

## Related pages

* [First-run Setup](/quickstart/first-run-setup)
* [Local-only Networking Enforcement](/security/networking-local-only)
* [Troubleshooting](/operations/troubleshooting)
