this post was submitted on 05 Apr 2026
8 points (100.0% liked)

Linux

16994 readers
153 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 2 years ago
MODERATORS
 

Hi guys. I've been using Linux for 2-3 years now. So far I have had great success with RDP access on Ubuntu and Zorin (GNOME) DEs.

I just installed Debian with XFCE. I installed XRDP but for the life of me I cannot get it working. Anyone have any tips to access remotely? I'm open to solutions other than XRDP too. Thanks!

top 2 comments
sorted by: hot top controversial new old
[โ€“] brickfrog@lemmy.dbzer0.com 3 points 2 days ago* (last edited 2 days ago)

I'm on Debian but have been using GNOME with its built-in RDP server since it's Wayland compatible.. But before I did that I had also set up XRDP so here's a few ideas :)

I just installed Debian with XFCE. I installed XRDP but for the life of me I cannot get it working.

Are you using XFCE with Wayland or X11? XRDP currently only works with X11. Make sure the user you are using to RDP with is able to log in normally with XFCE + X11 before attempting RDP.

Also RDP logins only work with Linux users that are not currently logged in at the desktop so make sure you're logged out before testing.

Also double-check that the xrdp.ini file looks right, particularly the incoming port it is configured to use. (on Debian it is in /etc/xrdp/xrdp.ini). When I initially configured XRDP the port setting was strangely configured, it was set with port=vsock if I remember correctly and that wasn't working.. I had to change it to a regular port number. Also consider changing the port number if necessary, I had to change mine but only because Gnome's own RDP server was already using the default port 3389. (if you change xrdp.ini settings make sure to restart the xrdp service)

Also double-check that the XRDP service is active and running (sudo systemctl status xrdp) - on my end the service would stop running when the port number config was wrong which meant it was no longer listening to incoming connections.

[โ€“] phanto@lemmy.ca 2 points 2 days ago

I've used Remmina from Debian Gnome. I had to turn on dynamic resolution update, and had to pick a color theme that was different from the default, but then it worked fine.