Linux management-xrdp remote desktop configuration V1

  1. Download software

Download software xrdp-0.9.13.1.tar

  1. install software

Unzip software

tar -xf xrdp-0.9.13.1.tar

Use the following command to install the source code

[root@gzrac01 ~]# cd xrdp-0.9.13.1/

[root@gzrac01 xrdp-0.9.13.1]# ./bootstrap

[root@gzrac01 xrdp-0.9.13.1]# ./configure

[root@gzrac01 xrdp-0.9.13.1]# make

[root@gzrac01 xrdp-0.9.13.1]# make install

yum install tigervnc tigervnc-server

 

 

systemctl start xrdp

systemctl enable xrdp

 

//Open port 3389

firewall-cmd --permanent --zone=public --add-port=3389/tcp

firewall-cmd --reload

====================== or turn off the firewall

//Temporarily closed

systemctl stop firewalld

//Prohibit booting up

systemctl disable firewalld

Write picture description here

Write picture description here

Write picture description here

Write picture description here

Guess you like

Origin blog.csdn.net/oradbm/article/details/111562212