Remote Login

From SingletonMillerWiki
Revision as of 18:26, 22 June 2013 by Martin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Remote Login

This describes how to use remote desktop from Window (7) machine to login to a graphical desktop on a remote Raspberry Pi

On the RPi

sudo apt-get install xrdp

[ ok ] Starting Remote Desktop Protocol server : xrdp sesman.

Find out the ip address of the RPi

ifconfig | grep 'inet addr'
          inet addr:192.168.0.9  Bcast:192.168.0.255  Mask:255.255.255.0
          inet addr:127.0.0.1  Mask:255.0.0.0

192.168.0.9 is what you need

From Windows

Launch the remote desktop programme from the start menu. Enter the IP address as determined above.

RemoteDesktopFromWin7.png

You'll probably get a security warning.

RemoteDesktopWarningFromWin7.png

Review this and assuming you're on a local network it should be safe to connect. At which point you'll be presented with a login screen for the RPi.

RPiRemoteLoginPrompt.png Login using your normal RPi username and password.