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.

Proxy Configuration Resetting?

Discussion in 'Support' started by Aventium, Jul 27, 2014.

  1. Aventium

    Aventium New Member

    It seems whenever I try to run the proxy it resets the configuration. I put in all the correct server details into the proxy.yml, but whenever I start the proxy it gives me this error
    Code (text):
    Connect client, Invalid username or password
    even though all the details are correct.

    proxy.yml
    Code (text):
    connect:
      address: 127.0.0.1:5091
      credentials:
        username: LilyPad
        password: <password_hidden>
    proxy:
      bind: :25565
      routes:
      - domain: ""
        server: hub
      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: Serverrr
      maxPlayers: 666
      authenticate: true
     
    connect.yml
    Code (text):
    bind: :5091
    logins:
    - username: LilyPad
      password: <password_hidden>
    - username: hub
      password: <password_hidden>
    - username: build
      password: <password_hidden>
     
    Anyone know about this error?
  2. The_Zip

    The_Zip Active Member Resource Contributor

    LilyPad is case sensitive. Either capitalize lilypad in your connect config, or lowercase your LilyPad in your proxy config.
  3. Aventium

    Aventium New Member

    Sorry, I copied from an old config for the connect, it is capitalized, I'll double check really quick though.

    EDIT:
    Yep still getting that error, even when both of them are the same names. I believe it might be resetting the proxy configuration before the proxy starts because in the connect screen it says this:
    Code (text):

    Connect server, failure to authorize: example ip: 192.99.34.68
     
  4. The_Zip

    The_Zip Active Member Resource Contributor

    Is that the ip to your server? Are you running the proxy and connect on the same server? What software are you running on your server?
  5. Aventium

    Aventium New Member

    My dedicated is running Debian 7, with connect and proxy on the same server(it was working earlier), and yes it is.
  6. The_Zip

    The_Zip Active Member Resource Contributor

    Ok, I am running Debian 7.0 64 bit running your configs seen below. Could you try running them, just using the password 123123. It will help a ton, and once we figure everything out you can change it back. Who are you hosting with?

    Code (text):
    connect:
      address: 127.0.0.1:5091
      credentials:
        username: LilyPad
        password: 123123
    proxy:
      bind: :25565
      routes:
      - domain: ""
        server: hub
      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: Serverrr
      maxPlayers: 666
      authenticate: true
     
    Code (text):
    bind: :5091
    logins:
    - username: LilyPad
      password: 123123
    - username: hub
      password: 132
    - username: build
      password: 123
  7. Aventium

    Aventium New Member

    Sure, I'll try that now. And my dedicated is from OVH.


    EDIT:
    It seems to connect now, should I try changing the values and check again?
  8. Tzeentchful

    Tzeentchful Member Contributor

    Did the password you hid happen to start with a symbol?

Share This Page