Login into server using session or putty
Install required packages
sudo -sdpkg -l | grep vncapt-get install vnc4serverTo make sure that vnc server is installed, type this command:dpkg -l | grep vncapt-get install vnc4serverSample output:ii vnc4server 4.1.1+xorg4.3.0-37ubuntu5 amd64 Virtual network computing server softwareAfter that, you need to start the vncserver with the user, for this usersu – administratoradministrator@ubuntutest:~$ vncserver
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