Launching Studio
Ports, options, and what has to be true first.
antra studio
Run it from your project root. It starts a server on localhost and opens a browser at it.
Flags
antra studio --port 3000
antra studio --no-open
Before you launch
Studio displays findings; it does not produce them. Two things have to be true:
- You have scanned.
antra studioreads.antra/antra-findings.sqlite, which a scan writes. On a project you have just initialized, runantra scanfirst, otherwise there is nothing to show. - The scan stored its results.
antra scan --no-storedeliberately skips recording, so a scan run that way leaves Studio with no new data to display.
If the port is taken
Pass a different one:
antra studio --port 8081
--no-open is the flag for a headless machine: you get the server and the URL,
and you forward the port or open it from wherever your browser is.
Warning
The server is bound to localhost and is not built to be exposed. Don't reach for port forwarding beyond your own machine or a host you control.