Featured image of post 在Ubuntu 22.04上執行RDP伺服器

在Ubuntu 22.04上執行RDP伺服器

Ubuntu 22.04 RDP Server Build

安裝

  1. 輸入以下指令

    1
    2
    3
    4
    5
    6
    7
    8
    
    sudo apt-get install xrdp -y
    sudo adduser xrdp ssl-cert
    sudo ufw allow 3389
    sudo systemctl restart xrdp
    sudo systemctl enable --now xrdp
    sudo systemctl status xrdp
    sudo apt install xubuntu-desktop -y
    sudo reboot -f
    
  2. 修改檔案/etc/xrdp/xrdp.ini

    1
    
    crypt_level=low
    
  3. 並在檔案/etc/xrdp/xrdp.ini[Globals]最後加上channel_code=1

  4. 完成

後記 : RDP設定

將效能體驗切到LAN,速度上會更穩定一些

comments powered by Disqus
Built with Hugo
Theme Stack designed by Jimmy