Installation
This documentation will show you, how you create a server.
Prerequisites
- Java >17
- Internet connection
- Linux only: curl
Using Docker
Install with Docker
Look over here.
On your own system
On a Windows PC
- Open the latest release page here.
- Download the serverpack by clicking on uBingo-Server-vX.X.X.zip.
- Open the file and drag & drop all files into a folder, where you want to install the server.
- Execute the startserver.bat file (Click on Run Anyway)
- Now the server is installing, if you want do stop the server type in the opened console stop and you can start the server again by doing step four again.
On a Linux PC
- Open the Terminal.
- Then create a new folder using the following command.
bash
mkdir uBingoServer && cd uBingoServer
- Open the latest release page here.
- Right click the uBingo-Server-vX.X.X.zip file and click on Copy link.
- Go back in the Console and type the command. But don't forget to change the link to your copied!
bash
wget YOUR_COPIED_LINK
- Unzip the file using the following command.
bash
unzip uBingo-Server-v*.zip && rm uBingo-Server-*.zip && rm startserver.bat
- Make the bash file executable with the following command.
bash
chmod +x startserver.sh
- Then you can execute the file using this command. Or you can double click the file in the folder.
bash
bash startserver.sh
- Now the server is installing, if you want do stop the server type in the opened console stop and you can start the server again by doing step eight again.
On a dedicated Server
On a Linux Server
- Connect to your server via ssh.
- Then create a new folder using the following command.
bash
mkdir uBingoServer && cd uBingoServer
- Open the latest release page here.
- Right click the uBingo-Server-vX.X.X.zip file and click on Copy link.
- Go back in the Console and type the command. But don't forget to change the link to your copied!
bash
wget YOUR_COPIED_LINK
- Unzip the file using the following command.
bash
unzip uBingo-Server-v*.zip && rm uBingo-Server-*.zip && rm startserver.bat
- Make the bash file executable with the following command.
bash
chmod +x startserver.sh
- Then you can execute the file using this command.
bash
bash startserver.sh
- Now the server is installing, if you want do stop the server type in the opened console stop and you can start the server again by doing step eight again.
On a Windows Server
not done yet, ICEBOXED