User Tools

Site Tools


player:tutorials:install_server

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
player:tutorials:install_server [2021/09/19 20:20] – Fixed wget parameter (lowercase o to uppercase O) mschae23player:tutorials:install_server [2021/12/21 19:17] – external edit 127.0.0.1
Line 5: Line 5:
 ===== Requirements ===== ===== Requirements =====
  
-You will require a version of Java of minimum version 8+For Minecraft 1.16.X or older, the required version of Java is 8+ 
 +For Minecraft 1.17.X, the required version of Java is 16+ 
 +For Minecraft 1.18.X or newer, the required version of Java is 17+
  
 You will also need a way to download files to the server. This can be done using a file transfer, [[https://curl.se/|curl]] or [[https://www.gnu.org/software/wget/|wget]] You will also need a way to download files to the server. This can be done using a file transfer, [[https://curl.se/|curl]] or [[https://www.gnu.org/software/wget/|wget]]
Line 37: Line 39:
 <code bash> <code bash>
 # Download dependencies # Download dependencies
-sudo apt install openjdk-8-jre-headless curl+sudo apt install openjdk-17-jre-headless curl
  
 # Create the server folder and enter it # Create the server folder and enter it
Line 47: Line 49:
  
 # Run the installer # Run the installer
-java -jar installer.jar server -mcversion 1.16.-downloadMinecraft+java -jar installer.jar server -mcversion 1.18.-downloadMinecraft
  
 # Delete installer file # Delete installer file
player/tutorials/install_server.txt · Last modified: 2023/02/03 20:14 by modmuss50