this post was submitted on 03 Sep 2025
26 points (100.0% liked)

Ask Lemmy

35313 readers
1509 users here now

A Fediverse community for open-ended, thought provoking questions


Rules: (interactive)


1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them


2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?


3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.


4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either !asklemmyafterdark@lemmy.world or !asklemmynsfw@lemmynsfw.com. NSFW comments should be restricted to posts tagged [NSFW].


5) This is not a support community.
It is not a place for 'how do I?', type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.


6) No US Politics.
Please don't post about current US Politics. If you need to do this, try !politicaldiscussion@lemmy.world or !askusa@discuss.online


Reminder: The terms of service apply here too.

Partnered Communities:

Tech Support

No Stupid Questions

You Should Know

Reddit

Jokes

Ask Ouija


Logo design credit goes to: tubbadu


founded 2 years ago
MODERATORS
 

Hi there
I'd like a vm manager to create a few machine to avoid breaking my host system when doing bad things

I've tried some things:

Multipass
it seems to be the best for me: one line to create and launch a VM, this is wonderful, but I don't have ipv6 on it which is bad, I like ipv6

LXD:
seems cool, web ui is great, installed, but for now my VM have connectivity issues, self signed certificate doesn't work on firefox, so I have to use chromium which I hate, I'd also like to avoid using user certificate and use password + OTP don't know if it's possible

Proxmox: not yet tried but seems to require a complete system reinstall

Proxmox and LXD might be a bit too much because I don't plan on having many VMs, maybe 2 or 3, but I really like to be able to manage them quickly on the web

Do you have any recommandations ?

Thanks !

top 9 comments
sorted by: hot top controversial new old
[–] 30p87@feddit.org 15 points 1 month ago

virt-manager

[–] sylver_dragon@lemmy.world 6 points 1 month ago

I use virt-manager for my lab VMs. Though, don't discount the power of containers (podman/docker) to isolate and run applications. And lastly, python environments via Conda or venv can create isolated enough environments when doing different things in Python.

[–] BrianTheeBiscuiteer@lemmy.world 3 points 1 month ago

If you want something dead simple then Boxes will do the trick. It doesn't give you nearly as much flexibility as virt-manager or LXC, etc. but I've found it to be capable.

[–] Toes@ani.social 2 points 1 month ago
[–] jaxxed@lemmy.world 2 points 1 month ago* (last edited 1 month ago)

Not for virt machines, but toolbox is an easy to use way to keep tooling environments separate from your main machine workspace. Requires/leverages Godmanchester over lxc/docker. It's a big part of the fedora atomic/immutable stack, to allow you to install things without installing them.

[–] Konstant@lemmy.world 2 points 1 month ago* (last edited 1 month ago)

Gnome-Boxes is very simple, yet effective. I think it is on flatpak too. Not sure if it supports ipv6.

[–] yesman@lemmy.world 1 points 1 month ago

Don't forget that there is a BIOS setting that allows VM to work faster. It's called virtualization. Search for the setting in your BIOS (it's called something different across manufacturers). It's usually located in a menu under "advanced CPU settings" or similar.

It's often switched off by default.

[–] GeoffreyFrogeye@social.frogeye.fr 0 points 1 month ago (1 children)

@Salcie
I haven't tried many alternatives because Proxmox really seems to be the thing people prefer whether they have a handful of VMs or many more. It has what you ask: web UI, TOTP, ACME to avoid self-signed certs and ofc IPv6 support. It has many options which might be a bit intimidating at first especially for networks, but given its popularity finding tutorials should be easy.

You can create VMs but also LXC containers; I'd recommend using the latter as they consume less resources and can be more straightforwardly configured from Proxmox. You might just need to set some obscure options if you want to run complex Docker setups inside but again tutorials help there.

Hope this helps!

[–] Salcie@feddit.fr 1 points 1 month ago

seems that proxmox requires a complete install which is impossible in my cas though