Using remote desktop to control Raspberry pi

Grassroot Engineer
2 min readSep 29, 2019

--

For this article I will introduce about how to remote to Raspberry pi by remote desktop of windows OS.
The method is as follows:

  1. Turn on Raspberry pi and open Terminal.

Type “sudo apt-get install xrdp” and Type “y” when screen ask “Do you want to continue?” as following.

Terminal in Raspberry pi

In case of error occurrred during installation, please do update and upgrade Rasbian OS first by this command.

sudo apt-get update && sudo apt-get upgrade -y

3. Then open “remote desktop”from your computer and put your raspberry pi IP into the blank >> press Connect button >> yes

4. Input user name = “pi” and password = “raspberry” >> ok
(as default from factory).

5. Done, now can access to Raspberry pi by remote desktop of windows.

See you next time.
Grassroot engineer.

--

--

Grassroot Engineer
Grassroot Engineer

Written by Grassroot Engineer

ATM engineer who is interested in CODING and believe in EFFORT. — https://grassrootengineer.com

No responses yet