vosspacer
Posts: 3
Joined: Tue Dec 16, 2014 7:29 am

Using Raspberry Pi as Portable Viewer

Tue Dec 16, 2014 7:36 am

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.
Last edited by vosspacer on Tue Dec 16, 2014 8:03 am, edited 1 time in total.

User avatar
hansotten
Posts: 341
Joined: Fri Jul 13, 2012 6:01 am
Contact: Website

Re: Using Raspberry Pi as Portable Viewer

Tue Dec 16, 2014 7:42 am

Install a VNC server on your PC and use VNCViewer on the Pi.
http://duinorasp.hansotten.com for Raspberry Pi and Arduino and ESP8266
http://retro.hansotten.nl for retrocomputing with the 6502 cpu

vosspacer
Posts: 3
Joined: Tue Dec 16, 2014 7:29 am

Re: Using Raspberry Pi as Portable Viewer

Tue Dec 16, 2014 7:51 am

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 ?

User avatar
B.Goode
Posts: 10356
Joined: Mon Sep 01, 2014 4:03 pm
Location: UK

Re: Using Raspberry Pi as Portable Viewer

Tue Dec 16, 2014 8:09 am

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.

vosspacer
Posts: 3
Joined: Tue Dec 16, 2014 7:29 am

Re: Using Raspberry Pi as Portable Viewer

Tue Dec 16, 2014 8:55 am

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 !

drgeoff
Posts: 10765
Joined: Wed Jan 25, 2012 6:39 pm

Re: Using Raspberry Pi as Portable Viewer

Tue Dec 16, 2014 11:56 am

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.

User avatar
B.Goode
Posts: 10356
Joined: Mon Sep 01, 2014 4:03 pm
Location: UK

Re: Using Raspberry Pi as Portable Viewer

Tue Dec 16, 2014 12:03 pm

+1 to what @DrGeoff said. (I think the 'away from home' bit was added while I was composing my reply.)

Return to “Advanced users”