Remote Desktop from Windows 10 to Raspberry Pi 3

Опубликовано: 20 Январь 2025
на канале: BINARYUPDATES
79,449
404

Learn how to access the remote desktop from Windows 10 to Raspberry Pi 3. Sometimes using Desktop of Raspberry Pi makes a sense when you're new to Linux like Operating Systems. There are few commands we should run to properly install required packages to access Raspberry Pi3 over Remote Desktop Connection. Follow commands in sequence and get access into Remote Desktop

There is are defects which prevent xrdp working with the vncserver. However, it works with tightvncserver. Also, the order of installation of tightvncserver and xrdp seems to be important.

sudo apt-get remove xrdp vnc4server tightvncserver

sudo apt-get install tightvncserver

sudo apt-get install xrdp

Enjoy Accessing Raspberry Pi 3 over Remote Desktop on Windows 10. CHeers