Web GUI for libvirt
virtweb_backend | ||
virtweb_frontend | ||
README.md |
VirtWEB
WIP project
Development requirements
- The
libvirt-dev
package must be installed:
sudo apt install libvirt-dev
- Libvirt must also be installed:
sudo apt install qemu-kvm libvirt-daemon-system
- Allow the current user to manage VMs:
sudo adduser $USER libvirt
Note: You will need to login again for this change to take effect.
Production requirements
TODO