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.

Need some help :/

Discussion in 'Support' started by aaomidi, Oct 26, 2013.

  1. aaomidi

    aaomidi New Member

    I am running the AllInOne server along side my network.
    I am trying to connect a server with bukkit-connect. Config: http://pastebin.com/kgkRbagL
    But I am getting this error.
    Connection timed out while keying, retrying
    My config for Lilypad is: http://pastebin.com/UVez5ANt
    The server is running on localhost, if that has anything to do with this :p

    Thanks!
  2. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Try this LilyPad config:

    Code (text):
    {
      "proxy": {
        "bind": {
          "address": "0.0.0.0",
          "port": 25565
        },
        "outbound": {
          "address": "0.0.0.0"
        },
        "servers": [
          {
            "domain": "*",
            "server": "Main"
          },
          {
            "domain": "xiaoxiaoman.nationcraft.org",
            "server": "XiaoXiaoMan"
          }
        ],
        "motd": "&b&lNationCraft &f&lNetwork &f&l[ &b&l1.6.4 &f&l]",
        "playerMaximum": 150,
        "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": "0.0.0.0",
          "port": 5555
        }
      },
      "queryUdp": {
        "bind": {
          "address": "0.0.0.0",
          "port": 25565
        }
      },
      "connect": {
        "bind": {
          "address": "0.0.0.0",
          "port": 5091
        },
        "logins": [
          {
            "username": "Main",
            "password": "Main"
          },
          {
            "username": "SkyBlock",
            "password": "SkyBlock"
          },
          {
            "username": "XiaoXiaoMan",
            "password": "XiaoXiaoMan"
          }
        ]
      }
    }
    This has been changed:
    Code (text):
    "connect": {
        "bind": {
          "address": "127.0.0.1",
          "port": 5091
        },
    To
    Code (text):
     "connect": {
        "bind": {
          "address": "0.0.0.0",
          "port": 5091
        },
  3. aaomidi

    aaomidi New Member

    It was like that, still same error D:
  4. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    What version are you running? Bukkit and LilyPad.
  5. The_Zip

    The_Zip Active Member Resource Contributor

    Did you ever get this working @aaomidi ??
    • Like Like x 1
  6. aaomidi

    aaomidi New Member

    Yesh :p Sorry for the late reply, been programming and what not.
    I was using the wrong version ._.
    <-- Dumbass

Share This Page