-1

I am very new to tightvncserver on Raspberry PI. So, I researched online and I am still confused. First, I came across this webpage How to setup tightvncserver on Raspberry PI website about tightvncserver and I did not find any option in the Raspi-Config to enable tightvncserver. So, I ended up manually installing tightvncserver and don't know how to start or set it up. I tried to connect to PI's tightvncserver using tigervncviewer and it refused to connect. Could someone please give me some guidance. I am running Raspbian Jessie.

asked Oct 28, 2016 at 4:38
2
  • 1
    You have to run tightvncserver. It asks for a password. It is possible then to have it start on boot - this requires a script. Commented Oct 28, 2016 at 4:50
  • You do not state the OS you are using. If it is Raspbian then it will be installed with the desktop version (not lite). Commented Dec 23, 2018 at 0:02

3 Answers 3

1

I wrote up a how-to for TigerVNC, which you can easily modify for tightvnc. See https://github.com/gitbls/RPiVNCHowTo/blob/master/README.md. Oh, I just noticed that you’re using Jessie, not Stretch. I haven’t tested it on Jessie, since it’s old and moldy and no longer supported.

answered Apr 22, 2019 at 21:51
1

The following provides a way to set password, although you are normally prompted to do this on first run Set VNC password To set up to run on boot Start VNC on Jessie at boot

answered Oct 28, 2016 at 9:54
1

First, upgrade to Raspberry Pi Os Buster.

raspi-config configures RealVNC VNC server. If you enable it, raspi-config issues these commands under the covers:

apt-get install realvnc-vnc-server
systemctl enable vncserver-x11-serviced.service
systemctl start vncserver-x11-serviced.service
answered Sep 14, 2020 at 12:51

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.