100% found this document useful (1 vote)
121 views

VNC Viewer

To generate a VNC session on Linux, run the "vncserver" command in a terminal to start a session and receive a VNC number, then download a VNC viewer from realvnc.com and enter the server IP address and VNC number in the viewer to connect and control the Linux desktop remotely.

Uploaded by

AnkitShah
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
121 views

VNC Viewer

To generate a VNC session on Linux, run the "vncserver" command in a terminal to start a session and receive a VNC number, then download a VNC viewer from realvnc.com and enter the server IP address and VNC number in the viewer to connect and control the Linux desktop remotely.

Uploaded by

AnkitShah
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Steps to Generate VNC Session:

------------------------------
-> Go to Any Linux terminal.
-> run "vncserver" command on terminal.
-> If you want to set some specific geometry for your vnc session then use "vncs
erver -geometry 1550x1000" command.
-> Geormetry size given here is for reference.
-> Above command will give you vnc number.
-> Now download free VNC viewer from https://www.realvnc.com/download/viewer/
-> Type the server ip:<vncnumber> in vncviewer and you are set to go.

You might also like