LinuxCommandLibrary

vboxmanage-controlvm

Control running VirtualBox virtual machines

TLDR

Pause VM

$ vboxmanage controlvm [vmname] pause
copy
Resume VM
$ vboxmanage controlvm [vmname] resume
copy
Reset VM
$ vboxmanage controlvm [vmname] reset
copy
Power off VM
$ vboxmanage controlvm [vmname] poweroff
copy
Save state
$ vboxmanage controlvm [vmname] savestate
copy
Take screenshot
$ vboxmanage controlvm [vmname] screenshotpng [file.png]
copy

SYNOPSIS

vboxmanage controlvm vmname command [options]

DESCRIPTION

vboxmanage controlvm controls running virtual machines. Manage VM state, send input, modify settings on running VMs. Central command for VM runtime control.

PARAMETERS

pause

Suspend VM execution.
resume
Resume paused VM.
reset
Hard reset VM.
poweroff
Force power off.
savestate
Save and stop VM.
acpipowerbutton
Send ACPI shutdown.
screenshotpng file
Capture screen.
setvideomodehint w h bpp
Set video mode.
clipboard mode
Set clipboard mode.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community