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.

How do I connect my dedicated server to my LilyPadMC server?

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

  1. L W

    L W New Member

    What ip do i use? Can you give me a sample allinone.conf file?
  2. Coelho

    Coelho Software Engineer Staff Member Administrator Maintainer

    It's the same as connecting a server on localhost, just in the Bukkit-Connect plugin you put the IP of your LilyPad server.
  3. L W

    L W New Member

    Could tell me where i went wrong?

    Ok. Here's my config file for my dedicated server:

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

    And my allinone.conf file:

    {
    "proxy": {
    "bind": {
    "address": "0.0.0.0",
    "port": 25565
    },
    "outbound": {
    "address": "0.0.0.0"
    },
    "servers": [
    {
    "domain": "91.121.226.108",
    "server": "Matinery1"
    },
    {
    "domain": "*",
    "server": "Matinery2"
    }
    ],
    "motd": "Matinery MC",
    "playerMaximum": 999,
    "authenticate": false,
    "throttle": 2500,
    "tabEnabled": false,
    "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": "Matinery1",
    "password": "password"
    },
    {
    "username": "Matinery2",
    "password": "password"
    }
    ]
    }
    }
  4. Coelho

    Coelho Software Engineer Staff Member Administrator Maintainer

    The IP address in that of your Bukkit-Connect plugin should be your LilyPad's IP address.

Share This Page