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.

Solved Help with Lilypad!

Discussion in 'Support' started by NoodleRealms, Sep 20, 2013.

  1. NoodleRealms

    NoodleRealms New Member

    Hai,

    I am really new to lilypad. Just started looking at it today. I have been through every tutorial you can find. However, i can't seem to get it to work. It just states : The requested server is currently offline. Try again later!

    My configs :

    Code (text):
    {
      "proxy": {
        "bind": {
          "address": "0.0.0.0",
          "port": 25565
        },
        "outbound": {
          "address": "0.0.0.0"
        },
        "servers": [
          {
            "domain": "*",
            "server": "Hub"
          }
        ],
        "motd": "\u00264\u0026lNoodleRealms - Hub",
        "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": "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": "hub",
            "password": "pass"
          }
        ]
      }
    }
    and connect one :

    settings:

    Code (text):
    address: 198.24.185.211
      port: 5091
      credentials:
        username: hub
        password: pass
    Thanks!
    Last edited by a moderator: Sep 20, 2013
  2. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Where do you host your server? Local or Dedicated/VPS ?
  3. NoodleRealms

    NoodleRealms New Member

    Dedicated. There will be 3 dedicated servers soon. Just one currently. Thanks for the speedy reply!
  4. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Does the hub/lobby server gives any errors?
  5. NoodleRealms

    NoodleRealms New Member

    No errors at all. I get a message saying that it's connected.

    11:31:11 [INFO] [Connect] Connected to the cloud
  6. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    What version are you using? CraftBukkit/LilyPad
  7. NoodleRealms

    NoodleRealms New Member

    Using the most up to date version of Lilypad and spigot. I downloaded both about 2 hours ago.
  8. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    I see the problem i think.

    Code (text):
    "server": "Hub"
    Code (text):
    username: hub
    Do you see the difference? Make them exactly the same. So.. both "Hub" or both "hub"
  9. NoodleRealms

    NoodleRealms New Member

    Tried it and it doesn't seem to work. Getting : 11:47:47 [INFO] [Connect] Invalid username or password, retrying

    Code (text):
    {
      "proxy": {
        "bind": {
          "address": "0.0.0.0",
          "port": 25565
        },
        "outbound": {
          "address": "0.0.0.0"
        },
        "servers": [
          {
            "domain": "*",
            "server": "Hub"
          }
        ],
        "motd": "\u00264\u0026lNoodleRealms - Hub",
        "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": "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": "Hub",
            "password": "m467443532323252325232"
          }
        ]
      }
    }
    Code (text):
    settings:
      address: 198.24.185.211
      port: 5091
      credentials:
        username: Hub
        password: pass
     
  10. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Password matches on both configs? Or did you changed it for this example?

    Code (text):
    "logins": [
          {
            "username": "Hub",
            "password": "m467443532323252325232"
    Code (text):
      credentials:
        username: Hub
        password: pass
  11. NoodleRealms

    NoodleRealms New Member

    Opps, that was embrassing :L. That issue has been solved. Now getting :
    11:55:54 [INFO] Disconnecting KillerRyan13 [/198.24.185.211:45813]: Error: Authentication to LilyPad failed
  12. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Are you connecting to your proxy? Hub needs to be running on 25566 for example. If you connect to the sub-server itself, then you get that error.
  13. NoodleRealms

    NoodleRealms New Member

    Yes, i am connecting to the proxy. My hub server is running on the port 25575.
  14. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    If you are running the proxy and hub on the same machine, try to change the connect config to this:

    Code (text):
    settings:
      address: 198.24.185.211
      port: 5091
      credentials:
        username: Hub
        password: pass
    Make sure the username and password matches ;)
  15. NoodleRealms

    NoodleRealms New Member

    Still not working :eek: Still getting the same error with the auth!

    Code (text):
    {
      "proxy": {
        "bind": {
          "address": "0.0.0.0",
          "port": 25565
        },
        "outbound": {
          "address": "0.0.0.0"
        },
        "servers": [
          {
            "domain": "*",
            "server": "Hub"
          }
        ],
        "motd": "\u00264\u0026lNoodleRealms - Hub",
        "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": "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": "Hub",
            "password": "pass"
          }
        ]
      }
    }
    Code (text):
    settings:
      address: 198.24.185.211
      port: 5091
      credentials:
        username: Hub
        password: pass
     
  16. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Woops :rolleyes: Didn't changed the config as you should try …

    Try this:
    Code (text):
    settings:
      address: 0.0.0.0
      port: 5091
      credentials:
        username: Hub
        password: pass
    Only if you are on the same machine.
  17. NoodleRealms

    NoodleRealms New Member

    haha np. I put the 0.0.0.0 for the local host :
    Code (text):
    settings:
      address: 0.0.0.0
      port: 5091
      credentials:
        username: Hub
        password: pass
    I am getting this : 12:26:59 [INFO] [Connect] Couldn't connect to remote host: "noodlegames.nodeservers.net: noodlegames.nodeservers.net: Name or service not known", retrying
  18. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Okay, then just leave it as it was.
  19. NoodleRealms

    NoodleRealms New Member

    Okay, i have reverted it. Any idea on how to resolve this issue with the authentication?
  20. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Not really, the only reason i know for this error is connecting direct to the hub server. But you are connecting to the proxy, what you need to do.

    Maybe @Coelho can tell you what is wrong :/

Share This Page