Fedora KDE 40 - how to install xrdp RDP server - June 2024
Screen recording https://www.youtube.com/watch?v=HK1J3eMcLpI
sudo dnf install plasma-workspace-x11 # Needed on Fedora KDE 40. sudo dnf install xrdp xorgxrdp # Edit file /etc/xrdp/xrdp.ini, uncomment the entire section "[Xorg]". sudo systemctl enable --now xrdp
Then you can connect using an RDP client. E.g. xfreerdp or wlfreerdp:
xfreerdp /u:administrator /w:1920 /h:1080 /v:192.168.122.168 /video /rfx /network:lan /gfx /dynamic-resolution /sound:sys:pulse
See https://nmariusp.github.io/rdp.html
Comments
Post a Comment