Python script for view status or start|stop|reset VirtualBox VMs on linux server
python3 manager.py -s - run script as a programm (will typing actions and number VM).
python3 manager.py -l - print status list VMs (sorted).
python3 manager.py -a stop --id 2 4 - stop VMs 2 and 4 by VM number as example. (VM numbers you will seeing in status list)
python3 manage.py -a start -n 'Vm1Name' 'Vm2Name' - start VMs by names as example.