Page 1 of 1
Remote Desktop
Posted: Mon May 13, 2013 12:11 pm
by ejleiss
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
Re: Remote Desktop
Posted: Mon May 13, 2013 12:34 pm
by DaveDriesen
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
Re: Remote Desktop
Posted: Wed May 15, 2013 6:00 pm
by pjc123
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.
Re: Remote Desktop
Posted: Fri May 17, 2013 3:18 pm
by pluggy
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.