Skip to content

Instantly share code, notes, and snippets.

@mrcodekiddie
Created February 26, 2021 04:45
Show Gist options
  • Save mrcodekiddie/5c77aeb48664886949202d0a0a3621d8 to your computer and use it in GitHub Desktop.
Save mrcodekiddie/5c77aeb48664886949202d0a0a3621d8 to your computer and use it in GitHub Desktop.
Script for installing RDP on ubuntu 18.04
#!/bin/bash
sudo apt update
sudo apt install xfce4 xfce4-goodies xorg dbus-x11 x11-xserver-utils xrdp
sudo adduser xrdp ssl-cert
sudo systemctl restart xrdp
sudo ufw allow 3389
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment