Using remote desktop to control Raspberry pi
For this article I will introduce about how to remote to Raspberry pi by remote desktop of windows OS.
The method is as follows:
- 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.
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.