INSTALL X11VNC ON KALI LINUX RASPBERRY PI

Once your PI is configured, update it.


  •  apt-get update
  •  apt-get upgrade
After everything is updated, install x11vnc by typing
  • apt-get install x11vnc 
After it is installed, set up a password to connect to your PI.
Type,
  • x11vnc -storepasswd
Enter your password and press enter and you're done.


To connect through vnc, first you need to start the service.Type the following command to start it.
  • x11vnc -ncache 10 -auth guess -nap -forever -loop -repeat -rfbauth /root/.vnc/passwd -rfbport 5900 -noncache
Use a VNC application such as VNC CONNECT and login using the PI's IP Address.

Download the VNC CONNECT 


https://www.realvnc.com/download/vnc/

CHECK MY  ENABLE AUTOSTART FOR X11VNC  TO AUTOSTART IT DURING BOOT







Comments

Popular posts from this blog

INSTALL TIGHTVNC ON KALI LINUX RASPBERRY PI

ENABLE AUTOSTART FOR X11VNC

HOW TO SETUP STATIC IP ADDRESS ON RASPBERRY PI