Connection problem to the Raspberry Pi using remote desktop
For the past few days, when I try to connect to my Raspberry Pi via remote desktop (even though I've done it without any problems thousands of times before), I get the following error messages:
1 Reply
Hi, @nour_huda This issue occurs because RPi tries to auto-login, especially with the new Raspberry Pi OS in the earlier version it wasn't the case. We have to remove the default user "pi" from the video and render group to resolve this issue. I suggest running the following commands and also following the steps shown in the video.
sudo apt update
sudo apt upgrade
sudo apt-get install xrdp
sudo gpasswd -d pi video
sudo gpasswd -d pi render
sudo reboot
Here is the video to show the process step-by-step: https://youtu.be/9G-uQdvwXLoBINARYUPDATES
YouTube
Remote Desktop Connection with Raspberry Pi4 from Windows Computer
Let’s learn how to use Remote Desktop Connection with Raspberry Pi4 from Windows Computer. This communication uses Remote Desktop Protocol (RDP) on Windows11 to access Raspberry Pi Desktop. We’ll be installing XRDP package on RPi4.
[SUPPORT]
►► Try the world's most trusted PCB design software, Altium Designer with 365, for free and 25% off y...