# XRDP installieren

### Xrdp installieren

The only package you need is xrdp, which you should enable after installation.

```
sudo apt update
sudo apt install xrdp

sudo systemctl enable xrdp
sudo systemctl restart xrdp

```