this post was submitted on 01 Feb 2026
112 points (100.0% liked)
Selfhosted
60253 readers
462 users here now
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
RDP (the same protocol Windows Remote Desktop uses) works fine on Linux. I'd suggest investigating why that suddenly stopped working for you.
For what it's worth Xrdp seems to work well on Linux for enabling a RDP Remote Desktop server.. I suspect you are / were(?) already using Xrdp and just need to figure out why it stopped working.
Yes I was using xrdp, it is still installed and windows rdp can find it and connect. But once that happens, the applications crashes and shuts down...
That's weird, maybe an update broke something? What I would maybe do is uninstall Xrdp (and maybe remove/rename the old config files just in case), then re-install and configure it. From there if it's still not working try to see what's showing up in the log files maybe.
I did notice that Xrdp requires some extra configuration to work properly with Linux Mint Cinnamon, you apparently need to create a .xsession file in the home folder of whichever user(s) you're trying to remote into. I'm not on Linux Mint myself but maybe searching around will give you some tips e.g. this seems like a good rundown https://gist.github.com/ParkWardRR/2ab9b5d41bbaceca8471d591755a1898
EDIT: You probably already know this from using it before but for RDP on Linux you'd need to remote into a user that is not already logged in.. it's not like in Windows when you can RDP into any user regardless if they're already logged in or not.
Even on Wayland?
Yup, been using Xrdp in a Debian + GNOME Wayland setup without issue.
I've also used GNOME's built in Remote Desktop (RDP) with Wayland. KDE's own RDP should work with Wayland too but I haven't tested that one yet.