Created
February 26, 2021 04:45
-
-
Save mrcodekiddie/5c77aeb48664886949202d0a0a3621d8 to your computer and use it in GitHub Desktop.
Script for installing RDP on ubuntu 18.04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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