6 ms·
Dread. I run all of my Windows Server / 10 / 11 client VMs on ESXi for testing my Java software product. I'm getting the impression that proxmox is the only r
by bodeadly 3y ago
Dread.
I run all of my Windows Server / 10 / 11 client VMs on ESXi for testing my Java software product.
I'm getting the impression that proxmox is the only real alternative for Windows guests?
I do need to get packet captures from the host so maybe Linux is better than something like Hyper-V?
- Saris 3y agoProxmox is a nice UI and extra utilities on top of KVM for VMs, KVM can be installed on any Linux system. I'd install Proxmox in a VM and give it a try if you want to see how it goes.
- patmorgan23 3y agoXcp-ng is also an option (it's based on Zen)
- candiddevmike 3y agoYou can run QEMU/KVM using docker/podman. I made a simple container here for it that lets you use cloud-init: https://github.com/candiddev/shared/tree/main/containers/qemu https://github.com/candiddev/shared/tree/main/containers/qem...