Monday, April 13, 2020

RaspberryPi Remote Desktop windows 10 OR Install XRDP in RaspberryPi

In this Post I will show how to install XRDP in RaspberryPi
or
How to connect RaspberryPi from Windows using Remote Desktop.

Previously I had shown you
 OutPut:



















Before we install the required package in RaspberryPi, lets update using below command

 sudo apt-get update
To connect RaspberryPi we need to install xrdp.
Xrdp is an open-source implementation of the Microsoft Remote Desktop Protocol (RDP) that allows you to graphically control a remote system.
Install xrdp using below command

 sudo apt-get install xrdp

No comments:

Post a Comment