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.

Setting up lilypad on a hosted server.

Discussion in 'Support' started by Ido Iloni, Jul 14, 2013.

  1. Ido Iloni

    Ido Iloni New Member

    Hello Lilypad Support,

    I use HostLegend to host my server, and I trying to set up the standalone-allinone server. I currently have 3 servers with them, one of which i have the lilypad allinone jar running, and the other 2 are my hub and survival servers.

    I am not quite sure what to change all of the IP's and information to in the allinone.conf
    Code (text):
    {
      "proxy": {
        "bind": {
          "address": "0.0.0.0",
          "port": 25565
        },
        "outbound": {
          "address": "0.0.0.0"
        },
        "servers": [
          {
            "domain": "*",
            "server": "example"
          }
        ],
        "motd": "A Minecraft Server",
        "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": "example",
            "password": "example"
          }
        ]
      }
    }
    Your help would be much appreciated, Xapien!
  2. boboman13

    boboman13 Member Contributor

    Change all the 'addresses' to your allocated IP address, and all the 25565 ports to your allocated port. All other parts should be filled out as normal, per the documentation.
  3. Ido Iloni

    Ido Iloni New Member

    I now have another issue. I got it to work once, but then if I switched it off, and then on again... this is what I get. I understand that it says 'address already in use', but using the ports 25565 or 5091 do not work.

    Code (text):
    15.07 18:07:25 [Multicraft] Server stopped
    15.07 18:07:21 [Multicraft] Server stopped
    15.07 18:07:21 [Multicraft] Server shut down
    15.07 18:07:18 [Server] INFO at java.lang.Thread.run(Thread.java:722)
    15.07 18:07:18 [Server] INFO at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101)
    15.07 18:07:18 [Server] INFO at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:365)
    15.07 18:07:18 [Server] INFO at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:353)
    15.07 18:07:18 [Server] INFO at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:321)
    15.07 18:07:18 [Server] INFO at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:256)
    15.07 18:07:18 [Server] INFO at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:847)
    15.07 18:07:18 [Server] INFO at io.netty.channel.DefaultChannelHandlerContext.bind(DefaultChannelHandlerContext.java:489)
    15.07 18:07:18 [Server] INFO at io.netty.channel.DefaultChannelHandlerContext.invokeBind(DefaultChannelHandlerContext.java:495)
    15.07 18:07:18 [Server] INFO at io.netty.channel.DefaultChannelHandlerContext.invokeBind0(DefaultChannelHandlerContext.java:509)
    15.07 18:07:18 [Server] INFO at io.netty.channel.DefaultChannelPipeline$HeadHandler.bind(DefaultChannelPipeline.java:1006)
    15.07 18:07:18 [Server] INFO at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:511)
    15.07 18:07:18 [Server] INFO at io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:101)
    15.07 18:07:18 [Server] INFO at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
    15.07 18:07:18 [Server] INFO at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:199)
    15.07 18:07:18 [Server] INFO at sun.nio.ch.Net.bind(Net.java:336)
    15.07 18:07:18 [Server] INFO at sun.nio.ch.Net.bind(Net.java:344)
    15.07 18:07:18 [Server] INFO at sun.nio.ch.Net.bind0(Native Method)
    15.07 18:07:18 [Server] INFO java.net.BindException: Address already in use
    15.07 18:07:18 [Server] INFO [LilyPad] fatal error: services
    15.07 18:07:18 [Server] INFO [LilyPad] build 46 of AllInOne
    15.07 18:07:18 [Multicraft] Loaded config for "Default"
    15.07 18:07:18 [Multicraft] Starting server!
    15.07 18:07:18 [Multicraft] Loading server properties
    15.07 18:07:18 [Multicraft] Received start command
  4. boboman13

    boboman13 Member Contributor

    This is the exact same problem I get :/

Share This Page