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 GoLilyPad server appearing offline

Discussion in 'Support' started by Surgex_, Feb 9, 2014.

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

    Surgex_ New Member

    So I updated to GoLilyPad. I have everything set up and everything is authenticating and connecting. However, when I start my hub server, it won't let most people connect and says 'The requested server is currently offline, try again later!' While it tells most people it's offline, when it's not, it still lets a small amount of players online. For instance, it wouldn't let me online on my desktop, but I could log in from my laptop. I have stopped the IP tables and checked those, but it doesn't seem to have worked. I don't really know what configs you guys will need to look at to fix this, so just let me know which ones you need to see and I'll paste them.
  2. The_Zip

    The_Zip Active Member Resource Contributor

    It would be nice to see all of them.

    Edit: And versions in which you are running. Spigot/Lilypad.
  3. Surgex_

    Surgex_ New Member

    @The_Zip

    Conenct - version 31, 64 bit
    Proxy - version 50, 64 bit
    Spigot - build 1307

    Connect.yml
    Code (text):

    bind: :5091
    logins:
    - username: *Proxy login*
      password: #####
    - regexp: *Hub*
      password: #####
    - regexp: *Creative*
      password: #####
    - regexp: *Survival*
      password: #####
    - regexp: *Prison*
      password: #####
    - regexp: *Skyblock*
      password: #####
    - regexp: *Skywars*
      password: #####
     
    Proxy.yml
    Code (text):
    connect:
      address: 127.0.0.1:5091
      credentials:
        username: *Proxy login*
        password: #####
    proxy:
      bind: :25565
      routes:
      - domain: ""
        server: hub
      - domain: mc-sync.com
        servers:
        - hub1
        - hub2
        motd: '&6[ &3Sync Network &e2.0 &a[1.7.2]&6 ]                                    &6[ &eCreative  Survival Prison Skyblock &6]'
      locale:
        full: The server seems to be currently full. Try again later!
        offline: The requested server is currently offline. Try again later!
        loggedIn: You seem to be logged in already. Try again later!
        lostConn: Lost connection... Please try to reconnect
        shutdown: The server is being restarted. Please try to reconnect
      motd: '&6[ &3Sync Network &e2.0 &a[1.7.2]&6 ]                              &6[ &eCreative  Survival Prison Skyblock &6]'
      maxPlayers: 100
      authenticate: true

    Hub server Bukkit-Connect config.yml
    Code (text):

    settings:
      address: 0.0.0.0
      port: 5091
      credentials:
        username: *Hub*
        password: #####
     
  4. The_Zip

    The_Zip Active Member Resource Contributor

    Change you connect.yml to:

    Code (text):
    bind: :5091

    logins:
    - username: Server
      password: password1
    - username: ServerA
      password: password2
    - username: ServerB
      password: password3
    ect... And, I am assuming you arn't using 2 hubs, so in the proxy yml, just keep hub.
  5. Surgex_

    Surgex_ New Member

    I'll try the 'hub' in proxy.yml. And the 64 bit connect.yml generated with 'regexp' instead of 'username'. I tried changing it to 'username' when I was first setting it up, but it didn't connect at all.
  6. The_Zip

    The_Zip Active Member Resource Contributor

    Well, you shouldn't be using regexp unless you are very familiar with what it does any have experience with it. So, I would change it back to username.
  7. Surgex_

    Surgex_ New Member

    Just did it while the player count was low, and it's working flawlessly. Thank you very much for your help.

    Edit: Marked as Solved
    Last edited: Feb 9, 2014
  8. The_Zip

    The_Zip Active Member Resource Contributor

    Glad I could help.

    @Matt this thread can be marked as Solved.
Thread Status:
Not open for further replies.

Share This Page