ESXi8 is now free again.. Really .. Bang and my last ESXi server has been decommisioned. Dropped off all my VMware books and materials at the recycler

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

Captain Lukey

Member
Jun 16, 2024
37
10
8
After 24+ Months in ESXi Turmoil… After following the ESXi saga over the last couple of years — and flirting with the idea of getting a VMUG subscription (aka I am a mug = $$$) — I finally pulled the plug on my last ESXi server and transitioned fully to Proxmox. Once I started looking at the actual costs of staying in the VMware ecosystem… it was downright eye-watering.

VMware Pricing.
  • VCF (VMware Cloud Foundation) – $350 per core.
  • VVEP (vSphere Essentials Plus) – 96-core pack, max 3 hosts, $35 per core. Includes vCenter.
    Total: $3,360
  • VVS (vSphere Standard) – $50 per core (minimum 16 cores per socket). Includes vCenter.
    Example: 2 hosts, 16 cores each = $1,600
  • VVF (vSphere Foundation) – $150 per core. Cost varies.
No wonder so many folks on the forums are jumping ship...

Around the World in 60 Days...

Head in the Clouds (As a Home User? Yeah, nah…)
I tried the cloud thing. Most services offer free tiers — 60 days to a year, or the occasional "always free" low-tier compute shapes (thanks, OCI). But let’s be real — there’s no such thing as a free lunch. Once I crunched the numbers, it was back to the drawing board.
I totally get the Enterprise "Utility model for enterprises services" - Autoscaling groups are my friend..

Save the Planet (and Some Power)
I picked up a simple, low-power server and started experimenting with:
  • Proxmox
  • XCP-ng
  • Hyper-V
  • oVirt
  • Nutanix CE
  • A little Ubuntu Multipass for lightweight Linux testing. (Linux-only setups? Totally worth a shot.)
The Good, the Bad, and the ProxMox

So far, Proxmox has done everything it promises on the tin.
I’ve got a healthy mix of:
  • LXC containers
  • Docker workloads
  • Windows Server. - I know this heading to the Azure cloud as less services are offered for on prem usage
  • And a VERY large buffet of Linux flavors: RH9, Ubuntu, Rocky Linux
Now i have dropped off all my VMware books and materials at the recycler — hopefully, they'll be reborn as paper coffee cups for future admins coming to the same realization.

So Here’s My Question:
Undertaking this around-the-world virtualization tour… have I missed anything? Is there software i have missed to replace ESXi? - Who knows...
 

dioda

New Member
Jan 19, 2022
5
6
3
for home use and small businesses I think proxmox is perfect, if you need more than that there is harverster hci or openstack. Anyone who can migrate elsewhere from vmware ecosystem for trust management, so there is no reason to run it at home unless you are working for some huge bank or similar who are still stuck there because of volume.
 
  • Like
Reactions: marcoi and Phence

marcoi

Well-Known Member
Apr 6, 2013
1,601
322
83
Gotha Florida
BTW VMware Workstation (free version) has issues now due to update services being removed. I went to run a VM on workstation that worked last week and it failed to run correctly yesterday. So I exported all my VMs off of workstation and into VirtualBox yesterday. So now i am completely off VMWARE at home.
 
  • Like
Reactions: Captain Lukey

Captain Lukey

Member
Jun 16, 2024
37
10
8
BTW VMware Workstation (free version) has issues now due to update services being removed. I went to run a VM on workstation that worked last week and it failed to run correctly yesterday. So I exported all my VMs off of workstation and into VirtualBox yesterday. So now i am completely off VMWARE at home.
100% VMware Workstation has also stopped working at nunber of places i know and has been
replaced now completely..
 
  • Like
Reactions: marcoi

kapone

Well-Known Member
May 23, 2015
1,362
809
113
Given VMware's insistence on not supporting old-ish (really, not that old, and perfectly functional and performant) hardware in any release after 6.7...because? Just because.

Moved away from ESXI a while ago and never looked back. There are other options. Yes, the migration to something else is kinda painful.
 

Captain Lukey

Member
Jun 16, 2024
37
10
8
The simplist way i found was to use the OVFTOOL for migration to move my VM's to Proxmox or K8s. - LXC - docker.
Open Virtualization Format (OVF) Tool

The export as OVF file
ovftool vi://username_on_esxi:YourPassword@esxihost//vm-name vm-name.ovf

To check as i wanted an OVF first. I then converted to OVA
ovftool vm-name.ovf vmname.ova

AND

Simple proxmox upload and import.
1746341659252.png

upload the new OVA and 99% check network and to ensure the NIC is the same and its a BIOS or UEFI boot.
1746341864330.png

Boot and go :) I am sure other people have even simplier ways.. I tried Vcenter to help but it cause me some issues.
 
Last edited:

Greg_E

Active Member
Oct 10, 2024
179
43
28
I'm told you can boot a Clonezilla ISO on each side, and do a machine to machine clone, but I haven't tried it yet. Also said to work physical to virtual and from XYZ hypervisor to ABC hypervisor, kind of agnostic.
 
  • Like
Reactions: Captain Lukey