To install, type the command from the shell:
sudo apt install xrdp -y
Unfortunately, it’s enough to start using RDP under Buster, but, not under Woodworm, I received a blank screen after login. Solution: it works for me, is to add a new user. So go back to shell and enter:
sudo adduser <username> sudo usermod -a -G sudo <username>
Cannot connect to WiFi Networks
sudo nano /etc/polkit-1/localauthority/50-local.d/47-allow-wifi-scan.pkla
[Allow Wifi Scan] Identity=unix-user:* Action=org.freedesktop.NetworkManager.wifi.scan;org.freedesktop.NetworkManager.enable-disable-wifi;org.freedesktop.NetworkManager.settings.modify.own;org.freedesktop.NetworkManager.settings.modify.system;org.freedesktop.NetworkManager.network-control ResultAny=yes ResultInactive=yes ResultActive=yes