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