--- tags: note,tutorial,ubuntu 18.04,XRDP --- # install XRDP in ubuntu 18.04 desktop ## 指令操作 (這些指令需要在有網路的情況下做操作) ```bash=bash sudo apt update sudo apt-get install tightvncserver sudo apt-get install xrdp sudo apt-get install xfce4 echo xfce4-session >~/.xsession sudo service xrdp restart sudo apt-get install xserver-xorg-core sudo apt-get install xorgxrdp ``` ## Reference [1.Issues with xRDP and Ubuntu 18.04.2 – How to fix it](https://c-nergy.be/blog/?p=13390) [2.windows遠端桌面連線ubuntu:xrdp](https://www.itread01.com/content/1546967712.html) [3.xrdp完美实现Windows远程访问Ubuntu 16.04](http://www.linuxidc.com/Linux/2017-09/147112.htm)