LogoLogo
WEBDASHPANELDOCSCHATSTATUS
English
English
  • πŸŽ‰Welcome
    • πŸ””Newsletter
  • 🌍HidenCloud Documentation
  • HidenCloud Dashboard
    • πŸ”“Enable Two-Factor Authentication (2FA)
    • βž•Extra/Additional services
    • 🎫How to open a ticket?
    • πŸ’΅How to buy?
    • πŸ’³Payment Methods
    • 🟒Status and behavior of services
    • πŸ”΄Delete account
    • 😑Server Deleted or Account Restricted?
    • 🌐SubDomain
    • πŸ’»VPS
    • ❌Cancel Your Service
    • πŸ—ΊοΈChange Location
    • *️Update Your HidenCloud Account Details
  • HidenCloud Panel
    • β›…Guide for beginners
    • πŸ”“How to get into my server?
    • πŸ—ƒοΈAdd files
    • πŸ“‚Backups
    • πŸ“‘Databases
    • πŸ«‚Adding Sub-Users
    • ⏰How to create a task?
    • πŸ› οΈHow to enable Toggle Support OP Access?
    • πŸ”ŒHigh Ping and Packet Loss
    • πŸ‘ΏServer Crashes
    • ⁉️Errors
    • πŸ†”Server UUID
  • 🌐Reverse Proxy
  • Minecraft
    • πŸ› οΈChange Java version
    • πŸ”’Change Minecraft Type and Version
    • πŸ”ƒServer Restarting / killed?
    • πŸ”’Change JVM Startup Flags
    • πŸ”‚Version Compatibility in Minecraft with ViaVersion Plugins
    • πŸ‘₯Online Mode
    • πŸ› οΈHow to install a plugin / mod?
    • πŸ‘€Security Plugins
    • ⚑Server Optimization Guide
      • πŸ› οΈDownload optimization plugins
      • πŸ› οΈServer Configuration
      • πŸ› οΈHelpers and Java Flags
        • ⚑Minecraft exploit and how to fix them
    • πŸ›œInstalling Bungeecord
      • πŸ› οΈConfigure a Bungeecord server
    • 😍Adding an Icon to the Server
    • ✍️Adding a Description to the Server
    • πŸ“¦Add a Resource Pack
  • ARK:Survival Evolved
    • πŸ”ŒWhat is GameUserSettings.ini?
    • πŸ” How to Find Your Tribe or Player ID
  • Windows Tutorials
    • β˜•Java Local Binary
  • Free
    • 🀩Free Tier
  • GAME-SERVER PAID PLAN
    • 🌻Budget_Game-Servers
    • πŸ€Budget_Software-Servers
    • πŸ’ŽPremium_Game-Servers
    • βž•Extras
  • VPS PAID PLAN
    • πŸ’»VPS-Servers
    • πŸ–₯️VPS-Custom
  • Discord
    • 🚫Rules
    • πŸ€–/suggest command
    • 🎟️How to create a ticket?
    • πŸ”±Client Role
  • Information
    • ℹ️Contact and Help
    • 🌐Social Networks
    • ⚜️Partnership
    • πŸ‘¨β€πŸ’ΌStaff Application
    • πŸ’°Donate
    • ❓FAQ's
    • ❀️HidenNetwork
  • Legal
    • πŸ’ΎTerms of Service
    • πŸ”Privacy Policy
    • πŸͺCookies Policy
Powered by GitBook
LogoLogo

Services

  • Minecraft
  • Discord Hosting
  • Free
  • Rust

Company

  • About
  • Blog
  • News
  • HidenNetwork

Support

  • Contact
  • Discord
  • System Status
  • Documentation

Legal

  • Terms
  • Privacy Policy
  • Cookies Policies

Copyright Β© 2024 HidenCloudβ„’ - All rights reserved. | E: info@hidencloud.com | T/WA: +34930414115

On this page
  • Set up the BungeeCord Server
  • Configure the BungeeCord Server

Was this helpful?

Export as PDF
  1. Minecraft
  2. Installing Bungeecord

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.

PreviousInstalling BungeecordNextAdding an Icon to the Server

Last updated 9 months ago

Was this helpful?

Set up the BungeeCord Server

  • 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.

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:

force-default-server:true
ip-forward:true
groups:
<your gamertag>:
-admin
  • Save the changes made to the configuration file.

    Connect Minecraft Servers to BungeeCord

    • 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

      servers:
        Hub:
          motd: '&1Just another BungeeCord - Forced Host'
          address: SERVERIP:PORT
          restricted: false
        Survival:
         motd: '&1Just another BungeeCord - Forced Host'
          address: SERVERIP:PORT
          restricted: false
        Factions:
         motd: '&1Just another BungeeCord - Forced Host'
          address: SERVERIP:PORT
          restricted: false
πŸ›œ
πŸ› οΈ
SpigotMC