diff --git a/content/proxy-protocol-velocity.md b/content/proxy-protocol-velocity.md new file mode 100644 index 0000000..d000ff4 --- /dev/null +++ b/content/proxy-protocol-velocity.md @@ -0,0 +1,39 @@ ++++ +title = "Setup Proxy Protocol in Velocity" +tags = ["minecraft", "java", "papermc", "proxy-protocol", "proxy", "velocity"] +date = 2024-12-30T21:30:00+01:00 ++++ + + + +> **{{< link "what-is-proxy-protocol" >}}** +> The Proxy Protocol provides a way for your server to receive your client's true IP. +{.green} + +## Enable The Proxy Protocol on your Velocity Server + + + +After your Velocty server has been started, a configuration file for it should have been generated. This can be found at `./veloctiy.toml`. Change the `[advanced] haproxy-protocol` variable from `false` to `true`. + +Details on Velocity's configurations can be found [here](https://docs.papermc.io/velocity/configuration#advanced-section). + +**Note:** Normal clients will not be able to connect if they do not send proxy protocol information. Connecting directly with your Minecraft client will no longer work. + +**Important:** After making this change you will need to restart your minecraft server. + +## Change your playit tunnel to use the Proxy Protocol + +Navigate to your tunnel on [playit.gg](https://playit.gg/account/tunnels/). Down the page you should find the attribute "Proxy Protocol" with a button to change. + +![select-proxy-protocol]({{< static "post-img/select-proxy-protocol-java.png" >}}) + +Change the protocol to either `Proxy Protocol Version 1` or `Proxy Protocol Version 2`. We recommend `Proxy Protocol Version 2`. + +## You should be all set + +Now when you connect, the true client IP should be provided to your server. If it's not working, make sure you're using the latest version of the playit program. Support for the proxy protocol was added in version `0.15.26`. + +## Next Steps + +Do you have Geyser Setup? If so you may have broken it by requiring the proxy procol. This can be fixed, see our guide: **{{< link "proxy-protocol-geysermc" >}}**