Jump to content

BugsLIFE

Members
  • Posts

    37
  • Joined

  • Last visited

Everything posted by BugsLIFE

  1. i did sir Asura, after rebooting the vps.. i see the vnc~user is running... i tried to run this [root@admin ~]# /sbin/service vncserver status Xvnc (pid 2823) is running... [root@admin ~]# Xvnc (pid 2823) is running... means = VNCSERVER:2 right? but when i tried to connect on it using vnc viewer... i get connection refused 100061
  2. after trying to follow the vnc installation guide.. and set all.. it works but when i tried to reboot my vps and connect again using vnc.. it doesnt work it gives me connection refused
  3. it works.. thanks again.. i think should say sry for double posting.. since its been answered on the other Thread
  4. thank you it works.!
  5. axwebs guide is not suited on our latest rathena svn.. since i cant find the login-server_sql / char-server_sql /map-server_sql any idea how to show these sql servers again?
  6. i would like to know.. why i cant run my latest rathena using screen screen ./login-server_sql screen ./char-server_sql screen ./map-server_sql because using ./athena-start start is not good for fixing errors. thats why i want to use screen
  7. @TS when my player will trigger it? how many minutes? is it on dungeon/field? town? how many monster should be killed? thanks for this nice script!
  8. after using it.. on my test server i cant drop items.. anymore using -r17294 svn
  9. nice!
  10. //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)
  11. thanks for this guide
  12. how to portforward? dpende yan sa modem/router mo.. kung anong tatak Hanapin mo Dito yung Model http://portforward.com/english/routers/port_forwarding/
  13. bump? i just need to know how to change sql ports in flux.. instead of default 3306
  14. i tried to change it because i am scared of someone who use to ddos attack my server i thought he will target my vpsip+3306 port?.. or that will not work? about the mysql port yes it was working on my vps i check it using this lsof -i :3333 and it i see its LISTEN status
  15. i tried to change 3306 to 3333 mysql port from my vps.. and now the flux cant connect to it.. anyone knows where can i change it flux? flux/config/server.php
×
×
  • Create New...