Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 481 Bytes

Xrdp.md

File metadata and controls

30 lines (21 loc) · 481 Bytes

Ubuntu安装�Xrdp

Ubuntu 20.04

sudo apt update
sudo apt install ubuntu-desktop
sudo apt install xubuntu-desktop

# 安装xrdp
sudo apt install xrdp

# 查看启动状态
sudo systemctl status xrdp


# 
sudo adduser xrdp ssl-cert
sudo systemctl restart xrdp

客户端

  • Windows 使用自带的Remote Desktop Connection
  • OSX 使用Microsoft Remote Desktop

参考资料