While any VM started from VirtualBox Manager is capable of running virtual machines remotely, it is not convenient to have to run the full GUI if you never want to have VMs displayed locally in the first place. In particular, if you are running server hardware whose only purpose is to host VMs, and all your VMs are supposed to run remotely over VRDP, then it is pointless to have a graphical user interface on the server at all. This is especially true for Linux or Oracle Solaris hosts, as the VirtualBox Manager comes with dependencies on the Qt and SDL libraries. This is inconvenient if you would rather not have the X Window system on your server at all.
Oracle VM VirtualBox therefore comes with a front-end called
In legacy releases of Oracle VM VirtualBox, the headless server was
called
To start a virtual machine with
Use the
$ VBoxManage startvmVM-name --type headless
The
Use the
VBoxHeadless --startvmuuid |vmname
This way of starting the VM helps troubleshooting problems
reported by
Start
When you use the
VBoxHeadless --startvmuuid |vmname --vrde on
To disable the VRDP server:
VBoxHeadless --startvmuuid |vmname --vrde off
To have the VRDP server enabled depending on the VM configuration, as for other front-ends:
VBoxHeadless --startvmuuid |vmname --vrde config
This command is the same as the following:
VBoxHeadless --startvmuuid |vmname
If you start the VM with