I’d like some recommendations as a beginner in the virtualization space for good GUI software for running vms for both experimentation and server use.

I’ve used virtualbox on Windows before but are there any better alternatives on Linux? I hear a lot of praise of QEMU but this seems to be only terminal based like what you do with containers.

VMware workstation is free but again, I’d like to know your thoughts on other good beginner options.

Thank you advance and have a good day/afternoon/night

  • schizo
    link
    fedilink
    English
    arrow-up
    13
    ·
    22 days ago

    I’m going to be greybeard: you should totally use kvm/qemu, and virt-manager is great for that.

    Buuuuuuut, you should also absolutely learn how to use virsh to at least manage (start/stop/delete/deploy) them, because that tooling is guaranteed to exist basically anywhere and fancy gui stuff might not, or your system might be broken in a way preventing you from running a gui app, or whatever.

    I promise, the hardest thing in virsh is setting up a bridged network if you need that and the rest of it is waaay simpler than dealing with a gui for deployment.