vnc server (view raspberry from your windows)

Photo of author

By Jackson Taylor

Step 1 illustration

step1 – install vnc server on raspberry pi

Installation screenshot

type following command on raspberry terminal

sudo apt-get install tightvncserver

step2 – run vnc server on raspberry pi

Run VNC server

type following command on raspberry terminal

vncserver

for full hd display type

vncserver :1 -geometry 1920x1080 -depth 24

then pi ask to create vnc server password for first time. maximum length of password is limited to 8. create a password.

step3 – find your ip address of raspberry pi

IP address screenshot

type following command on raspberry terminal

ifconfig

step4 – download & install vnc server in windows

step5 – open vnc server application on windows

Windows VNC client

enter your ip address with your id

for example

192.168.137.30:1

if ip is correct enter your password created in vnc server in raspberry pi

VNC connection confirmation
See also
Installing pip on windows using command line in windows