Start a remote VirtualBox VM using the CLI(Command Line Interface) on Ubuntu
Last updated:View the VMs you currently have registered:
vboxmanage list vms
Start a (previously registered) VM and tell VirtualBox not to load the GUI.
vboxmanage startvm "vmname" --type headless