Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Software >> OS >> Unix >> Linux >> Applications >> VNC >> how to connect to linux via vnc

1.  telnet to the linux machine eg.
 
    telnet myserver
 
2.  on the telnet session logon as yourself, run vncserver
 
    $ vncserver
 
3.  if you have not created password for your userid, then vncserver
    will prompt you to create one, if you want to change previous
    passwords, run vncpasswd before running vncserver
 
4.  vncserver will run an instance of the vnc server at a specific
    display number eg :2  .  Note this display number because you
    must specify it to connect
 
5.  from remote machine to connect via
 
    vncviewer, connect to <host>:display  eg. myserver:2
 
    web browser, connect to http://<host>:5800 display no eg
                            http://myserver:5802
 
6.  to end the server side
 
    vncserver -kill :<display no.>   eg.
 
    vncserver -kill :2











 

[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]