step1 – install vnc server on raspberry pi
type following command on raspberry terminal
sudo apt-get install tightvncserver
step2 – run vnc server on raspberry pi
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
type following command on raspberry terminal
ifconfig
step4 – download & install vnc server in windows
step5 – open vnc server application on windows
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