Skip to content

CentOS 7 Install xrdp

Prez Ivan edited this page May 16, 2020 · 2 revisions

Procedure:

Ensure to have installed Gnome GUI on CentOS7

Installation

Verify port listening: netstat -antup | grep xrdp

Firewall config

  • sudo firewall-cmd --permanent --add-port=3389/tcp
  • sudo firewall-cmd --reload

SELinux config

  • sudo chcon --type=bin_t /usr/sbin/xrdp
  • sudo chcon --type=bin_t /usr/sbin/xrdp-sesman

Clone this wiki locally