Can I remote desktop into a Windows 11 system from Linux without using a full blown installation on a VM?


Is there a more lightweight solution? Like, some ssh frontend? I'd like to help my mom cleaning up her Windows computer because she's not very tech savvy. I can of course just screen share on some messaging app but it'd save so much time if I could have control.

I'm not going to be reacting to answers advising me to install a Windows esque distro on her computer.

in reply to printf("%s", name);

VNC server on her computer. VNC client on your computer. Make sure password is very strong since you're opening this to the wider internet. Open a port for VNC to pass through on your moms router (and possibly your own as well), and then connect remotely.

TigerVNC seems to be available for all platforms, including Windows and Linux. TigerVNC includes a server and client. (Client is sometimes called "viewer.")

tigervnc.org/

github.com/TigerVNC/tigervnc

This entry was edited (yesterday, 7:36 PM)
in reply to printf("%s", name);

Windows has an RDP server installed by default so any Linux RDP client will work (Remmina for example), just need to configure Windows to allow those incoming connections.

But RDP won't do screen-sharing, if you need that specifically look at installing a VNC server onto the Windows system, or look at stuff like Rustdesk.

if you need those connections to be more secure you'll want to look at adding VPN or SSH possibly.

For what it's worth Windows does sort of have a RDP screen sharing feature, I think it comes up as Quick Assist on Windows, but that works through Microsoft Account / servers and wouldn't do connections from Linux AFAIK.

This entry was edited (yesterday, 7:58 PM)

Linux reshared this.

in reply to printf("%s", name);

Many solutions exist, rdp clients aren't exactly rare. I'm personally using xfreerdp for the extensive options: I can connect to a Windows system (at work) and have it be full screen on 2 of my 3 local monitors. It's fast, reliable and just works honestly.

But what you seem to be looking for is something more like RustDesk or vnc. You want to look at and help with an existing session. If you connect with remote desktop, the local monitor gets locked, so you can only take over, but not show or help. VNC over the open Internet is generally not a great idea for security, but wire guard exists, as does TailScale and/or NetBird which means you don't need to expose it. So that also works.

This entry was edited (yesterday, 11:26 PM)

This website uses cookies. If you continue browsing this website, you agree to the usage of cookies.