A Modern looking web interface for libvirt.
Really isn't completely finished yet but this is the first release.
The installer is only for Debain right now.
Install git:
sudo apt update && sudo apt install git -y
Then install VM Master:
git clone https://github.com/westhecool/vm-master
cd vm-master
sudo bash install.sh
This will install all the necessary dependencies.
You can start VM Master by running:
sudo ./venv/bin/python3 main.py
This will start VM Master on 0.0.0.0:8880
The default password is password
and the user is root
. I highly recommend you change it.
To set the root password run python3 setpassword.py (new password)
Place ISO files in ./data/isos