Hi everyone,
Built(with Cursor) this little migration helper to make VMware -> Proxmox moves less painful, mainly for Windows 11 VDI batches (but it works for Windows Server guests too). The main goal is controlled parallel imports, so you can run multiple migrations at once without overloading one importer/ESXi. It also handles VMID safety checks, direct boot flow (no old SATA->SCSI shuffle in our process - thanks to Croit phantom driver), and has a simple web UI/API + worker setup. In our environment, Horizon agent lifecycle is handled outside (MS SCCM), so WinRM/Horizon bits are optional placeholders that I was planning to use.
Maybe useful for anyone doing similar large Windows migrations.
Migration tool
Built(with Cursor) this little migration helper to make VMware -> Proxmox moves less painful, mainly for Windows 11 VDI batches (but it works for Windows Server guests too). The main goal is controlled parallel imports, so you can run multiple migrations at once without overloading one importer/ESXi. It also handles VMID safety checks, direct boot flow (no old SATA->SCSI shuffle in our process - thanks to Croit phantom driver), and has a simple web UI/API + worker setup. In our environment, Horizon agent lifecycle is handled outside (MS SCCM), so WinRM/Horizon bits are optional placeholders that I was planning to use.
Maybe useful for anyone doing similar large Windows migrations.
Migration tool