Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 534 Bytes

File metadata and controls

10 lines (6 loc) · 534 Bytes

VBoxManagerPy

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.