https://github.com/initdc/xrdp-on-ubuntu
1 click scrpt for installing xrdp on ubuntu
https://github.com/initdc/xrdp-on-ubuntu
script ubuntu xrdp
Last synced: 11 months ago
JSON representation
1 click scrpt for installing xrdp on ubuntu
- Host: GitHub
- URL: https://github.com/initdc/xrdp-on-ubuntu
- Owner: initdc
- License: mit
- Created: 2021-06-19T22:12:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-21T14:41:04.000Z (over 4 years ago)
- Last Synced: 2025-01-20T23:48:30.016Z (about 1 year ago)
- Topics: script, ubuntu, xrdp
- Language: Shell
- Homepage: https://xrdp.ubtu.net
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```sh
# 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
```sh
# Danger Zone
sudo ufw allow 3389
sudo ufw reload
```
## Use it
```sh
# Need root user access
sudo su
sh <(curl -L xrdp.ubtu.net)
```
## Reference
[xrdp 完美实现 Windows 远程访问 Ubuntu 20.04](https://www.sohu.com/a/446523786_495675)
[How to fix “Authentication is required to create a color profile/managed device” on Ubuntu 20.04 / 20.10](https://devanswers.co/how-to-fix-authentication-is-required-to-create-a-color-profile-managed-device-on-ubuntu-20-04-20-10/)
## License
MIT