Monday, 28 October 2013

Use remote desktop to control Raspberry Pi

I will introduce how to use remote to control raspberry pi using remote desktop. Firstly, install xrdp in Raspberry Pi directly or using SSH. The command is following:
$sudo apt-get install xrdp
And then install the Remote Desktop Connection in your computer. Next, find your Raspberry Pi's IP address using command.
$ifconfig
Input this IP address in the blank as shown in Figure 1:
Figure 1: Input IP for  remote connection

After that click connect, the interface is like Figure 2:
Figure 2: Input username and password for you Pi

Ok, we can connect our Raspberry Pi successfully like Figure 3:

If you can look this familiar desktop, you can control your Raspberry Pi from remote desktop.


No comments:

Post a Comment