Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.17 KB

connect-to-fedora-from-windows-with-xrdp.md

File metadata and controls

35 lines (29 loc) · 1.17 KB
aliases category classification date date_modified draft id image links local_archive_links pinned print series tags title type
connect-to-fedora-from-windows-with-xrdp
fedora
public
2020-09-08 12:04:55 -0700
2020-09-08 12:04:55 -0700
false
20200908190455
false
false
fedora
linux
xrdp
windows
Connect to Fedora from Windows with xRDP
tech-note

It's very hard to get a straight, consistent answer on this, and, I only found one comment on an obscure site that finally helped me fix a constant black screen every time I connected. There is so much rubbish advice on xRDP out there!

The below instructions work on Fedora 33. If you are logged into the desktop, you will just get a black screen when you try to RDP. So you must log out.

sudo dnf install --assumeyes xrdp xorgxrdp tigervnc-server 
sudo systemctl enable --now xrdp
sudo firewall-cmd --add-port=3389/tcp --permanent
sudo firewall-cmd --reload 

Get the machine's IP address ip addr and connect to it with RDP from Windows.

If you get multiple prompts to authorise when opening Firefox, uninstall pcsc by running dnf remove -y pcsc*.