1. Welcome to LilyPad. Download the project, explore the forums, and create your own LilyPad network.


    If you use the software and enjoy it or have a question, or would like to contribute to the future of the software directly or through resources, please sign up and join our little community.

allinone.conf problems

Discussion in 'Support' started by gamerono, Jan 26, 2014.

  1. gamerono

    gamerono New Member

  2. The_Zip

    The_Zip Active Member Resource Contributor

    JLilyPad is unsupported, so starting this off, I would suggest switching to GoLilyPad.

    However the config below should solve your problems. And, you are aware that your port is 31082, correct.


    Code (text):
    {
    "proxy":{
      "bind":{
        "address":"185.12.12.49",
        "port":31082
      },
      "outbound":{
        "address":"0.0.0.0"
      },
      "servers":[
        {
          "domain":"*",
          "server":"example"
        }
      ],
      "motd":"A Minecraft Server",
      "playerMaximum":1,
      "authenticate":true,
      "throttle":2500,
      "tabEnabled":true,
      "localeFull":"You seem to be already logged in",
      "localeOffline":"The requested server is currently offline. Try again later!",
      "localeLoggedIn":"You have logged in from another location",
      "localeLostConn":"Lost connection... Please try to reconnect",
      "localeShutdown":"The server is being restarted. Please try to reconnect"
    },
    "queryTcp":{
      "bind":{
        "address":"185.12.12.49",
        "port":5555
      }
    },
    "queryUdp":{
      "bind":{
        "address":"185.12.12.49",
        "port":31082
      }
    },
    "connect":{
      "bind":{
        "address":"185.12.12.51",
        "port":5091
      },
      "logins":[
        {
          "username":"example",
          "password":"example"
        }
      ]
    }
    }
  3. gamerono

    gamerono New Member

    Hello, I have copied your config and fill in the right logins and have check the port so everything looks fine. the port was OK. now do i get this error: http://pastebin.com/ErutX3ji

    Kind regards,

    Gamerono
  4. The_Zip

    The_Zip Active Member Resource Contributor

    Can you contact your host and ask if they use the same IP for a other server? Running on port 5091 or 5555? It could be that someone else with the same IP but with a other port is hosting a LilyPad server.

    Or you could try to change the 5091 or 5555 port to something else.

Share This Page