Web GUI for libvirt
Go to file
Pierre Hubert c1de6d9621
continuous-integration/drone/push Build is passing Details
Add VirtWeb remote redirect URL to Docker compose configuration
2024-05-02 22:07:08 +02:00
virtweb_backend Add VirtWeb remote redirect URL to Docker compose configuration 2024-05-02 22:07:08 +02:00
virtweb_docs Update development setup help 2024-04-08 18:44:56 +02:00
virtweb_frontend Update dependency @mui/icons-material to v5.15.16 2024-05-02 00:06:36 +00:00
.drone.yml Update node Docker tag to v22 2024-04-30 00:05:36 +00:00
LICENSE Add license 2024-01-17 22:11:05 +01:00
Makefile Migrated from CRA to Vite 2023-12-12 16:55:06 +01:00
README.md Can set a list of allowed IP 2024-04-23 19:29:11 +02:00
renovate.json Configure Renovate (#1) 2024-04-05 19:01:01 +00:00

README.md

VirtWEB

Open Source Web interface for LibVirt. Simplify the management of VM.

Setup for dev

Please refer to this guide: virtweb_docs/SETUP_DEV.md

Production requirements

Please refer to this guide: virtweb_docs/SETUP_PROD.md

Features

  • Only Qemu / KVM is supported!
  • Basic auth / OpenID auth
  • Create, update & delete VM
  • noVNC control of VMs
  • Start, stop, suspend, resume, reset & kill VMs
  • Create, update & delete networks
  • Start & stop networks
  • Create, update & delete network filters
  • Upload ISO for easy VM installation
  • API tokens for system interconnection

Screenshot