Hosting a Minecraft Server on Linux
Key steps we’ll cover in this guide:
Installing Java
Installing the Minecraft server
Launching the server
Install Java
Install Java on AWS Linux
sudo rpm --import https://yum.corretto.aws/corretto.key
sudo curl -L -o /etc/yum.repos.d/corretto.repo ...
horacio.hashnode.dev3 min read