Linux serverNETWORK ADMINISTRATIONS

Howto install Centos 7 Remote Desktop

sudo -s
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-1.el7.nux.noarch.rpm
yum -y install xrdp tigervnc-server
systemctl start xrdp.service
systemctl enable xrdp.service
firewall-cmd –permanent –zone=public –add-port=3389/tcp
firewall-cmd –reload

source

centos 7

Leave a Reply

Your email address will not be published. Required fields are marked *