cant get my antrix server running

Results 1 to 13 of 13
  1. #1
    Elite Member jarmale is offline
    Member +Rank
    Jun 2007 Join Date
    Behind youLocation
    170Posts

    Question cant get my antrix server running

    Hello there i whas hopping some one could help me with my antrix server becas it wotn go online here are my conf's

    Realms

    LogonServerCount = 1

    LogonServer1.Address = "80.60.35.80"
    LogonServer1.Port = 8093
    LogonServer1.Name = "Default Logon"

    RealmCount = 1

    Realm1.Name = "JZ-funserver PVE"
    Realm1.Address = "80.60.35.80:8093"
    Realm1.Icon = "normal"
    Realm1.Colour = 1
    Realm1.Population = 1.0
    Realm1.TimeZone = 1

    logon server

    LogonDatabase.Hostname = localhost
    LogonDatabase.Username = root
    LogonDatabase.Password = *****
    LogonDatabase.Name = antrix
    LogonDatabase.Port = 3306
    LogonDatabase.Type = 1


    Host = 0.0.0.0

    RealmListPort = 3724

    antrix

    Database.Hostname = localhost
    Database.Username = root
    Database.Password = *****
    Database.Name = antrix
    Database.Port = 3306
    Database.Type = 1

    Host = 0.0.0.0

    WorldServerPort = 8129


    Screenshot of running antix/logon
    http://img149.imageshack.us/my.php?image=naamlooskr9.png


    if you need more info ask for it if you know the problem please tell me how to fix it



  2. #2
    Elite Member jarmale is offline
    Member +Rank
    Jun 2007 Join Date
    Behind youLocation
    170Posts

    Re: cant get my antrix server running

    there must be 1 person that knows whats rong

  3. #3
    Elite Member gmaze is offline
    Member +Rank
    May 2007 Join Date
    IndianaLocation
    238Posts

    Re: cant get my antrix server running

    I had same problem. Delete the quotes in your realms file, should work then

  4. #4
    Newbie matrox02 is offline
    MemberRank
    Dec 2006 Join Date
    23Posts

    Re: cant get my antrix server running

    I had the Same Problem, my suggestion is get a dyndns account and a host name ( you can get it under my hosts orsomething

    Ill use the host address george.kicks-ass.org as an example

    So what you currently have isRealms

    LogonServerCount = 1

    LogonServer1.Address = "80.60.35.80"
    LogonServer1.Port = 8093
    LogonServer1.Name = "Default Logon"

    RealmCount = 1

    Realm1.Name = "JZ-funserver PVE"
    Realm1.Address = "80.60.35.80:8093"
    Realm1.Icon = "normal"
    Realm1.Colour = 1
    Realm1.Population = 1.0
    Realm1.TimeZone = 1

    logon server

    LogonDatabase.Hostname = localhost
    LogonDatabase.Username = root
    LogonDatabase.Password = *****
    LogonDatabase.Name = antrix
    LogonDatabase.Port = 3306
    LogonDatabase.Type = 1


    Host = 0.0.0.0

    RealmListPort = 3724

    antrix

    Database.Hostname = localhost
    Database.Username = root
    Database.Password = *****
    Database.Name = antrix
    Database.Port = 3306
    Database.Type = 1

    Host = 0.0.0.0

    WorldServerPort = 8129


    Now it should be like this

    Realms

    LogonServerCount = 1

    LogonServer1.Address = "george.kicks-ass.org"
    LogonServer1.Port = 8093
    LogonServer1.Name = "Default Logon"

    RealmCount = 1

    Realm1.Name = "JZ-funserver PVE"
    Realm1.Address = "george.kicks-ass.org:8093"
    Realm1.Icon = "normal"
    Realm1.Colour = 1
    Realm1.Population = 1.0
    Realm1.TimeZone = 1

    logon server

    LogonDatabase.Hostname = localhost
    LogonDatabase.Username = root
    LogonDatabase.Password = *****
    LogonDatabase.Name = antrix
    LogonDatabase.Port = 3306
    LogonDatabase.Type = 1


    Host = george.kicks-ass.org
    < this is the address that the Anrix prog uses to connect to the other Modules

    RealmListPort = 3724

    antrix

    Database.Hostname = localhost
    Database.Username = root
    Database.Password = *****
    Database.Name = antrix
    Database.Port = 3306
    Database.Type = 1

    Host = george.kicks-ass.org < this is the address that the Anrix prog uses to connect to the other Modules

    WorldServerPort = 8129

    NOW FOR THE IMPORTANT PART, THE SERVER WONT CONNECT UNLESS THIS IS DONE

    Brows to c:\windows\system32\drivers\etc And Open hosts using Word pad

    Now it should have this line in it "127.0.0.1 localhost"

    Now find ur computers Ipaddress so go to control panel\ network connections And you might have a local area connection there, right click and go to status Now click the tab support ( Oh btw this is in Win Xp ) Now write ur Ip address Ill just use mine as example
    192.168.1.5 and go back to the Hosts file, Under the line 127.0.0.1 local host Add 192.168.1.5 george.kicks-ass.org so it should look like this


    127.0.0.1 local host
    192.168.1.5 george.kicks-ass.org

    Remember to use YOUR ip address I just used my 192.168.1.5 address as an example,

    Now you should be able to Run your server with no problems
    With you being able to connect to your own server and others connect to it too =)

  5. #5
    Sorcerer Supreme WyCKyD is offline
    Member +Rank
    Feb 2006 Join Date
    Oregon, USALocation
    287Posts

    Re: cant get my antrix server running

    You will still have problems is you use this:
    Code:
     Realm1.Name          = "JZ-funserver PVE"
    Realm1.Address       = "george.kicks-ass.org:8093"
    Realm1.Icon          = "normal"
    Realm1.Colour        = 1
    Realm1.Population    = 1.0
    Realm1.TimeZone      = 1

    Reason being is that the Realm1.Address shouldn't be:
    Code:
     Realm1.Address       = "george.kicks-ass.org:8093"
    It should be:
    Code:
     Realm1.Address       = "george.kicks-ass.org:8129"
    For easy setup and configuration of your antrix server, I recommend using AntrixSE. You can download it from here: http://forum.ragezone.com/f114/tools...anager-262797/
    Don't forget to read the readme file.

    Hope this helps,

    WyCKyD

  6. #6
    Newbie matrox02 is offline
    MemberRank
    Dec 2006 Join Date
    23Posts

    Re: cant get my antrix server running

    Quote Originally Posted by WyCKyD View Post
    You will still have problems is you use this:
    Reason being is that the Realm1.Address shouldn't be:
    Code:
     Realm1.Address       = "george.kicks-ass.org:8093"
    It should be:
    [code]
    Realm1.Address = "george.kicks-ass.org:8129"
    =P I didnt realise his port was wrong too
    Thankx for pointing that out

  7. #7
    Elite Member jarmale is offline
    Member +Rank
    Jun 2007 Join Date
    Behind youLocation
    170Posts

    Re: cant get my antrix server running

    ok i can now login bud there are no realms in my realm list this is what antrix says



    i gues i am going the right way

  8. #8
    Elite Member jarmale is offline
    Member +Rank
    Jun 2007 Join Date
    Behind youLocation
    170Posts

    Re: cant get my antrix server running

    ok after rebooting my computer the server is now running can somewon maby connect on it

    jz-serverfun.no-ip.biz

    acount joury
    pww joury

    or try make a account on http://jz-serverfun.no-ip.biz/

  9. #9
    Member Apkyc is offline
    MemberRank
    Sep 2005 Join Date
    43Posts

    Re: cant get my antrix server running

    web site not working

  10. #10
    Newbie snapplepeach is offline
    MemberRank
    May 2007 Join Date
    5Posts

    Re: cant get my antrix server running

    if you're running the realm and the loginserver from the same pc, your logonserveraddress can be 127.0.0.1

  11. #11
    Elite Member jarmale is offline
    Member +Rank
    Jun 2007 Join Date
    Behind youLocation
    170Posts

    Re: cant get my antrix server running

    fixing server and site in like 5 min it wil be online hope some one can test it again

    i have done someting wrong on no-ip.com

  12. #12
    Newbie tnt0800 is offline
    MemberRank
    Jun 2007 Join Date
    4Posts

    Re: cant get my antrix server running

    hey, Im having problems too, this is what happens,
    Server has crashed. Reason was:
    An access Violation 0x77f87eeb :( Help me PLEASE XD

  13. #13
    Member escoti is offline
    MemberRank
    Apr 2005 Join Date
    48Posts

    Re: cant get my antrix server running

    i have the same problem. But don't work.



    help please! i open all ports.

    ANTRIX

    Database.Hostname = localhost
    Database.Username = root
    Database.Password = xxxx
    Database.Name = antrix
    Database.Port = 3306
    Database.Type = 1

    Host = radical.no-ip.biz


    WorldServerPort = 8129


    LOGONSERVER

    LogonDatabase.Hostname = localhost
    LogonDatabase.Username = root
    LogonDatabase.Password = xxxxx
    LogonDatabase.Name = antrix
    LogonDatabase.Port = 3306
    LogonDatabase.Type = 1


    Host = radical.no-ip.biz
    ISHost = radical.no-ip.biz


    RealmListPort = 3724


    REALMS

    LogonServerCount = 1

    LogonServer1.Address = "radical.no-ip.biz"
    LogonServer1.Port = 8129
    LogonServer1.Name = "Radical Server"


    RealmCount = 1

    Realm1.Name = "Radical Server"
    Realm1.Address = "radical.no-ip.biz:8129"
    Realm1.Icon = "PVP"
    Realm1.Colour = 1
    Realm1.Population = 1.0
    Realm1.TimeZone = 1



Advertisement