Easily set up an XRDP server on your Ubuntu VM with this automated script.
- Installs and configures XRDP and XFCE4.
- Creates a superuser with your chosen username and password.
- Opens RDP port in the firewall.
-
Download and Run the Script:
wget https://raw.githubusercontent.com/darphiz/XRDP-Ubuntu/b32ea38485a28e73140932691b0d7b2210ea7e10/install.sh -O setup_xrdp.sh chmod +x setup_xrdp.sh sudo ./setup_xrdp.sh
-
Follow the Prompts: Enter your desired username and password.
Enter the username: <your_username>
Enter the password: <your_password>
Confirm the password: <your_password>
XRDP setup complete. You can now connect via RDP using the username '<your_username>'.
MIT License