Pre-Install
Here you can see how to install the prerequisites for a server.
Java >17
On Windows
For windows based systems.
- Open the Adoptium page and select version 17 (if you don't see version 17 you can also use version 18).
- Download the exe file by clicking on the Latest release button.
- Execute the downloaded file and click through the installer.
STOP
Don't forget to choose during installation to set the JAVA_HOME variable!
On Linux
For all systems running on Linux
Ubuntu/Debian
bash
sudo apt-get update
sudo apt-get install openjdk-17-jdk
CentOS
bash
sudo yum install java-17-openjdk
Curl (Linux Only)
If curl for whatever reason isn't installed you can see here how to install it.
On Ubuntu/Debian
bash
sudo apt-get update
sudo alt-get curl