Skip to content

initdc/xrdp-on-ubuntu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

xrdp-on-ubuntu

1 click scrpt for install xrdp on ubuntu

Notice

No firewall rule setup by this script, you should handle it for security.

  • for local network
# get your local ip
hostname -I

# setup firewall rule (eg. 192.168.10.99)
sudo ufw allow from 192.168.10.0/24 to any port 3389

sudo ufw reload
  • for public access
# Danger Zone
sudo ufw allow 3389

sudo ufw reload

Use it

# Need root user access

sudo su

sh <(curl -L xrdp.ubtu.net)

Reference

xrdp 完美实现 Windows 远程访问 Ubuntu 20.04

How to fix “Authentication is required to create a color profile/managed device” on Ubuntu 20.04 / 20.10

License

MIT

About

1 click scrpt for installing xrdp on ubuntu

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages