stratum-host / tui | Open the interactive host manager. |
help [COMMAND] | Show general or command-specific help. |
start [--reconcile] | Create/start the configured controller, worker, or storage container; optionally recreate drifted configuration. |
stop | Stop without deleting the container. |
restart [--reconcile] | Stop and start; optionally recreate drifted configuration. |
remove --yes | Remove the configured container while retaining persistent data and certificates. |
status [--json] [--strict] [--deep] | Show resolved deployment, runtime, certificates, hardware, network, host actions, reboot state, and-when deep-relevant sockets and supervisor-log tail. |
logs [--follow|-f] [--tail N] | Show Docker/Podman container output. |
plan | Run the same enabled host-action engine as apply using dry-run operations. |
apply --yes | Apply enabled host actions. Root is required. |
verify [--json] | Check every enabled host feature without changing the host. |
config init [--force] | Create a default YAML configuration. |
config show | Print the current YAML configuration. |
config validate | Validate registered settings and resolved deployment requirements. |
config diff | Show differences from registered defaults. |
config settings | List registered customer-facing settings grouped by section with their defaults. |
config set KEY VALUE | Persist one registered setting atomically to the selected configuration file. |
cert status [--json] | Inspect local controller certificates or live worker controller trust. |
cert trust [--json] | Perform controller TLS trust inspection using the configured controller CA. |
cert ensure | Create/preserve self-signed material or validate external certificate mode. Root required for creation. |
network status [--json] | Show pnet mode, addresses, uplink, and pending rollback state. |
network cleanup [--json] | Inspect orphaned STRATUM runtime bridges and TAP/TUN interfaces. |
network cleanup --yes [--json] | Delete eligible orphaned STRATUM network devices. Root required; refuses while STRATUM containers are running. |
network confirm / network rollback | Confirm or manually revert a pending physical-bridge rollback transaction. |
storage status [--json] | Inspect persistent storage ownership and mount-root modes. |
storage fix-permissions | Repair current mixed persistent ownership. Root required. |
support bundle [--output PATH] [--json] | Create a sanitized, role-aware .tar.gz diagnostic bundle. |
ksm status [--json] | Show Kernel Same-page Merging state and memory-deduplication telemetry. |
pci list [--json] | List PCI BDF, vendor/device IDs, class, driver, IOMMU group, and boot-VGA state. |
gpu list [--json] | List physical GPUs and their current STRATUM assignment. |
gpu show <BDF|UUID|index> [--json] | Inspect one GPU selected by PCI BDF, UUID, or index. |
gpu assign <BDF|UUID|index> fabric|passthrough|host | Persist GPU Fabric, direct-passthrough, or Host Only assignment. Apply afterward; passthrough changes require reboot. |
gpu verify [--json] | Verify GPU assignment plus NVIDIA driver/toolkit/runtime readiness when GPU Fabric devices are present. |
roles | List implemented and reserved deployment roles. |
version | Print application version and build revision. |