By default, servers connected under BungeeCord will not display the IP of the player, but rather the IP of the BungeeCord server, since BungeeCord acts as a proxy and sits in between the player and the server they are connected to.

For the server to correctly identify the player's IP address, IP forwarding needs to be enabled.

Steps

  1. In yourĀ BungeeCord server, locate theĀ config.ymlĀ file on the root directory and ensure thatĀ ip_forward: true
  2. In yourĀ Spigot servers, locate theĀ spigot.ymlĀ file on the root directory and ensure thatĀ bungeecord: true
  3. Restart the Spigot servers and BungeeCord proxy to ensure that IP forwarding is enabled.


If you see the errorĀ Ā If you wish to use IP forwarding, please enable it in your BungeeCord config as well!Ā , this would suggest you are connecting directly to the Spigot server instead of the BungeeCord server. You should always connect to your BungeeCord server IP. If you wish to connect to a server directly within your network, you can use theĀ forced_hostsĀ configuration option in your BungeeCord config.yml file.

Was this answer helpful? 0 Users Found This Useful (1 Votes)