🛠️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.
Set up the BungeeCord Server
Begin by downloading the BungeeCord proxy jar file from the official SpigotMC 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.
Configure the BungeeCord Server
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.
Connect Minecraft Servers to BungeeCordStart 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 theservers
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
Last updated