Web GUI for libvirt
Go to file
Pierre Hubert 81c1044bae
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
Update dependency @mui/x-data-grid to v7.3.1
2024-04-27 00:19:33 +00:00
virtweb_backend Can set a list of allowed IP 2024-04-23 19:29:11 +02:00
virtweb_docs Update development setup help 2024-04-08 18:44:56 +02:00
virtweb_frontend Update dependency @mui/x-data-grid to v7.3.1 2024-04-27 00:19:33 +00:00
.drone.yml Update node Docker tag to v21 2024-04-10 00:36:27 +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