Enable RDP
Taken from the offical docs
#!/bin/bash
echo "[i] Installing xrdp"
apt-get --yes --force-yes install xorg xrdp
echo "[i] Starting the service"
sudo systemctl enable xrdp --now
systemctl enable xrdp-sesman --now
Last updated
Was this helpful?