You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# List all virtual machines
VBoxManage list vms
# List all running virtual machines
VBoxManage list runningvms
# Start a virtual machine in headless mode
VBoxManage startvm "<VM_NAME>" --type headless