kosa8 docs

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

FlagTypeWhat it doesDefault
--addrstringfull listen address, e.g. 127.0.0.1:7444 (loopback only; overrides --port)
--no-openboolprint the URL instead of opening a browser
--portintport to serve on (always bound to 127.0.0.1)7444