-
Notifications
You must be signed in to change notification settings - Fork 0
dev xrdp
Ryan Liang edited this page Mar 14, 2018
·
1 revision
- Install xrdp.
- Install tigervnc-server.
- Use gnome session instead of classic one:
echo "gnome-session" > ~/.Xclients
chmod +x ~/.Xclients
sudo systemctl restart xrdp.service- Start xrdp service and make it start as system boots.
systemctl start xrdp.service
systemctl enable xrdp.service- If the connection fails, it could be caused by firewall settings. Just add a new rule to firewall.
firewall-cmd --permanent --zone=public --add-port=3389/tcp
firewall-cmd --reload