Skip to content

NanaVan/raspberrypi-setVNC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Setting VNC for raspberry pi

This repo is about how to set the raspberry pi 3B to auto boot the VNCserver for remote desktop control.

For the old version of raspberry pi, you may install VNC supported package, such as tightvncserver, to get the VNC server run first.

Usage

for raspberry pi

  • Enable the VNC for raspberry
    sudo raspi-config
    
    selecting 9. Advanceed Options -> A5 VNC-> Yes
  • Add vncboot to /etc/init.d and add the exectuable file to boot configure
    sudo chmod 755 /etc/init.d/vncboot
    sudo update-rc.d vncboot defaults
    
  • Reboot raspberry pi

for your server

  • Open your server's remote desktop (e.g.remmina for Ubuntu/Linux mint, VNC Viewer for Win, which support VNC)
  • Set the configure for VNC connection (the port and user are set in the vncboot)
    VNC Server: <IP>:0
    Username: 'pi'
    Password: <your pw for user 'pi'>
    
    Save and connect

Reference

RPi VNC Server

About

A short repo for setting VNC for raspberry pi 3B

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages