Configure a Bungeecord server
In this guide, we will show you how to configure a Bungeecord server. You will need at least 3 servers to begin this process.
Last updated
Was this helpful?
In this guide, we will show you how to configure a Bungeecord server. You will need at least 3 servers to begin this process.
Last updated
Was this helpful?
Begin by downloading the BungeeCord proxy jar file from the official website or other trusted sources. Ensure that the version you download is compatible with your Minecraft server version.
Place the Bungeecord file inside your FIle Manger directory.
Stop the BungeeCord server if it is currently running.
Open the config.yml
file located in the same directory as the BungeeCord jar file using a text editor.
Open the config.yml
text file and start editing the contents, only edit the items listed. Do not delete or move any of the other existing text:
Save the changes made to the configuration file.
Start each Minecraft server that you want to connect to the BungeeCord proxy. Ensure that the servers are running on different ports.
In the BungeeCord config.yml
file, add the details of each Minecraft server under the servers
section. Include the server name, SERVER IP, and port for each server.
The Server IP can be found in the console tab on your server.
Click the Server IP to copy it to your clipboard.
The server
section of your config should look something like this:
Copy