Posted On December 1, 2020

How to Enable XRDP Session Sharing

kimconnect 0 comments
blog.KimConnect.com >> Linux >> How to Enable XRDP Session Sharing
# Edit the xrdp init file
sudo vim /etc/xrdp/xrdp.ini
# Add this at the bottom
[xrdp1]
name=sesman-Xvnc
lib=libvnc.so
username=
password=ask
ip=127.0.0.1
port=ask-1

# For local or distributed Users, edit this file
sudo vim /etc/pam.d/xrdp-sesman
# Add this line at the bottom 
session required pam_limits.so

# For users of xRDP same session management
sudo vim /etc/pam.d/common-session
# Add this line at the bottom
session required pam_limits.so

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Install MySQL on CentOS 5.2

To install MySQL, we do this:yum install mysql mysql-devel mysql-serverThen we create the system startup…

Redhat 7.5 Installation

Standard Default Installation Instructions At the initial loading screen, press the UP arrow to select…

CentOS 8: How to Only Apply Security Updates

[cuilo@test-box ~]# sudo yum --security update CentOS-8 - AppStream 12 kB/s | 4.3 kB 00:00…