Link to home
Start Free TrialLog in
Avatar of opike
opike

asked on

Install and configure vnc server centos 6.3

I need to install and configure vnc server on centos 6.3 using the command line interface. Thanks.

Update: I found these instructions:
http://wiki.centos.org/HowTos/VNC-Server#head-76401321dae4d80916a7fd7e710272a9b85c9485

I ran "sudo yum install vnc-server" which completed successfully. But then I did a find for "vncpasswd" and I couldn't locate it on the filesystem.
Avatar of AggieTex
AggieTex
Flag of United States of America image

You may have an easier time installing NX and using that instead of VNC.  

The vncpasswd command may not show if your are trying from a normal user account.  Run su - to elevate yourself to root and try again, or run sudo /usr/bin/vncpasswd
ASKER CERTIFIED SOLUTION
Avatar of Julian Parker
Julian Parker
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial