Web GUI for libvirt
Go to file
2023-12-11 15:09:18 +01:00
virtweb_backend Delete VNC socket file when deleting domain 2023-12-11 15:09:18 +01:00
virtweb_frontend Can view from web UI XML definition of domains 2023-12-08 18:18:22 +01:00
README.md Fix VNC connection issue 2023-12-07 00:28:56 +01:00

VirtWEB

WIP project

Development requirements

  1. The libvirt-dev package must be installed:
sudo apt install libvirt-dev
  1. Libvirt must also be installed:
sudo apt install qemu-kvm libvirt-daemon-system
  1. Allow the current user to manage VMs:
sudo adduser $USER libvirt
sudo adduser $USER kvm 

Note: You will need to login again for this change to take effect.

Production requirements

TODO