this post was submitted on 15 Aug 2026
169 points (98.8% liked)

Technology

87184 readers
4090 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] muusemuuse@sh.itjust.works 1 points 13 hours ago (2 children)

Honest question: who still uses VNC? I think it’s only relevant because it’s just kind of a safe fallback but not because it’s particularly great at anything.

[–] ag10n@lemmy.world 1 points 3 hours ago (1 children)
[–] muusemuuse@sh.itjust.works 1 points 1 hour ago (1 children)

I know, but I’ve never seen anyone use it. People use rustdesk or something like that anymore.

[–] ag10n@lemmy.world 1 points 36 minutes ago

I use it for a headless Mac mini, otherwise yeah better solutions exist

[–] dan@upvote.au 6 points 8 hours ago* (last edited 8 hours ago) (1 children)

The underlying protocol (RFB) is very simple to implement, and in fact some friends and I implemented both a VNC client and server as part of a project we worked on at university nearly 20 years ago.

Because of this, it's common to find it in various places, especially for interacting with systems that don't have an OS installed yet:

Most good VPS providers provide VNC access so you can set up your own OS from an ISO, use Clonezilla to clone the drive over the network, recover files if the drive gets corrupted somehow, etc. It's a built-in feature of KVM/libvirt that the providers usually expose using something like NoVNC in their control panel. The common off-the-shelf control panels (Virtualizor, SolusVM, Virtfusion, Proxmox, etc) all have it as a standard feature.

A lot of IPMI/BMC and KVM-over-IP systems use VNC too, for a similar purpose, just for physical hardware rather than VMs. The protocol being very simple makes it easy to build a simple version into an embedded system. This is also usually accessed via NoVNC in a web UI.

[–] greyscale@lemmy.grey.ooo 1 points 6 hours ago

I've been in the cloud space so long that I'm like "vnc what the fuuuuck" while I dick about with cloudinit