title | description | hide_title |
---|---|---|
Floodgate Proxy Servers Setup |
Learn how to set up Floodgate on your Bungee, Waterfall, or Velocity server. |
true |
:::info You only need to install Floodgate on the BungeeCord or Velocity proxy server, unless you want to use the Floodgate API on the backend servers. Additionally, it will display Bedrock edition skins properly. :::
- Download Floodgate for your proxy software from the download page.
- Place the Floodgate jar in the
plugins
folder, and restart the proxy server. - Change
auth-type
in Geyser's config tofloodgate
. - Restart the server.
Installing Floodgate on servers behind the proxy {#installing-floodgate-on-servers-behind-the-proxy}
This is only needed when you want to use the Floodgate API on your backend server(s) behind a proxy.
- After installing Floodgate on the proxy, install Floodgate on the backend servers (either Floodgate-Spigot, or Floodgate-Fabric).
- Enable
ip_forward
in your BungeeCordconfig.yml
if using BungeeCord. For Velocity, set up player information forwarding. - Set
bungeecord
totrue
in your spigot.yml. When using Velocity, see their guide, as they have multiple options that require different setups. - Start the proxy server.
- Edit the Floodgate config on your proxy server and set
send-floodgate-data
totrue
. - Copy the
key.pem
file in the proxy Floodgate config folder to all backend servers’ Floodgate config folder. - Restart the backend servers and proxy server.
:::danger DO NOT DISTRIBUTE THIS KEY TO ANYBODY! This key is what allows for Bedrock accounts to bypass the Java Edition authentication, and if anyone gets ahold of this, they can wreak havoc on your server. :::