Centos 7 and XRDP

To install XRDP on Centos 7 the best way is :

1. install nux repo
# rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-1.el7.nux.noarch.rpm

2. Install xrdp with gnome and vnc server

Install Gnome
# yum groupinstall "GNOME Desktop" "Graphical Administration Tools"

Install xrdp and tigervnc
# yum -y install xrdp tigervnc-server

3. When  is installed, let`s start the xrdp service.
 
# systemctl start xrdp.service

Comments

Popular posts from this blog

How to clean DB from old logs in Magento 1.x

Securing the Pi-hole with fail2ban to prevent DNS Amplification attacks

Apache 2.4 + mod_wsgi + Python 3.7 + Django installation on Centos 7.10