Linux – Windows to Linux Remote Desktop

linuxremote desktop

I'd like to remote into my Linux (Ubuntu) desktop from a Windows desktop. Of course there is VNC, among others. The trick is that I just want to have a remote session without having any local screen sharing. In other words, when I type and move the mouse on the Windows computer, I don't want that activity to show up on the screen remote Linux system. The Linux box should just sit there at the login prompt or whatever it was doing prior to my remote login.

Best Answer

I used to use nx for this - you'd want to install freenx from the repositories or the 'official' free version of the nomachine server and use the client from the nomachine site to connect to it

In addition to outperforming VNC, it'll start up a seperate, optionally persistant remote access session

Alternately you could find a windows X client (i'd suggest mobaxterm ) and connecting over xdmcp.

Related Question