logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

VBoxManage - Control Virtual Machines | Online Free DevTools by Hexmos

Control Virtual Machines with VBoxManage. Manage VirtualBox VMs via command line, including starting, cloning, and exporting. Free online tool, no registration required.

vboxmanage

Command-line interface to VirtualBox. Includes all the functionality of the GUI and more. Some subcommands such as startvm have their own usage documentation. More information: https://www.virtualbox.org/manual/ch08.html#vboxmanage-intro.

  • Execute a VboxManage subcommand:

VBoxManage {{subcommand}}

  • Display help:

VBoxManage --help

  • Display help for a specific subcommand:

VBoxManage --help {{clonevm|import|export|startvm|...}}

  • Display version:

VBoxManage --version

See Also