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!

Discussion in 'Support' started by Stephen, May 29, 2013.

Thread Status:
Not open for further replies.
  1. Stephen

    Stephen New Member

    Hey, I set them up correctly and whenever I try to connect to ethier server is says: Error: Authentication to Lilypad failed

    And this keeps getting repeted in console

    28.05 19:47:03 [Server] INFO Connection timed out while keying, retrying
    28.05 19:47:02 [Server] INFO /192.95.29.110:36961 lost connection

    Now it seems to be changing the port

    28.05 19:50:33 [Server] INFO /192.95.29.110:40118 lost connection
    28.05 19:50:30 [Server] INFO Connection timed out while keying, retrying
    28.05 19:50:29 [Server] INFO /192.95.29.110:60530 lost connection
    28.05 19:50:27 [Server] INFO Connection timed out while keying, retrying
    28.05 19:50:26 [Server] INFO /192.95.29.110:37997 lost connection
    28.05 19:50:23 [Server] INFO Connection timed out while keying, retrying
    28.05 19:50:22 [Server] INFO /192.95.29.110:542

    Any ideas?
  2. Stephen

    Stephen New Member

    Please help! I need my server up pronto!
  3. Divomaster

    Divomaster New Member

    Make sure you have set up AllInOne, the video explains everything you need to know.​
    (Wildcard is the * character)​
    Here is a example of my config
    Code (text):
    {
      "proxy": {
        "bind": {
          "address": "0.0.0.0",
          "port": 25565
        },
        "outbound": {
          "address": "0.0.0.0"
        },
        "servers": [
          {
            "domain": "*",
            "server": "hub"
          },
          null
        ],
        "motd": "Teh Motd (Change this!)",
        "playerMaximum": 1000,
        "authenticate": true,
        "throttle": -1,
        "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": "127.0.0.1",
          "port": 5091
        },
        "logins": [
          {
            "username": "hub",
            "password": "password"
          },
          {
            "username": "survival",
            "password": "password"
          },
          {
            "username": "factions",
            "password": "password"
          },
          {
            "username": "sg",
            "password": "password"
          },
          {
            "username": "creative",
            "password": "password"
          },
          {
            "username": "pvp",
            "password": "password"
          },
          {
            "username": "skyblock",
            "password": "password"
          },
          {
            "username": "arcade",
            "password": "password"
          }
        ]
      }
    }
  4. Stephen

    Stephen New Member

    Can you send me
    Can you send me a link to the video?
  5. Divomaster

    Divomaster New Member

  6. Stephen

    Stephen New Member

    Do you use multiple servers or is this for 2 servers?
  7. Divomaster

    Divomaster New Member

    I use multiple servers, spcified in the config i posted
  8. Stephen

    Stephen New Member

    Since i'm a little confused about setting all of this up, could you maybe make one for me? Here would be the ups for each server
    199.187.126.77:25618 and
    192.95.29.110:25587 Thanks if you could, if you can't i'll try to find some way!



    25618
  9. Divomaster

    Divomaster New Member

    Code (text):
    {
      "proxy": {
        "bind": {
          "address": "0.0.0.0",
          "port": 25565
        },
        "outbound": {
          "address": "0.0.0.0"
        },
        "servers": [
          {
            "domain": "*",
            "server": "hub"
          },
          null
        ],
        "motd": "Teh Motd (Change this!)",
        "playerMaximum": 1000,
        "authenticate": true,
        "throttle": -1,
        "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": "127.0.0.1",
          "port": 5091
        },
        "logins": [
          {
            "username": "hub",
            "password": "password"
          },
          {
            "username": "survival",
            "password": "password"
          }
        ]
      }
    }
    Then the "Hub/plugins/lilypad-connect/config" for the hub server

    Code (text):
    settings:
      address: 127.0.0.1
      port: 5091
      credentials:
        username: hub
        password: password
     
    "Survival/plugins/lilypad-connect/config" for the survival

    Code (text):
    settings:
      address: 127.0.0.1
      port: 5091
      credentials:
        username: survival
        password: password
     
    Also, it worked for me when i disabled spigot. This may not of been the best answer, considering spigot kills lag.
  10. Stephen

    Stephen New Member

    Yeah, I guess I just wont get it then. 1) not 100% how to set it up 2% I've spigot installed.
  11. Coelho

    Coelho Software Engineer Staff Member Administrator Maintainer

    Spigot works fine on LilyPad?

    You should be able to just follow the video as-is, and everything will work.
  12. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Marked as solved and locked
Thread Status:
Not open for further replies.

Share This Page