How to run VirtualBox on a headless Server
VBoxHeadless -startvm servername
Or
nohup vboxheadless -startvm Windows7 < /dev/null > /dev/null 2>&1 &
nohup vboxheadless -startvm Windows7 < /dev/null > /dev/null 2>&1 &
Tags: headless, remote, Server, VirtualBox