dnf update -y
dnf install -y epel-release
dnf groupinstall -y "Server with GUI"
systemctl set-default graphical
dnf install -y xrdp
systemctl enable xrdp --now
netstat -nltp | grep 3389
vi /etc/xrdp/xrdp.ini
==
port=3389 # 이 부분을 원하는 포트로 설정
==
systemctl restart xrdp
netstat -nltp | grep xrdp