this post was submitted on 03 Aug 2026
56 points (100.0% liked)
Linux
66797 readers
395 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 7 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
i REALLY needed this when my everything server was running since i managed it headlessly using vnc w a minimal installation of gnome.
virt-manager works okay, but it would be nicer not to have to install more than what's needed for a headless setup.
You can use virt-manager over ssh, and you only need libvirt installed so probably already good if it's a vm host. It works better for me than a full gui over vnc.
i tried that with x forwarding over ssh and it didn't work all that well; what's why i switched to vnc.
you can use ssh to forward the port and then use virt-manages locally to manage the remote server
i gave that a shot too. it works, it's just that the vm management was only part of what i needed since it also controlled the sdn.
Like arsecroft says, virt manager has this ability built into the application itself. You add another session to the ui and choose ssh. No X forwarding needed, no gui needed on the server at all, don't need the virt manager app on the server just the client. Cockpit also works as a web based ui.
NICE! i didn't catch that part and thank you for making me aware.
i did try cockpit and i had better luck with it too.
If you give it a shot make sure you use an ssh key, it doesn't like passwords.
the server itself died a little while ago so it's going to be while before it try and i planned on using cli only to manage the vm's and the sdn's; but i'll give this a try before doing that.
Hopefully the rebuild goes well!