Skip to content

Rocky | Linux Install Rdp

# Start GNOME gnome-session # Start service sudo systemctl start xrdp Enable on boot sudo systemctl enable xrdp Check status sudo systemctl status xrdp Step 7: Configure Firewall Allow RDP port (3389):

For permanent SELinux configuration:

# Check SELinux status getenforce sudo chcon --type=bin_t /usr/sbin/xrdp sudo chcon --type=bin_t /usr/sbin/xrdp-sesman Or set permissive (troubleshooting only) sudo setenforce 0 rocky linux install rdp

# Start XFCE startxfce4 Or for GNOME:

sudo firewall-cmd --permanent --add-port=3389/tcp sudo firewall-cmd --reload sudo firewall-cmd --list-ports Step 8: Configure SELinux Xrdp needs SELinux policies: # Start GNOME gnome-session # Start service sudo

[globals] port=3390 Then update firewall: rocky linux install rdp

Jamestown
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.