Virtual machine hosting panel using QEMU and virt-builder.
| Document | Description |
|---|---|
| Panel Setup | Install and configure the web panel |
| Node Setup | Install and configure VM nodes |
# Panel only
git clone https://github.com/zt3xdv/v87.git
cd v87
npm install
cp config.example.json config.json
npm start# Node installation
curl -fsSL https://raw.githubusercontent.com/zt3xdv/v87/main/setup.sh | bash- Full virtual machines with QEMU/KVM
- Pre-configured images via virt-builder
- Complete isolation between VMs
- Real-time web console
- User system with roles (admin/user)
- Admin panel
Images are downloaded automatically via virt-builder:
- Debian: debian-12, debian-11, debian-13
- Alpine: alpine-3.19
MIT