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

Network Time Protocol for CentOS 8

Check hardware clock [root@sftp testadmin]# hwclock --verbosehwclock from util-linux 2.32.1System Time: 1608158426.341727Trying to open: /dev/rtc0Using…

Redhat 7.5 Installation

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

How to Add Printers on Linux Mint 20

Overview: The Common Unix Printing System (CUPS) is an open source printing system developed by…