Commands / kosa8 desk
kosa8 desk
Open the local dashboard in a browser
Serves a dashboard on 127.0.0.1 showing sandboxes, containers, images, snapshots and checkpoints as they change, with the fork/checkpoint tree that no other container UI can draw.
The URL carries a session token generated for this run. Anything without it is refused, because a page can create and destroy containers and any website you have open can talk to 127.0.0.1. Stopping the command revokes the token.
Options
| Flag | Type | What it does | Default |
|---|---|---|---|
--addr | string | full listen address, e.g. 127.0.0.1:7444 (loopback only; overrides --port) | — |
--no-open | bool | print the URL instead of opening a browser | — |
--port | int | port to serve on (always bound to 127.0.0.1) | 7444 |