//You can start by installing Gnome Environment and VNC.
yum -y groupinstall "GNOME Desktop Environment"
yum -y install vnc-server
//Use Nano to edit /etc/sysconfig/vncservers
nano /etc/sysconfig/vncservers
//Remove the # in front of these syntax. Change the user name and geometry.
Quote
//Create a none root Linux account with out Super User commands. Also make a very strong password.
useradd matrixfox8
passwd matrixfox8
//After "passwd yourusername" it will prompt you for Unix password. TIP: You can also stop here and go straight to installing the basis of rathena and mysql. Them come back here later. // DO NOT RUN AS ROOT!!! NEVER, NEVER, FOR THE LOVE OF GOD, NEVER RUN AS ROOT!!!!!!!!!!!!! //After starting and killing the processes, it will create a xstartup file for that account.
vncserver :2
//In the middle of this you will be prompt to setup a VNC password.
vncserver -kill :2
//Edit your xstartup with Nano
nano ~/.vnc/xstartup
//Remove the # in front of unset, exec. Then add and edit these two following lines.
Quote
TIP: Make sure you press enter at the very end of nano, leaving a blank syntax line.. //Start VNC n' get ready to log in.
vncserver :2
//Now open your VNC client and log in as your ip, remember the :2 for the port number at the end of the IP.
Quote
//VNC Super User Commands
/sbin/service vncserver start /sbin/service vncserver stop /sbin/chkconfig vncserver on
--------------
I followed this guide and i still cant connect on my vnc viewer
is there a missing step here?
error: Connection refused (10061)