vmware What is a good alterative to VMWARE?

What is a good alterative to VMWARE?

I need something to be used for webhosting to create a VPS.
I have a website that is coded in php8.2 and need something that has a free version that can be easily upgraded
over time to a paid version like a pro version.
It needs to have some API that I can use with php or could use with my website.

Also what do people use to automate the installation of an OS and the software's like apache that includes
it's configurations to use the clients domain name etc. I need to have a way where you just place an order
click and pay and then instantly install the OS selected and the programs needed with the domain name or names.

I don't know if people use a custom .iso files that once the install of the OS in completed it runs a custom script ?

I just would like an insight on how would one do this.

Thanks in advance.
 
What is a good alterative to VMWARE?
Xenserver/Citrix Hypervisor, Proxmox, Linux+kvm.

Also what do people use to automate the installation of an OS and the software's like apache that includes
it's configurations to use the clients domain name etc.
Ansible is quite popular nowadays, but there's also Puppet, Chef, CFEngine or just a lot of custom scripting.


I need to have a way where you just place an order
click and pay and then instantly install the OS selected and the programs needed with the domain name or names.
Many VPS providers have built their own custom interface for this. A lot of these virtualization software have APIs you can use to programmatically spin up and configure new VMs.
 
It's interesting how different people interpret things differently. :)
As this is FreeBSD forums I assumed OP was asking about possible hypervisors on a FreeBSD host, not hypervisors in general.
 
Back
Top