RDP for Linux?

TechBoyJK

Lifer
Oct 17, 2002
16,699
60
91
I just installed Linux Mint, lightweight desktop, and I'm trying to get remote desktop setup.

I can already VNC to it and share the desktop, kvm style, but it's not the same as terminal services. I can only get into an existing logged in account.

I'm hoping to be able to remote connect and get a login screen.. much like RDP.

What's the best way to go about this?
 

Gooberlx2

Lifer
May 4, 2001
15,381
6
91
I think Gnome uses vino for its 'existing session' VNC. Maybe the lightweight desktop does the same? Setting up Xvnc should allow for a proper login prompt. Alternatively, you could try something like FreeNX/NoMachine.

Both methods have worked for me...but NoMachine's NX server seemed faster, more like RDP in terms of performance.
 
Last edited:

TPk

Junior Member
Oct 6, 2010
4
0
0
I just installed Linux Mint, lightweight desktop, and I'm trying to get remote desktop setup.

I can already VNC to it and share the desktop, kvm style, but it's not the same as terminal services. I can only get into an existing logged in account.

I'm hoping to be able to remote connect and get a login screen.. much like RDP.

What's the best way to go about this?

XDMCP is the traditional way; by default it is disabled in the display manager (gdm, kdm, wdm, xdm, etc.) configuration for security reasons (the "nolisten tcp" setting).

It appears that this functionality is missing from gdm2, which doesn't at this point appear to be customizable at all, aside from what "gdmsetup" allows you to do - so you might have to use KDM or WDM or something else.

At any rate, once you've enabled remote logins in your display manager, all you need to do is use tsclient to connect using XDMCP, and you will get a login screen.
 
Last edited: