Skip to content

Build a Bungeecord Proxy using a Raspberry Pi! Supports Waterfall and SCP

License

Notifications You must be signed in to change notification settings

AlexProgrammerDE/balena-minecraft-bungeecord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

balena Minecraft Bungeecord

Bungeecord for the Raspberry Pi CodeFactor Codacy Badge

Starter project enabling you a Bungeecord Proxy using just a Raspberry Pi.

This project has been tested on and Raspberry Pi 4 B 4GB.

Hardware required

  • Raspberry Pi 4B (The best is 4GB. 1GB is not enough.) 🎉
  • Micro SD Card (we recommend 8GB Sandisk Extreme Pro) 💾
  • Power supply 🔌

Software required

Setup and use 🌠

To run this project is as simple as deploying it to a balenaCloud application, but it has to be configured if you want to use it in your system.

Setup the Raspberry Pi 💿

  • Sign up for or login to the balenaCloud dashboard
  • Create an application, selecting the correct device type for your Raspberry Pi
  • Add a device to the application, enabling you to download the OS
  • Flash the downloaded OS to your SD card with balenaEtcher
  • Power up the Pi and check it's online in the dashboard

Deploy this application ✈️

  • Install the balena CLI tools
  • Login with balena login
  • Download this project and from the project directory run balena push <appName> where <appName> is the name you gave your balenaCloud application in the first step.