Synopsis
127.0.0.1 — it is never exposed to your network or accessible from another machine.
Claw Lens requires Node.js 18 or later.
Options
The port for the dashboard to listen on. If omitted, Claw Lens uses the
PORT environment variable, falling back to 4242.Prevent Claw Lens from automatically opening the dashboard in your browser on startup. Useful when running in a headless environment or when you prefer to open the URL yourself.
Environment variables
An alternative way to set the port. The
--port flag takes precedence if both are provided.Override the OpenClaw home directory that Claw Lens reads agent session files from. By default, Claw Lens looks for sessions in
~/.openclaw.Set this variable if your OpenClaw data lives somewhere other than the default location.Examples
Basic usage — start the dashboard and open it in your browser:npx:
PORT and --port are set, --port takes precedence.