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

Manual Compile of NGINX on CentOS 7

Summary:Normal NGINX that has been installed from repositories does not forward raw TCP packets. Since…

Install ISPConfig on CentOS 5.2

cd /var/www/html wget  tar xvfz ISPConfig-2.2.24.tar.gz cd install_ispconfig ./setup

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…