Page 1 of 1

Using Raspberry Pi as Portable Viewer

Posted: Tue Dec 16, 2014 7:36 am
by vosspacer
I'm seeing a ton of material online on using a windows pc to view raspberry pi desktop via tightvnc or logmein. Is there any clients or viewers available for the pi - so I can view my pc with the pi, instead ?

Basically I would like to access files and folders on my desktop "from my pi" while I'm away from home.
Any advice would be good.

Re: Using Raspberry Pi as Portable Viewer

Posted: Tue Dec 16, 2014 7:42 am
by hansotten
Install a VNC server on your PC and use VNCViewer on the Pi.

Re: Using Raspberry Pi as Portable Viewer

Posted: Tue Dec 16, 2014 7:51 am
by vosspacer
hansotten wrote:Install a VNC server on your PC and use VNCViewer on the Pi.
I'm getting unable to locate package when typing in
sudo apt-get install tightvncviewer

is the viewer included with the server I take it ?

Re: Using Raspberry Pi as Portable Viewer

Posted: Tue Dec 16, 2014 8:09 am
by B.Goode
To use the 'native' Remote Desktop Protocol built into Windows, perhaps something like rdesktop is what you need?

Version 1.7.1 can be installed on Raspbian via sudo apt-get install rdesktop

remmina provides a similar solution and can be installed the same way.

Re: Using Raspberry Pi as Portable Viewer

Posted: Tue Dec 16, 2014 8:55 am
by vosspacer
B.Goode wrote:To use the 'native' Remote Desktop Protocol built into Windows, perhaps something like rdesktop is what you need?

Version 1.7.1 can be installed on Raspbian via sudo apt-get install rdesktop

remmina provides a similar solution and can be installed the same way.
ah, thanks m8. I will certaintly check that out tomorrow. I'm experimenting with ssh putty right now on my pc. But this solution to reverse it would be ideal for what I need.

thanks for the link !

Re: Using Raspberry Pi as Portable Viewer

Posted: Tue Dec 16, 2014 11:56 am
by drgeoff
If you want access to your home PC from outside your home, then all of the above is only part of the story. (The easy part!)

You will also need to investigate port forwarding (on your router) and, if your ISP does not provide you with a static public IP address, the use of a dynamic DNS service.

Re: Using Raspberry Pi as Portable Viewer

Posted: Tue Dec 16, 2014 12:03 pm
by B.Goode
+1 to what @DrGeoff said. (I think the 'away from home' bit was added while I was composing my reply.)