Minimal GUI & RDP On Alma Linux

Below are the steps.

1.      First Install EPEL and Xfce Package.

# dnf install epel-release -y
# dnf groupinstall "Xfce" -y

2.     Install RDP & Configure Remote Session.

# dnf install xrdp -y 
# systemctl enable --now xrdp
# systemctl status xrdp

3.     Configure Xfce as default session.

# echo "startxfce4" > ~/.Xclients
# chmod +x ~/.Xclients

4.     From Windows RDP Client now you can connect the Linux RDP Server.