lucko / BungeeGuard

A plugin-based security/firewall solution for BungeeCord and Velocity proxies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

invalid token

freakye opened this issue · comments

hi i nearly worked on my bungeecord with bungeeguard plugin its a good plugin its do the job but have a problem for me when i use it with my server even when i set the token i cant connect other server even trought bungee and i see the error kicked whilst connecting lobby unable to authenticate i tested with paper 1.17 and spigot 1.16.5 but the problem didnt solved i used java8 and java17 i have proctolib installed i dont really know what is the problem there is my bungee and bungeeguard cfg

BungeeGuard Configuration i just didt typed the token and ipes here

Allowed authentication tokens.

allowed-tokens:

  • ""

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."

prevent_proxy_connections: false
listeners:

  • query_port: 25577
    motd: Minecraft Server
    tab_list: GLOBAL_PING
    query_enabled: true
    proxy_protocol: false
    forced_hosts:
    pvp.md-5.net: pvp
    ping_passthrough: false
    priorities:
    • lobby
      bind_local_address: true
      host:
      max_players: 50
      tab_size: 60
      force_default_server: true
      remote_ping_cache: -1
      network_compression_threshold: 512
      permissions:
      default:
    • bungeecord.command.server
    • bungeecord.command.list
      admin:
    • bungeecord.command.alert
    • bungeecord.command.end
    • bungeecord.command.ip
    • bungeecord.command.reload
      log_pings: true
      connection_throttle_limit: 3
      server_connect_timeout: 5000
      timeout: 30000
      player_limit: -1
      ip_forward: true
      groups:
      md_5:
    • admin
      remote_ping_timeout: 5000
      connection_throttle: 4000
      log_commands: false
      stats: 0c4f326f-2f77-4f81-9455-72f530c05536
      online_mode: false
      forge_support: false
      disabled_commands:
  • disabledcommandhere
    servers:
    lobby:
    motd: '&6Lobby'
    address:
    restricted: false
    survival:
    motd: '&6survival'
    address:
    restricted: false
    rust:
    motd: '&6rust'
    address:
    restricted: false
    skyblock:
    motd: '&6Skyblock'
    address:
    restricted: false

Thanks

ah man i found a solution for this the token code is have to much character when i cut it into near half its work well tnx for your plugin man