Chitika

Monday, November 8, 2010

How To Start VNC server In Linux?

To Start VNC server in linux if Package is already installed, You need to go through following steps:
  1. Open terminal window
  2. type:  [root@test~]# vncserver This will ask you to set the password for VNC
  3. [root@test~]#cd .vnc
  4. [root@test~vnc]#vi xstartup
  5. Uncomment first two lines and then at the end of file replace "twn" with "xstartup" save and exit
  6. [root@test~]#vncserver
  7. From any windows open VNC client and enter IP address of linus machine like, 172.16.2.5:5900  where 5900 is the vnc port. If you run the vncserver command twice or more then port could be 5901,5902....
Good Luck,

No comments:

Post a Comment