Skip to content

Install an RDP server and a GUI on an ubuntu virtual machine.

Notifications You must be signed in to change notification settings

darphiz/XRDP-Ubuntu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

XRDP Setup Script

Easily set up an XRDP server on your Ubuntu VM with this automated script.

Features

  • Installs and configures XRDP and XFCE4.
  • Creates a superuser with your chosen username and password.
  • Opens RDP port in the firewall.

How to Use

  1. 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
  2. Follow the Prompts: Enter your desired username and password.

Example

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>'.

License

MIT License

About

Install an RDP server and a GUI on an ubuntu virtual machine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages