• 0 Posts
  • 4 Comments
Joined 3 years ago
cake
Cake day: June 13th, 2023

help-circle
  • Some ideas for the future

    Xrdp fail… plain and simple…

    Xrdp usually works fine, you should try to find any specific error messages or logs. Xrdp also runs a service so you could also see if the service itself is running or what it’s status is (systemctl status xrdp).

    For me Xrdp did fail when I initially tried to run it. I don’t remember the exact error being produced but there was something wrong with the port number xrdp wanted to use… in the end I had to stop the service, edit /etc/xrdp/xrdp.ini and set the port to a specific port number without using vsock. xrdp by default was set to use vsock ports which wasn’t working for for me.


  • Set up SSH on it and make sure you’re able to connect into it while it works normally, that way when the issue occurs you can do a quick test to see if the system itself is still up and running.

    I’m not on Linux Mint / Cinnamon but I’ve occasionally seen GNOME sort of hang/freeze so the screen display becomes non-responsive. After a couple of times of that happening I ended up setting up SSH on the system and configured a SSH client on my phone so I can do a SSH connection into the desktop and force-logout my user (which apparently fixes the issue and brings my main desktop back to a normal login screen). I haven’t quite figured out if it’s Gnome issues or something to do with my Nvidia GPU… though with Linux if Nvidia is involved then it’s usually Nvidia, ugh.

    Also if you’re physically at the computer when it happens try unplugging/replugging in the monitor cable, maybe there’s something wonky going on there or with the display connection.

    Just some ideas to help you along :)



  • I’ve never needed to do this but have you looked into creating a Reverse SSH Tunnel? Maybe that can accomplish what you want https://www.howtogeek.com/428413/what-is-reverse-ssh-tunneling-and-how-to-use-it/

    Similar to what you are trying to do - A while back when I needed to remote connect to a firewalled Windows computer I set up a reverse VNC connection on that Windows computer that would get initiated whenever I sync’d a file over to the Windows system via Dropbox/Syncthing (those work without port forwarding). Reverse VNC, like Reverse SSH or other connections basically try to initiate the connection out of the firewalled system, it’s an interesting workaround when you have no incoming port forwards. Not sure if I’d recommend that type of set up but it is more secure than sending emails so there’s that.

    If you’re able to set up a mesh VPN that might work better but you do have other options if you need them.