Skip to main content

virtualbox vm control script

I'm currently using VirtualBox for any VM needs for testing various OSs, software or security. For the most part I don't need to leave the VMs running all the time so I thought it would be handy to have a cli menu for starting/ stopping/ rebooting any VMs. The vboxmanage command offers a ton of control so I'm just using a few key commands from that.

At the minute what I have is working well, I'd like to add a few more commands around configuring RDP access remotely but that will come later.

Script can be downloaded from vb-menu github page here