My Server aint showing.

Results 1 to 18 of 18
  1. #1
    Valued Member Marcus69 is offline
    MemberRank
    Jul 2009 Join Date
    127Posts

    My Server aint showing.

    Ok so i set up my Server on my VPS and The server is not showing and the Match Agent is not coming up. I have config it correctly
    But the server is still showing (offline) my acp is showing online i Checked in the system.mrs and it has the ip needed.
    Can some one please Help me?
    Last edited by Marcus69; 06-11-10 at 06:41 AM.


  2. #2
    Veni, Vidi, Vici Arcelor is offline
    MemberRank
    Jan 2010 Join Date
    Delhi, IndiaLocation
    1,763Posts

    Re: My Server aint showing.

    Post the logs and remove your MSN or else you'll be infracted.

  3. #3
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: My Server aint showing.

    Post your server.ini, locator.ini and AgentConfig.xml here.

  4. #4
    Valued Member Marcus69 is offline
    MemberRank
    Jul 2009 Join Date
    127Posts

    Re: My Server aint showing.

    Sever.ini
    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="lisa01"
    
    [SERVER]
    MAXUSER=500
    SERVERID=1
    SERVERNAME="MatchServer1"
    FREELOGINIP="64.186.155.16"
    KEEPERIP="64.186.155.16"
    MONITORIP="127.0.0.1"
    MONITORPORT=9000
    MODE="test"
    COUNTRY="BRZ"
    LANGUAGE="BRZ"
    USETICKET="0"
    
    [LANGUAGE]
    LANG_TYPE="eng"
    
    [LOCALE]
    DBAgentPort=5100
    DBAgentIP=127.0.0.1
    
    [FILTER]
    USE="0" 
    ACCEPT_INVALID_IP="1"
    
    [ENVIRONMENT]
    USE_HSHIELD="0"
    USE_XTRAP="0"
    USE_EVENT="0"
    USE_FILECRC="0"
    USE_MD5="0"
    Locator.ini
    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="lisa01"
    
    [NETWORK]
    IP="64.186.155.16"
    PORT="8900"
    
    [ENV]
    ID="1"
    LOCATOR_UID_HIGH="5"
    LOCATOR_UID_LOW="0"
    MAX_ELAPSED_UPDATE_SERVER_STATUS_TIME="1000"
    UDP_LIVE_TIME="10000000"
    MAX_FREE_RECV_COUNT_PER_LIVE_TIME="9"
    BLOCK_TIME="0"
    UPDATE_UDP_MANAGER_ELAPSED_TIME="3"
    MARGIN_OF_ERROR_MIN="500000"
    USE_COUNTRY_CODE_FILTER="no" 
    GMT_DIFF="-3"
    ELAPSED_TIME_UPDATE_LOCATOR_LOG="3600000"
    ELAPSED_TIME_UPDATE_LOCATOR_LOG="10000"
    ELAPSED_TIME_UPDATE_COUNTRYCODEFILTER_LOG="10000"
    UPDATE_COUNTRY_CODE="66 89 69 77 73 83 65 78 68"
    TEST_SERVER="0"
    AgentConfig.xml

    Code:
    <?xml version="1.0" encoding="euc-kr"?>
    <XML>
    <AGENTCONFIG>
    	<NAME>MatchServer1</NAME>
    	<MAXCLIENT>500</MAXCLIENT>
    	<MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
    	<ADDRESS ip="64.186.155.16" tcpport="7777" udpport="5100"/>
    </AGENTCONFIG>
    </XML>

  5. #5
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: My Server aint showing.

    FREELOGINIP in the server.ini should be blank.
    Code:
    FREELOGINIP=""
    Do that and restart the server.

    This has been posted on this forum over 200 times at least. Please use the search before posting.

  6. #6
    Valued Member Marcus69 is offline
    MemberRank
    Jul 2009 Join Date
    127Posts

    Re: My Server aint showing.

    But what about my Nat server it will not open at all

  7. #7
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: My Server aint showing.

    Do any error windows show up when you try to run it?

  8. #8
    Valued Member Marcus69 is offline
    MemberRank
    Jul 2009 Join Date
    127Posts

    Re: My Server aint showing.

    No, i try and open it my curser says it loading and it don't open

    Edit:

    ok i found the Nat problem and The server is still not showing
    Last edited by Marcus69; 06-11-10 at 06:57 AM.

  9. #9
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: My Server aint showing.

    The server should show up if you left FREELOGINIP blank and restarted it.
    Post a screenshot of your dbo.ServerStatus and also post your system.xml.

  10. #10
    Valued Member Marcus69 is offline
    MemberRank
    Jul 2009 Join Date
    127Posts

    Re: My Server aint showing.

    system.xml

    Code:
    <?xml version="1.0" encoding="UTF-8" ?>
    <XML>
    	<XMLHEADER>version="1.0" encoding="UTF-8"</XMLHEADER>
    
    	<SKIN>Default</SKIN>
    
    	<DEFFONT>Arial</DEFFONT>
    
    	<IME>true</IME>
    
    	<BAREPORT>
    		<ADDR>www.battlearena.com</ADDR>
    		<DIR>incoming/gunz_global</DIR>
    	</BAREPORT>
    
    	<HOMEPAGE>
    	    <URL>http://www.gunzonline.com</URL>
    	    <TITLE>GunZ the Dual</TITLE>
    	</HOMEPAGE>
    	
    	<EMBLEM_URL>http://localhost/emblems/</EMBLEM_URL>
            
    	<TEMBLEM_URL>http://localhost/emblems/</TEMBLEM_URL>
    
    
    	<LOCATORLIST>
    		<LOCATOR id="1" IP="64.186.155.16" />
    		</LOCATORLIST>
    	
    	<TLOCATORLIST>
    		<LOCATOR id="1" IP="64.186.155.16" />
    		</TLOCATORLIST>
    	
    	</XML>


    Last edited by Marcus69; 06-11-10 at 07:12 AM.

  11. #11
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: My Server aint showing.

    You need to port forward. Don't ask me how. Just search in the tutorials section.

  12. #12
    Valued Member Marcus69 is offline
    MemberRank
    Jul 2009 Join Date
    127Posts

    Re: My Server aint showing.

    Already done I had the VPS host do it

  13. #13
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: My Server aint showing.

    Then there is absolutely no reason for the server to not show up.
    Why don't you take a look into the forwarded ports? He may not have done it right.

  14. #14
    Valued Member Marcus69 is offline
    MemberRank
    Jul 2009 Join Date
    127Posts

    Re: My Server aint showing.

    Quote Originally Posted by Vpsland
    Hello,


    Except the below mentioned ports, all the other ports are already open in our hardware firewall system.

    TCP: 6660-6669, 135-139, 445, 4126-4128, 4512, 2967, 6881-6899, 6901-6999, 1080

    UDP Ports: Due to a recent recurring issue we have been having with UDP floods, we have disabled UDP ports inbound, except port 53. This is part of our new security policy.

    To open a specific port in the firewall you first need to configure the application on that specific port. After this the port will start listening on the server.

    If you wish to open UDP ports then we need to change your VPS architecture from 64-bit to 32-bit. Please note that, in this process, the IP address of your old VPS will change and you will have to re-upload your data. Download all your files on local machine and confirm whether we can go ahead and rebuild your VPS with the 32-bit architecture.

    Let us know, if you need any further assistance.



    Regards,

    Greg
    VPSLAND.com Support
    that is what they siad

    Do i need to change to 32Bit
    if so i will :D
    Last edited by Marcus69; 06-11-10 at 07:59 AM.

  15. #15
    Account Upgraded | Title Enabled! wesley1189 is offline
    MemberRank
    Dec 2009 Join Date
    On a potatoLocation
    407Posts

    Re: My Server aint showing.

    i use w7 64 bit, works perfectly fine.

  16. #16
    Valued Member Marcus69 is offline
    MemberRank
    Jul 2009 Join Date
    127Posts

    Re: My Server aint showing.

    Is urs a VPS?

  17. #17
    Proficient Member Chubby7 is offline
    MemberRank
    Oct 2010 Join Date
    HereLocation
    193Posts

    Re: My Server aint showing.

    Opened all ports like this?:
    80 TCP/UDP
    8080 TCP
    9000 TCP/UDP
    5100 TCP/UDP
    6000 TCP/UDP
    8900 TCP/UDP
    7000 TCP/UDP
    7777 TCP/UDP
    6100 TCP/UDP
    6005 TCP/UDP
    7800 TCP/UDP
    7778 TCP/UDP
    7700 TCP/UDP
    7777 TO 7778 TCP

  18. #18
    Valued Member Marcus69 is offline
    MemberRank
    Jul 2009 Join Date
    127Posts

    Re: My Server aint showing.

    they said all the Right ports are open and if i wanted udp ports open i had to Down grade my VPS witch im doing right now



Advertisement