How To Create a Personal VM Server

8,332

Solution 1

Great question.

There is currently an on-going community effort to create what is currently dubbed as TurnKey master server. In a nutshell it aims to provide exactly what you are looking for, but nothing official has yet been released - we are still in experimentation mode.

Several community developers are exploring different technologies, such as Proxmox OpenVZ and PHPVirtualBox (alpha-testing TKLPatch and ISO's available).

It would be great to get feedback and ideas if you have them.

Solution 2

You might like Vagrant. It's a Ruby app that uses Virtualbox and Chef to make it easy to create per project VMs. This may sound confusing but check out the site and the getting started video. I've "discovered" it recently and it has become one of my favourite applications.

Solution 3

Another Free alternative would be PHPVirtualBox

Its great for monitoring, deploying, creating, managing, and performing maintenance on virtual machines backed by VirtualBox.

Not many people are aware that Virtualbox comes prepackaged with a web-SOAP style server VBoxWebSrv. This will accept client connections and provides yet another interface to run your VM Server. You're not tethered to the GUI that comes with the default install.

Share:
8,332

Related videos on Youtube

Danish
Author by

Danish

Updated on September 17, 2022

Comments

  • Danish
    Danish over 1 year

    I have a personal Ubuntu server at home for my various personal development needs. I often spend time to configure it for various purposes e.g. for serving a blog or my mercurial repositories etc. However, I am getting very interested in pre-packaged linux appliances available e.g. TurnKey linux etc. It takes no effort to get an appliance up and running!

    I was wondering if I could make my home server into VM server, where I can run multiple VMs for various needs. The server does not have a screen, hence I would like to be able to manage my VMs from the web or console

    I guess in short, I am asking if its possible to have my own personal, light weight Amazon EC2. If yes, how can I set it up? Is there an Ubuntu derived distro available for this? OR can I install a couple of packages and get this running?

  • Danish
    Danish about 13 years
    Thanks for sharing that. I like it a lot, specially since I'm so used to the virtualbox ui on windows
  • Danish
    Danish about 13 years
    That does sound very cool indeed. Turnkey Master Server would be so ideal. Have gotten quite a few ideas on this question, will try a couple and post my feedback
  • Oli
    Oli over 11 years
    How? Why? You have not explained anything with this post.
  • Aleksey
    Aleksey about 11 years
    I have edited my answer. please read and promote answer if it helps you more. Cheers.