strix view serves those files in a local dashboard, for a live run or a finished one.
Options
string
Run name under
./strix_runs. Defaults to the most recent run.string
default:"127.0.0.1"
Host to bind to. Use
0.0.0.0 to reach the viewer from other machines.number
default:"0"
Port to serve on. The default selects an available ephemeral port.
boolean
Do not open the browser automatically.
What Is In The Dashboard
- Overview — run status, target, and a severity breakdown of everything found so far.
- Vulnerabilities — each validated finding with its severity, details, and reproduction steps.
- Agent graph — a live map of the multi-agent team, and what each agent is doing.
- Steering — send instructions to a live scan to redirect the agents during the run. Steering works only in the dashboard the running scan opens. A standalone
strix viewhas no live scan to steer. - History — browse past runs on this machine and move between them. Verify your email address in the dashboard to unlock the other runs.
- Reports — generate a shareable report and send it by email. Verify your email address first.
Sharing The Link
To reach the viewer from another machine, start it with--host 0.0.0.0 and replace 0.0.0.0 in the printed URL with a reachable IP address or hostname. Restrict the port with your firewall. A request without the token-derived session cannot read run data.