KVM Dashboard is a web-based tool for monitoring and configuring virtual machines on hosts running libvirt.
- Home
- Login
Here is live gif for dashboard running on host machine.
NOTE: This project is still in progress.
Prerequest: Need to install libvirtd
, influxdb
in your local machine.
git clone https://github.com/IRONICBo/kvm-dashboard
cd kvm-dashboard
Modify config in conf/app.yaml
.
go mod tidy
go run main.go
cd web/kvm-dashboard
npm i
npm run serve