Start Scout
SCOUT DOCS · GETTING-STARTED / START-LOCAL-NETWORKUse the bootstrap-network recipe for the smallest complete Scout cell. It
invokes only public commands and records evidence for every step.
scout run bootstrap-network release_root=/opt/scout root_state=/var/lib/scout/root root_bind=127.0.0.1 root_router_listen=tls/0.0.0.0:7436 root_router_advertise=tls/root.example:7436Inspect the context and current evidence:
scout context lsscout --context root statusscout --context root tree --descendantsscout dashboard --state-dir /var/lib/scout/rootThe dashboard uses the same local controller evidence as the CLI. Check source and observation times before treating any health conclusion as current.
If the recipe stops, its message names the failed step and the bounded effects that remain. Correct that cause, then continue the one retained run:
scout run --resumeTo remove a transient CLI-owned runtime, use its exact state boundary:
scout stop --state-dir /var/lib/scout/rootStopping does not delete the durable Branch state.