Setup Proxy Protocol in GeyserMC

What is the Proxy Protocol? The Proxy Protocol provides a way for your server to receive your client’s true IP. Enable The Proxy Protocol on GeyserMC The configuration file for GeyserMC can be difficult to find. If you have GeyserMC installed as a plugin, the configuration should be located at ./plugins/Geyser-Spigot/config.yml. Change the value of bedrock.enable-proxy-protocol from false to true. Enable The Proxy Protocol in your Java Server and update GeyserMC It’s not much use using the Proxy Protocol in GeyserMC if that data isn’t forwarded to your Java Server. For an example on how to setup PaperMC see Setup Proxy Protocol in PaperMC . We also need to tell GeyserMC to forward the client IP information to your Java Server. This can be done by editing the config file again and setting the value remote.use-proxy-protocol from false to true. Read more

Setting up Geyser on Fabric

This guide will walk you through how to configure Geyser on Fabric with playit.gg You can download GeyserMC here: GeyserMC - [geysermc.org] Additionally, you need Fabric API and the Fabric Loader for this to work. Both sources are the same, so this is your preference. Fabric API - [modrinth.com] Fabric API - [github.com] Fabric Loader [fabricmc.net] Optional: Floodgate Floodgate allows Bedrock clients to connect to Java servers without the need for a Java Edition account. Without this, players will still be able to join, but they will need to authenticate with a Java Edition account. Read more

Setting up Geyser on Paper

This guide will walk you through how to configure GeyserMC on Paper with playit.gg You can download GeyserMC here: GeyserMC - [geysermc.org] Optional: Floodgate Floodgate allows Bedrock clients to connect to Java servers without the need for a Java Edition account. Without this, players will still be able to join, but they will need to authenticate with a Java Edition account. Floodgate (Bedrock Authentication) - [geysermc.org] Server The server we used for this guide is Paper 26.1.2, and you can download it here. [papermc.io] The setup process is the same across all server platforms. See How to setup a Minecraft Java Server Read more