Questions tagged [xrdp]

Use this when the topic involves using xrdp software for Remote Desktop Protocol access.

Use this when the topic involves using xrdp software for Remote Desktop Protocol access.

This software is installed on both Jessie and Stretch like so:

sudo apt-get update
sudo apt-get install xrdp

If it is being used on Stretch, which comes with the RealVNC server preinstalled, it is important to remove it:

sudo apt-get update
sudo apt-get purge realvnc-vnc-server 
23 questions
6
votes
1 answer

How to stop XRDP service from autostarting

I'm using Raspbian Stretch and I installed XRDP from APT: sudo apt-get install xrdp After that, the XRDP service is started automatically on boot. Now, I would like to disable the autostart, so I tried to issue the following command that usually…
Robert Hume
  • 175
  • 1
  • 1
  • 8
6
votes
4 answers

"connection problem, giving up" on xrdp with Raspberry Pi OS 11 (bullseye)

I installed xrdp on two Raspberry Pi 4 with 4 GB memory. The first one had a fresh installation of Raspberry Pi OS 11 with the full desktop environment, here everything works. The second one had the normal desktop instead of the full one. On the…
Lion
  • 247
  • 2
  • 4
  • 12
1
vote
0 answers

How to connect to the pi with xrdp installed using Microsoft Remote Desktop on another network

Hello I have a raspberry pi 2b with xrdp installed. At home I can connect to it in rdp and ssh without any problems. The pi has the ssh and rdp ports forwarded. From another network, I can connect to it with ssh but when I want to use rdp with…
Hippolyte
  • 11
  • 1
1
vote
1 answer

How to make xrdp work with Stretch

On Jessie, with the Rpi3B, it is simple to enable xrdp: sudo apt-get update sudo apt-get install xrdp badda bing. But with the new Rpi3B+ which requires Stretch, it has a problem. It will still allow you to get to the login screen, but then…
SDsolar
  • 2,378
  • 8
  • 26
  • 43
1
vote
4 answers

XRDP on ARM64 bullseye issue

On the newest PI OS bullseye (not beta!) I installed the xrdp and added user xrdp to the ssl-cert group. When I open the RDP session on w10 PC and try to log to PI4 I get an error saying: connecting to sesman ip 127.0.0.1 port 3350 sesman connect…
user3626099
  • 29
  • 1
  • 3
1
vote
1 answer

Python pygame program won't run through SSH / Remote Desktop

I've been working on my own object recognition program based on the rpi-vision test program pitft_labeled_output.py (from this webpage). It's basically a custom neural network model and a bit modified code for the new model to work. However, I'm…
A6EE
  • 73
  • 8
1
vote
8 answers

Raspberry xrdp login failed for display 0

I've read many and many threads about Raspberry and xrdp but each time it seems people had a screen display connected to their raspeberry. It is not my case : I've installed Raspian to the mirco SD card, then add 2 files to enable SSH and configure…
Bm28
  • 19
  • 1
  • 1
  • 2
1
vote
1 answer

Raspbian Buster and XRDP keyboard layout

I've Raspbian Buster installed on Raspberry Pi 4. I installed XRDP by first removing/purging RealVNC server (according to some sources on the web, they cannot coexist peacefully) and then installing XRDP itself. It works fine with an exception: on…
user3626099
  • 29
  • 1
  • 3
1
vote
0 answers

How to fix XRDP Problems with Raspberry Pi and Windows 7

I just updated my Raspbian to the latest distro and fixed a problem with sudo apt-get update not working. The issue I'm having now is that my Remote Desktop isn't working anymore, which happened after fixing the issue with sudo apt-get update. What…
0
votes
2 answers

Problems making xrdp work on Stretch

I have purged realvnc-vnc-server. I have loaded xrdp At this point nothing appear but instructions say that the xrdp server is supposed to run automatically in the background. How do I access it?
Ken L
  • 1
  • 1
0
votes
1 answer

Esteblishing a remote desktop connection from Windows 10 Home to RPi

I found a bunch of tutorials on how to connect to Raspberry Pi desktop remotely. They are all together goes wth the same way: installing XRDP on RPi Just running Remote Desktop Connection app on Windows computer and connect to RPi with its IP…
Roman Matveev
  • 433
  • 6
  • 16
0
votes
1 answer

xrdp Requiring Numeric IP Address from Windows

I have xrdp installed and running on a Raspberry Pi 3B+ running stretch. The Pi's name and address, from the /etc/hosts file, are: 10.0.0.5 mycroft When I try to access the Pi from Windows 10 via Remote Desktop Connection, if I specify "mycroft"…
Mark Olbert
  • 137
  • 4
0
votes
0 answers

Error connecting to Raspberry Pi 2 using xrdp

I have Fedora 28 MATE installed on a Raspberry Pi 2. I have xrdp installed and started/enabled on the pi, and have opened port 3389/tcp in the default firewalld zone. I am trying to connect to the pi from a Mac using Microsoft Remote Desktop…
vim_usr
  • 101
  • 1
0
votes
1 answer

Not able to connect through RDP from public network with custom port

I am trying to connect my Pi 3 that is located at my home from my office network but Windows' RDP client giving error immediately. I am using DDNS service and I can connect my home desktop PC through RDP from my office without a problem. I am able…
Seljuke
  • 1
  • 1
0
votes
0 answers

XRDP: connection problem, giving up

I configured xrdp on ubuntu 22.04 and tried to connect from another windows10 using remote desktop. However, the blue screen will appear after a period of time: After that, I checked /var/log/xrdp.log with the following error…
zijing
  • 1
1
2