Server does not appear on Server List

    Joined
    Oct 2, 2013
    Messages
    12
    Reaction score
    1
    Hello,

    I have a Starmade server but does not appear in the official list of servers.
    This server is run for several days without interruption.


    Here is my setup:

    ANNOUNCE_SERVER_TO_SERVERLIST = true //announces the server to the starmade server list so clients can find it. Hostname must be provided for HOST_NAME_TO_ANNOUNCE_TO_SERVER_LIST!
    HOST_NAME_TO_ANNOUNCE_TO_SERVER_LIST = play.star-made.org //this must be a valid hostname (either ip or host, e.g. play.star-made.org)
    SERVER_LIST_NAME = TestServer //max length 64 characters
    SERVER_LIST_DESCRIPTION = StarMade Test Server //max length 128 characters


    Is this normal? Do you have any idea?

    thank you
     
    Joined
    Jun 19, 2014
    Messages
    1,756
    Reaction score
    162
    • Purchased!
    • Top Forum Contributor
    • Legacy Citizen
    Is that the default setup?
    You really should change it to list a different server name, and then change host_name_... to get a valid, and working, server.
     
    Joined
    Oct 2, 2013
    Messages
    12
    Reaction score
    1
    Hi,

    I have always test the default conf with "ANNOUNCE_SERVER_TO_SERVERLIST = true" but no differences.

    I have also test the server name with "Prismatia" and another description.

    "HOST_NAME_TO_ANNOUNCE_TO_SERVER_LIST =" blank no changes :/
     
    Joined
    Jul 21, 2013
    Messages
    2,932
    Reaction score
    460
    • Hardware Store
    HOST_NAME_TO_ANNOUNCE_TO_SERVER_LIST = play.star-made.org //this must be a valid hostname (either ip or host, e.g. play.star-made.org)
    SERVER_LIST_NAME = TestServer //max length 64 characters
    SERVER_LIST_DESCRIPTION = StarMade Test Server //max length 128 characters
    You need to change these 3 settings.
     
    Joined
    Jul 17, 2013
    Messages
    1,429
    Reaction score
    205
    • Tester
    ANNOUNCE_SERVER_TO_SERVERLIST = true
    - correct

    HOST_NAME_TO_ANNOUNCE_TO_SERVER_LIST = play.star-made.org //this must be a valid hostname (either ip or host, e.g. play.star-made.org)
    - replace "play.star-made.org" with your Server name or IP adress. and i guess followed by ":xxxx" with xxxx being your port number (normaly 4242)

    SERVER_LIST_NAME = TestServer //max length 64 characters
    - replace "Testserver" with the name of your server ... "Belarverse" for example ;)

    SERVER_LIST_DESCRIPTION = StarMade Test Server //max length 128 characters
    - replace "StarMade Test Server" with what ever should be under description in the Server List

    keep everything else as default
     
    Joined
    Oct 2, 2013
    Messages
    12
    Reaction score
    1
    Ohhh i see! "HOST_NAME_TO_ANNOUNCE_TO_SERVER_LIST" It's my host, no StarMade ServerList host? Ohhhh i test that![DOUBLEPOST=1417791932,1417791752][/DOUBLEPOST]It's works! Thanks!