Web GUI for libvirt
Go to file
Pierre HUBERT e4ef4c43bd
All checks were successful
continuous-integration/drone/push Build is passing
Update dependency vite to v5.3.5
2024-07-27 01:11:14 +00:00
virtweb_backend Update Rust crate clap to v4.5.11 2024-07-26 00:12:55 +00:00
virtweb_docs Update development setup help 2024-04-08 18:44:56 +02:00
virtweb_frontend Update dependency vite to v5.3.5 2024-07-27 01:11:14 +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

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