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

    • wildbus8979@sh.itjust.works
      link
      fedilink
      arrow-up
      0
      ·
      1 month ago

      Cool thing is it also supports management through ssh, so you can use it as a server orchestrator if your needs don’t require something more involved like proxmox

  • schizo@forum.uncomfortable.business
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 month 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.

  • NeoNachtwaechter@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    1 month ago

    I am a huge fan of proxmox, since I first tried it out.

    It does a little bit more than just VM’s.

    On my home server, I have the proxmox distro running as the only service on bare metal, and then all other work is done in the VM’s.

  • BaumGeist@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    1 month ago

    I use virt-manager. Works better than virtualbox did at the time (back while v6.1 was still the main release branch), it’s easier, and it doesn’t involve hitching yourself to Oracle.

    VMWare may be “free,” but it ain’t free. And if you don’t care about software freedom, why choose Linux over Windows or MacOS? Also, Workstation Player lacks a lot of functionality that makes it not good as a hypervisor. Only one VM can be powered at a time, and all the configuration is severely limited. Plus the documentation is mediocre compared to the official virt-manager docs.

      • HouseWolf@lemm.ee
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 month ago

        You can change the core count AFTER making the VM which I agree is really annoying.

        Besides that everything else has worked more reliably than others options I’ve tried.

  • data1701d (He/Him)@startrek.website
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 month ago

    I’m a Virt Manager guy, personally. The only thing is 3D acceleration is usually hard if not impossible in some cases without GPU passthrough. (Unless I’m wrong. I’d like to be wrong.)

  • Possibly linux@lemmy.zip
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 month ago

    Virtual manager and maybe gnome boxes. I don’t like gnome boxes as it hides a lot of settings but has poor defaults.

      • krolden@lemmy.ml
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        1 month ago

        Its Debian so you can just install any desktop you want

        Also virtual box is pointless garbage especially if you’re using Linux

      • NeoNachtwaechter@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        1 month ago

        That’s not true.

        Proxmox comes as a full distro and most people probably use it that way, but you can also install it on your normal linux and then use it in the same way as you would use VMware workstation or virtualbox etc.