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.
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
Post a Comment