Flipkart

Tuesday, January 31, 2017

How to Install and Configure VNC on Ubuntu

Login into server using session or putty

Install  required packages

sudo -s
dpkg -l | grep vnc
apt-get install vnc4server
To make sure that vnc server is installed, type this command:
dpkg -l | grep vnc
apt-get install vnc4server
Sample output:
ii  vnc4server                                            4.1.1+xorg4.3.0-37ubuntu5    amd64        Virtual network    computing server software
After that, you need to start the vncserver with the user, for this user
su – administrator
administrator@ubuntutest:~$ vncserver 

No comments:

Post a Comment