1、关闭防火墙
systemctl stop firewalld #临时关闭防火墙systemctl disable firewalld #关闭防火墙开机自启动firewall-cmd –state #查看防火前状态
2、配置源:
# yum install epel* -y
3、安装xrdp
# yum --enablerepo=epel -y install xrdp
4、启动xrdp并设置开机启动
# systemctl start xrdp# systemctl enable xrdp
5、输入账号密码进行登录即可。
推荐教程:centos教程