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.

Requested Server is Offline.

Discussion in 'Support' started by John Monahan, Oct 17, 2013.

  1. John Monahan

    John Monahan New Member

    Hello, im new to lilypad and im pretty sure i have it all correct! But when i try connecting to my proxy server it says the requested server is offline. Did i do the hub server wrong? Someone help. My Configs are below if helpful.

    lilypad proxy(allinone.conf)
    {
    "proxy": {
    "bind": {
    "address": "198.27.67.95",
    "port": 25912
    },
    "outbound": {
    "address": "198.27.67.95"
    },
    "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": "198.27.67.95",
    "port": 5555
    }
    },
    "queryUdp": {
    "bind": {
    "address": "198.27.67.95",
    "port": 25912
    }
    },
    "connect": {
    "bind": {
    "address": "198.27.67.95",
    "port": 5091
    },
    "logins": [
    {
    "username": "hub",
    "password": "jmonahan13"
    },
    {
    "username": "faction",
    "password": "jmonahan13"
    }
    ]

    the two servers i have connected(hub and faction)

    hub:

    settings:
    address: 192.27.67.95
    port: 5091
    credentials:
    username: hub
    password: jmonahan13

    faction:

    settings:
    address: 192.95.29.140
    port: 5091
    credentials:
    username: faction
    password: jmonahan13

    Please help. Thanks so much! I had bungeecord before lilypad but then bungeecord requires offline mode : o
  2. Shawshark

    Shawshark Active Member Resource Contributor

    set
    Code (text):
    {
    "domain": "*",
    "server": "example"
    }
    to this
    Code (text):
    {
    "domain": "*",
    "server": "hub"
    }
  3. John Monahan

    John Monahan New Member

    I did that and the same thing happens. Any other ideas.. I restarted every server after doing so also.
  4. John Monahan

    John Monahan New Member

    @Shawshark If you could help me any more be appreciated
  5. Shawshark

    Shawshark Active Member Resource Contributor

    Can you post your allinone.conf at http://pastebin.com and post the paste url here thanks.
  6. John Monahan

    John Monahan New Member

  7. Shawshark

    Shawshark Active Member Resource Contributor

    @John Monahan This is really weird, is the hub server getting the
    '[Connect] Connected the the cloud' On start up?
    Because I'm seeing a correctly setup config for lilypad side.

    Is lilypad and the hub server running on the same machine ?
  8. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Just want to say.. I got this problem too with my Paintball server. It worked before, i didn't changed anything and now I got this too :/
  9. Shawshark

    Shawshark Active Member Resource Contributor

    and its saying that its connecting the the proxy in the console '[Connect] Connected to the cloud' ? @Matt
  10. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Indeed. Connected, but i am getting kicked with Authorization to LilyPad failed
  11. John Monahan

    John Monahan New Member

    @Shawshark I assume it's the same machine but it's shared hosting, would
    It be better on the same machine?

    @Matt any ideas to help?

    Also I can check if it says it's connected after I get home
  12. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Nop :/. Otherwise i would fixed my own problem….
  13. John Monahan

    John Monahan New Member

    @Matt
    @Shawshark
    Would it work better if I brought server from them so I can add multicraft and my own severs?
  14. hamzaxx

    hamzaxx Member

    You shouldn't run lilypad on a shared host because if someone else runs lily on the same machine it could be problematic. I would recommend buying a VPS or dedicated server. (If you can afford a shared server you can afford a VPS.) If you want cheap this is as cheap as it gets http://www.beastnode.com/vps.html
  15. John Monahan

    John Monahan New Member

    @hamzaxx i bought a dedicated server for $25 p/m so hopefully it will run better on there. And what exactly is VPS, since beastnode offers it now.
  16. hamzaxx

    hamzaxx Member

    A virtual private server (VPS) is a virtual machine sold as a service by an Internet hosting service.

    A VPS runs its own copy of an operating system, and customers have superuser-level access to that operating system instance, so can install almost any software that runs on that OS. For many purposes they are functionally equivalent to a dedicated physical server, and being software defined are able to be much more easily created and configured. They are priced much lower than an equivalent physical server, but as they share the underlying physical hardware with other VPSs, the performance may be less, and may depend on the workload of other instances on the same hardware node.
    http://en.wikipedia.org/wiki/Virtual_private_server

Share This Page