Skip to content

Interactive terminal

Interactive terminals are useful for debugging, but they are not the default product control plane.

Use the existing console and guest RPC surfaces:

Terminal window
mvmctl up ./mvm.toml --name debug-vm
mvmctl console debug-vm
mvmctl logs debug-vm -f
  • Prefer vsock/control-plane operations over SSH.
  • Keep debug instances separate from production policy.
  • Tear down or cold-store state explicitly after debugging.
  • Do not paste long-lived credentials into an interactive shell.