I’m looking to setup a server application to sell hosting.
The way I’d like to do it is having my clients have a virtual machine setup for them, everything on Linux.
I need an application that I would run via shell that would allow me to manage virtual machines.
I should be able – again via shell – to manage virtual machines, manage virtual machine disk space, etc.
Do you guys know if there’s any good open source solution that would allow me to do something similar?
Usiing Linux, if you aren’t scared by the cocmmand line. look into KVM and the ‘virtual manager’ scripts, virsh etc will allow you to manage and create virtual machines easily. I’ve done it myself, don’t need to wrap anything around it personally cos I don’t want to automate things.
There is plenty of documentation on the web to guide you through using and setting up virtual machines, a quick google will lead you to lots of how to’s - from there you should be able to pick up and learn what you need.