LinuxCommandLibrary

vboxmanage-startvm

Start VirtualBox virtual machines

TLDR

Start VM with GUI

$ vboxmanage startvm [vmname]
copy
Start headless
$ vboxmanage startvm [vmname] --type headless
copy
Start with separate frontend
$ vboxmanage startvm [vmname] --type separate
copy

SYNOPSIS

vboxmanage startvm vmname [options]

DESCRIPTION

vboxmanage startvm starts a virtual machine. Supports GUI mode (default), headless (no window), and separate (detached GUI). Use headless for server VMs.

PARAMETERS

--type type

Frontend type: gui, headless, separate.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community