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!] I get an "Authentication Failed" message when connecting to my server.

Discussion in 'Support' started by L W, May 17, 2013.

  1. L W

    L W New Member

    My LilyPad-Connect Config file for the first server:

    settings:
    address: 127.0.0.1
    port: 5091
    credentials:
    username: Bukkit1
    password: password

    ==========================================

    My LilyPad-Connect Config file for the second server:

    settings:
    address: 127.0.0.1
    port: 5091
    credentials:
    username: Bukkit2
    password: password

    ==========================================

    My LilyPad-AliInOne Config file:

    {
    "proxy": {
    "bind": {
    "address": "0.0.0.0",
    "port": 25565
    },
    "outbound": {
    "address": "0.0.0.0"
    },
    "servers": [
    {
    "domain": "*",
    "server": "Bukkit1"
    }
    ],
    "motd": "Bukkit",
    "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": "127.0.0.1",
    "port": 5091
    },
    "logins": [
    {
    "username": "Bukkit1",
    "password": "password"
    },
    {
    "username": "Bukkit2",
    "password": "password"
    }
    ]
    }
    }
  2. Coelho

    Coelho Software Engineer Staff Member Administrator Maintainer

    Do not connect to the minecraft server. Connect to LilyPad.

    Please read the other threads. <3

Share This Page