It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In RegisterIt looks like you're new here. If you want to get involved, click one of these buttons!
Howdy, Stranger!
It looks like you've been lurking for a while.
If you register, we also will remember what you have read and notify you about new comments. You will also be able to participate in discussions.
So if you'd like to get involved, register for an account, it'll only take you a minute!
vnc://your_server_ip:5901
your_server_ip:5901
vncpasswd
useradd name_of_new_user
passwd name_of_new_user
You will be asked to enter and reenter password for you new user.nano /etc/sysconfig/vncservers
VNCSERVERS="1:vncuser"
VNCSERVERS="1:vncuser 2:name_of_new_user"
VNCSERVERARGS[2]="-geometry 1024x768"
su - name_of_new_user
vncpasswd
Go back to root:exit
service vncserver restart
your_server_ip:5902