LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

vboxmanage-startvm

Start VirtualBox virtual machines

TLDR

Start VM with GUI (default)
$ vboxmanage startvm [vmname]
copy
Start headless (no window, for remote display)
$ vboxmanage startvm [vmname] --type headless
copy
Start with separate detachable frontend
$ vboxmanage startvm [vmname] --type separate
copy
Start VM by UUID
$ vboxmanage startvm [670e746d-abea-4ba6-ad02-2a3b043810a5]
copy
Set environment variable when starting
$ vboxmanage startvm [vmname] --putenv "[DISPLAY=:0.0]"
copy

SYNOPSIS

vboxmanage startvm vmname|uuid [--type type] [--putenv name=value]

DESCRIPTION

vboxmanage startvm starts a virtual machine that is currently in the Powered Off or Saved state. The VM can be specified by name or UUID. Supports GUI mode (default), headless (no window), and separate (detachable GUI). Use headless for server VMs.

PARAMETERS

--type type

Frontend type: gui (default, shows window), headless (no window, remote display only), separate (detachable UI).
--putenv name=value
Set an environment variable for the VM process.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid