VBoxManage startvm <LABEL> --type <MODE>VBoxManage controlvm <LABEL> poweroffVBoxManage snapshot <LABEL> restore <snapshot>
VBoxManage snapshot <LABEL> restorecurrentVBoxManage list vmsVBoxManage showvminfo <LABEL> --machinereadableVBoxManage debugvm <LABEL> dumpvmcore --filename <PATH>
VBoxManage debugvm <LABEL> dumpguestcore --filename <PATH>VBoxManage controlvm <LABEL> nictracefile1 <PCAP_PATH>
VBoxManage controlvm <LABEL> nictrace1 onVBoxManage -v$ edit $HOME/Library/LaunchAgents/org.virtualbox.vboxwebsrv.plistChange
<key>Disabled</key>
<true/>to
<key>Disabled</key>
<false/>Change vboxwebsrv auth to null
$ VBoxManage setproperty websrvauthlibrary nullManually start vboxwebsrv
launchctl load ~/Library/LaunchAgents/org.virtualbox.vboxwebsrv.plistgit clone https://github.com/blacktop/vboxmanage-proxy.git
cd vboxmanage-proxy
GOOS=linux go build -o VBoxManage