ejleiss
Posts: 2
Joined: Thu Apr 04, 2013 5:30 pm

Remote Desktop

Mon May 13, 2013 12:11 pm

I am trying to remote desktop from the raspberry pi to a windows PC. Has anyone done this before? I've read many ways to do the reverse using Putty etc but nothing about performing a remote desktop from the pi to a windows pc. Any advice would be appreciated.
Thanks

User avatar
DaveDriesen
Posts: 113
Joined: Sun Mar 31, 2013 8:28 pm
Location: Top of the food chain
Contact: Website

Re: Remote Desktop

Mon May 13, 2013 12:34 pm

Hi,

You can use rdesktop for this :)

Code: Select all

$ apt-get install rdesktop
$ rdesktop remotemachine.example.local
You'll probably have to play around with the keyboard map parameter unless you're stateside..

Also you'll need to start the X server on your rpi.

Dave Driesen
Linux dev and oldskool elite

pjc123
Posts: 922
Joined: Thu Mar 29, 2012 3:37 pm
Contact: Website

Re: Remote Desktop

Wed May 15, 2013 6:00 pm

ejleiss wrote:I've read many ways to do the reverse using Putty etc but nothing about performing a remote desktop from the pi to a windows pc.
Sure, just do the VNC in reverse as well. With tightvnc for example, you would install the tightvnc server on your windows computer and install the tightvnc viewer "xtightvncviewer" on your pi.
My Raspberry Pi Project Page:

https://www.flaminghellmet.com/launch/

User avatar
pluggy
Posts: 3635
Joined: Thu May 31, 2012 3:52 pm
Location: Barnoldswick, Lancashire,UK
Contact: Website

Re: Remote Desktop

Fri May 17, 2013 3:18 pm

I'd use rdesktop to Windows personally. It takes less out of both machines. And its sort of native to Windows. (Varies by windows version, some its already on, some needs it downloading from M$.) VNC is a bit of a kludge IMO.
Don't judge Linux by the Pi.......
I must not tread on too many sacred cows......

Return to “Staffroom, classroom and projects”