Question How do I install Paper 1.18.1 on Ubuntu Server?

2m3v

New member
Feb 3, 2022
6
0
1
1) Install Java. Instruction: https://ubuntu.com/tutorials/install-jre#2-installing-openjdk-jre
2) Create a folder for the server and download the paper to a folder
3) Create on your computer a .txt file with content java -Xmx1024M -Xms1024M -jar name.jar nogui and transfer the file to your Ubuntu computer in server floder
4) Open terminal and enter these commands:
screen -S server
screen -r server
cd /server floder name/
bash server.txt
 

Kaxon

New member
Feb 8, 2022
1
0
1
1) Install Java. Instruction: https://ubuntu.com/tutorials/install-jre#2-installing-openjdk-jre
2) Create a folder for the server and download the paper to a folder
3) Create on your computer a .txt file with content java -Xmx1024M -Xms1024M -jar name.jar nogui and transfer the file to your Ubuntu computer in server floder
4) Open terminal and enter these commands:
I'd change step 3 to include using Aikar's flags (a configuration optimized for minecraft servers). Here's a website to help: https://startmc.sh/