centos remote desktop connection

Table of contents

pack up service

Remote Connection

​Enter the account password


pack up service


[root@zyq ~]# yum -y groups install "GNOME Desktop"
[root@zyq ~]# startx

[root@zyq ~]# yum install xrdp
[root@zyq ~]# systemctl start xrdp
[root@zyq ~]# systemctl enable xrdp

 Remote Connection

Just enter the account password

 

 

 Note: log in as a normal user, there will be an exception when root logs in

Guess you like

Origin blog.csdn.net/zyqash/article/details/129879333