I have a server running Linux/Debian that I administrate via ssh. I need to provide some functionnalities with other OS, like openSuse or Windows. I want them running on the server in virtual machines, and I want to do so in console mode.
I have heard of VirtualBox ( i use it frequently in desktop mode ) and Xen ( i'm taking a look ).
What I'm exactly trying to do is to run many instances of a debian distribution on a server accessed only access via ssh. Moreover the solution must be open-source. It would also be a way to test others OS, but only in console mode.
What are the possibilities, which is the best one ? Thanks a lot.