Starter project enabling you a Bungeecord Proxy using just a Raspberry Pi.
This project has been tested on and Raspberry Pi 4 B 4GB.
- Raspberry Pi 4B (The best is 4GB. 1GB is not enough.) 🎉
- Micro SD Card (we recommend 8GB Sandisk Extreme Pro) 💾
- Power supply 🔌
- A download of this project (of course)
- Software to flash an SD card (balenaEtcher)
- A free balenaCloud account
- The balena CLI tools
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.
- 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
- 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.