chowzen
Posts: 1
Joined: Thu Apr 11, 2013 1:28 pm

VNC Help PLZ !

Thu Apr 11, 2013 1:33 pm

Hey all,

I am trying to find out if it is even at all possible to VNC FROM the Rpi to another machine running a VNC server/RDP server.

I have scoured the interwebs to no avail.

Am I missing something obvious/ totes n00bing it/ or is it simply not possible.

( I have been able to do VNC to the Rpi from any VNC capable OS without any issues. It is the other way around that I am interested in here)

Maybe other OSs ? - Fedora/RISC ? HELP !!

many thanks

User avatar
FTrevorGowen
Forum Moderator
Forum Moderator
Posts: 5623
Joined: Mon Mar 04, 2013 6:12 pm
Location: Bristol, U.K.
Contact: Website

Re: VNC Help PLZ !

Thu Apr 11, 2013 4:41 pm

chowzen wrote: ...
I am trying to find out if it is even at all possible to VNC FROM the Rpi to another machine running a VNC server/RDP server.
...
If I'm understanding what you're trying to do correctly you need a VNC SERVER on the Pi and a VNC CLIENT on the other computer(s). Examples of this can be found in the wiki at http://elinux.org/RPi_Guides .
Trev.
Still running Raspbian Jessie or Stretch on some older Pi's (an A, B1, 2xB2, B+, P2B, 3xP0, P0W, 2xP3A+, P3B+, P3B, B+, and a A+) but Buster on the P4B's. See: https://www.cpmspectrepi.uk/raspberry_pi/raspiidx.htm

ghans
Posts: 7882
Joined: Mon Dec 12, 2011 8:30 pm
Location: Germany

Re: VNC Help PLZ !

Thu Apr 11, 2013 5:12 pm

Try this

Code: Select all

apt-cache search vnc
Should give you a selection of VNC related-tools.
Remmina is a VNC client which used to work and some
others did too IIRC.

ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org

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

Re: VNC Help PLZ !

Thu Apr 11, 2013 5:41 pm

I can't speak for other VNC programs, but tightvnc has both a server and a viewer that work very well, and they are available for Windows, Linux, ARM, etc. They also have a Java enabled viewer. However the viewer has to be installed separately from the server on the pi. I have only tested it from one pi to the other, not connecting to a Windows VNC server or a Linux VNC server running on another computer, but it should work with that also. I have both the server and viewer installed on two different pis, which allows me to VNC in any direction.

So to do what you are asking "VNC FROM the Rpi to another machine running a VNC server/RDP server".

Install the viewer on the pi:

sudo apt-get install xtightvncviewer

Then run:

xtightvncviewer -via $REMOTE_IP :1

Filling in the ip address of the remote VNC server you are trying to connect to for "REMOTE_IP". This will set up an SSH Tunnel to the server and choose an available PORT.
My Raspberry Pi Project Page:

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

PhilAlban
Posts: 2
Joined: Thu Apr 04, 2013 2:46 pm
Location: Maplewood, NJ USA
Contact: Website

Re: VNC Help PLZ !

Wed Apr 24, 2013 3:34 pm

I am really befuddled by the lack of concise info on running RDP/VNC from Ubuntu to the RPi. So, installing both tightvnc and the tightvnc viewer on the raspberry Pi and my Ubuntu laptop will allow an RDP/VNC session to view the RPi desktop from my laptop?

I admit, I am not an Ubuntu/Linux expert, but would like to learn as much as possible. And since the RPi is really designed to operate "headless" in my opinion, I am frustrated that RDP/VNC sessions aren't easier to initiate.

****Edit****:
After installing xrdp and restarting my RPi, I was able to login to a newly created account via rdesktop. However, I was unable to login to the "pi" account. I realized after much gnashing and gnawing that I had changed my pi password to something including special characters. Debian (ibelieve only recognizes these characters specifically on the USB keyboard I had connected to my RPi. My laptop keyboard did not generate the same characters for authentication via rdesktop.

Setting all RasPi account passwords to only lower case letters did the trick and i was able to login to all accounts via rdesktop (but am still having trouble with Remmina. Not sure how to get past this issue (I'd prefer strong passwords on all devices on my network), but I'll let a Debian genius figure it out for me.

The importance of the remote desktop for me is learning Python without dragging my RasPi everywhere I like to work. A laptop is much easier for my wife to excuse in the bedroom ;-)

Return to “Beginners”