Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't join Velocity Server with BungeeGuard (Unable to connect to lobby: Unable to authenticate) #1325

Closed
DavidFrings opened this issue May 19, 2024 · 3 comments

Comments

@DavidFrings
Copy link

DavidFrings commented May 19, 2024

Hi,
I wanted to make a Velocity server with bungeeGuard (paper on the MC server side), but I can't join my server

I set bungeecord in the spigot.yml to true
I also set bungeecord to true in the velocity.toml

the forwarding.secret contains:

{TOKEN}

the config.yml in BungeeGuard contains:

# BungeeGuard Configuration

# Allowed authentication tokens.
allowed-tokens:
  - "TOKEN"

# Messages

# Kick message sent to connections without any forwarded data from the proxy.
# Most likely a vanilla client connecting directly to the server, bypassing the proxy.
no-data-kick-message: "&cUnable to authenticate - no data was forwarded by the proxy."

# Kick message sent to connections with forwarding data, but without a correct BungeeGuard token
# included in their handshake. Assuming BungeeGuard is installed correctly on all proxies,
# this is most likely a client trying to exploit the BungeeCord protocol to spoof their uuid.
invalid-token-kick-message: "&cUnable to authenticate."

TOKEN = my token

@DavidFrings
Copy link
Author

I don't know, is it an BungeeGuard or Velocity Problem?

@DavidFrings
Copy link
Author

If it dont work with BungeeGuard, how can I fix the Problem with the skin, etc. when I set spigot.yml to none (I saw I could cange it to modern).
What I would need to do?

@Timongcraft
Copy link
Contributor

Read this: https://docs.papermc.io/velocity/player-information-forwarding
Also this is not a bug so please go to the discord for support next time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants