Remote Desktop from Windows 10 to Raspberry Pi 3.

Ridma Pramuditha
2 min readMar 4, 2020

--

Equipment

1. Raspberry pi 3B / 3B+

2. Micro USB cable

3. Monitors

4. Laptop

5. WiFi connection

Step 1

Connect the same WiFi in laptop and Raspberry Pi.

Open configuration in Raspberry Pi and go to Interface tab.

Enable SSH and VNC.

Step 2

Open a terminal window from Raspberry Pi.

Step 3

Raspberry Pi update and upgrade

First, update your Raspberry Pi by entering the following command.

sudo apt-get update

Next, upgrade installed packages to their latest version by the below command.

sudo apt-get full-upgrade

Step 4

Type following command in terminal.

sudo apt-get remove xrdp vnc4server tightvncserver

Step 5

Type following command in terminal.

sudo apt-get install tightvncserver

Step 6

Opening the Remote Desktop Connection application on your Windows computer.

Step 7

Computer — Enter your Raspberry Pi’s local address then click the “Connect” button.

Step 8

Enter Raspberry Pi username and password.

Thank you!

Contact as

Pramuditha Ridma

Linkedln — www.linkedin.com/in/ridmapramuditha

Blogspot — https://iotbymercurylabs.blogspot.com/

Email — pramuditharidma16@gmail.com

mercurylabs2019@gmail.com

--

--

Ridma Pramuditha
Ridma Pramuditha

Written by Ridma Pramuditha

Passionate Embedded Software Engineer, IoT Enthusiast and Open source addicted. | Mercury Labs |

No responses yet