Hi,
I've installed xrdp on Devuan(debian with sysvinit)
when I connect from other machine (linux, windows) with rdp, I get a fresh new desktop (even the wallpaper is the default one) and none of the opened windows on the server (same account) is displayed on the remote client.
Is it the nature of the rdp protocol or is it possible to reconnect to the same xfce session ?
Thanks.
4 Comments
testman@lemmy.ml · 7 pts · 1y
StackOverflow says that it can be done by editing xrdp.ini:
https://askubuntu.com/questions/133343/how-do-i-set-up-xrdp-session-that-reuses-an-existing-session#360835
Is there a specific reason for choosing RDP?
VNC is the most common protocol in Linux. And RustDesk is also a good, more advanced alternative.
magguzu@lemmy.ml · 1 pts · 1y
VNC is sloooooow and RDP is actually usable since it renders with vectors.
Corsair@programming.dev · 0 pts · 1y
Thanks @testman@lemmy.ml
This post date from 2013 O_o
::: spoiler default /etc/xrdp/xrdp.ini in my version
:::
so I don't have
[xrdp1]I believe this i working if the previous session was already made remotely.. ?otherwise how I get the port of the local X session ?
rdp is usefull if you have windows client client, but that it's.
great piece of software, but too heavy in my case, I want something simple, that just do one thing good. I don't need
ikidd@lemmy.world · 4 pts · 1y
You're getting another X11 session instead of the console session.
IIRC, you can set up X11vnc on the system and connect it to the :0 display, then direct xrdp to use x11vnc as the backend. Then when you connect, it grabs that vnc session and translates it to rdp protocol. I'm not sure if that's still viable.