You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

261 B

CentOS安装xrdp

xrdp需要安装桌面环境。

sudo yum group install "Server with GUI"

安装xrdp

sudo yum install xrdp
sudo systemctl enable --now xrdp
echo 'exec gnome-session' >> /etc/xrdp/xrdp.ini
sudo systemctl restart xrdp