Questions tagged [xrdp]

35 questions
8
votes
4 answers

How to find disconnected xrdp sessions?

I have a Xubuntu 14.04 Server here that runs xrdp to have a couple of users connect to it. Now there's one problem: users who access this server via RDP from Windows thin clients often use the "X" to close the RDP session (therefore disconnect but…
wullxz
  • 1,147
6
votes
2 answers

CentOS: Admin user on xrdp session can't do admin

I'm running a Rocky Linux 8.4 workstation with GNOME and MATE desktops, but I've seen the same problem on CentOS 7.9... When I log into the machine on the local display, I can do things like administer users and set the system time using the Control…
kbro
  • 320
  • 1
  • 2
  • 14
4
votes
1 answer

XRDP same user multiple session

I'm trying to make XRDP work with multiple sessions on my linux mint server. Right now, i can connect only if there are no other session running on the system (I had to disable autologin). I don't know why, but with the Raspberry it just works by…
4
votes
2 answers

How to interpret this yum dependency error?

I'm trying to install XRDP and I'm hitting the following: [root@box ~]# yum -y install xrdp Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile * base: centos.serverspace.co.uk * epel: mirrors.coreix.net * extras:…
Basic
  • 426
4
votes
0 answers

ffmpeg with x11grab results in black screen in vlc playback

I've installed ffmpeg on an AWS instance and have been unsuccessfuly trying to record an X session, to which I've connected over x11rdp, with the client being Microsoft Remote Desktop. Here's the terminal command I am using and its output: $ ffmpeg…
3
votes
0 answers

X11rdp/xrdp with aad-login -> pam authentication fails (xrdp_mm_process_login_response: login failed)

We are implementing a solution that allows users to login via aad-login (Azure Active Directory login) following this guide: https://github.com/bureado/aad-login Everything works fine - I can login via SSH to the Ubuntu machine (14.04 LTS) with AAD…
2
votes
1 answer

Issue getting XRDP to authenticate via LDAP

I've got a configuration where I've got a corporate active directory that contains usernames and passwords that is used for authentication. I stand up my own cloud resources, in my case Linux RHEL 7 hosts; I'm given an out-of-the-box configuration…
2
votes
4 answers

Kill defunct xrdp session --- xrdp users cannot log on

user cannot connect to server over xrdp tested using linux remoted desktop client, as well as windows remote desktop client error messages is "error: problem connecting" /var/log/sesman.log shows this error [20170419-22:06:02] [INFO ] scp thread…
xrdp
  • 21
2
votes
0 answers

VNC: one session per user, recoverable

I know how to use VNC as a single user to see what's on the screen (possibly even the login screen, out of the Window Manager). If the vnc server crashes, no big deal, launch it again, restart your client and keep working. I also know how to have…
dargaud
  • 232
2
votes
2 answers

linux mint xrdp xfce : X server already running on display :10.0

I'm on Linux Mint 21, xfce version. I setup xrdp with basic command : apt install xrdp I have an /etc/xrdp/startvm.sh configuration like that : #/bin/sh startxfce4 >> ~/xrdp.log When I connect with an RDP client, I got the xrdp Just Connecting…
Klun
  • 115
1
vote
1 answer

Issues with expired passwords using XRDP in CentOS

I am running a series of docker containers running an xfce desktop which can only be accessed via xrdp. I set password restrictions and expired the current passwords of all users expecting to get a prompt through xrdp on the next login to change…
1
vote
1 answer

How to enable login as root on xrdp with centos and GNOME?

Was wondering if anyone knows how to enable root login on xrdp with GNOME and centos 6? Below is my config for…
1
vote
0 answers

Why is xrdp not using my self-signed certificate?

I created a self-signed TLS certificate to use for RDP sessions from guacamole to a Rocky Linux virtual machine. While checking if the TLS certificate is in use on the target host I ran openssl s_client -connect localhost:3389 . to see if the key…
mr.zog
  • 981
  • 4
  • 22
  • 46
1
vote
1 answer

Configuration Issues with XRDP and Gnome on Debian 11 server

I have a light duty Debian 11 (Bullseye) server. It will mostly be a file server when ready. I had installed XRDP so I can connect to and manage it from my Win10 machine when working with the UI would make more sense, depending on what I was doing.…
1
vote
1 answer

Speed-optimization of Xrdp server connection when connected via SSH tunnel

I've established a connection to a server based on port-forwarded local Xrdp, through an SSH tunnel. If my understanding is correct, then I could illustrate such network as follows: ╷────<──port xxxx──<────╷ ) │ …
1
2 3