Skip to content

Instantly share code, notes, and snippets.

@phantomic12
Created April 4, 2022 22:49
Show Gist options
  • Select an option

  • Save phantomic12/5da0a985e7c67523b5eb59d0e9a0ee06 to your computer and use it in GitHub Desktop.

Select an option

Save phantomic12/5da0a985e7c67523b5eb59d0e9a0ee06 to your computer and use it in GitHub Desktop.
sudo apt update && sudo apt-get -y upgrade
sudo apt install firewalld aria2 openjdk-17-jre-headless tmux
sudo firewall-cmd --permanent --zone=public --add-port=25565/tcp
sudo firewall-cmd --permanent --zone=public --add-port=25565/udp
sudo firewall-cmd --reload
mkdir server && cd server
aria2c https://papermc.io/api/v2/projects/paper/versions/1.18.2/builds/277/downloads/paper-1.18.2-27
tmux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment