My company wants a solution for remote access, something like VNC. I'd like to support open source development, so any suggestions for something paid that can work without a centralized server?
VNC is dead. I’d try to talk them off that if it’s a requirement.
CameronDev@programming.dev 6 days ago
RustDesk (rustdesk.com) is open source, and similar to TeamViewer, and has paid plans, including a paid self hosted option.
HelloRoot@lemy.lol 6 days ago
It does need a server though. Either the centralized official one you can selfhost one.
CameronDev@programming.dev 6 days ago
Actually, (and I wasn’t aware of this until you mentioned it), it does support serverless connections:
github.com/rustdesk/rustdesk/wiki/FAQ#i-only-use-…
So I think between cloud server, self hosted server and direct IP, OP should be covered.