User Tools

Site Tools


tutorial:installing_minecraft_fabric_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
Next revisionBoth sides next revision
tutorial:installing_minecraft_fabric_server [2019/06/26 02:36] – [STEP 5: Starting the server] calloattitutorial:installing_minecraft_fabric_server [2021/06/12 18:18] – Fixed Java 8 information still present phoenix_iv
Line 5: Line 5:
 Before setting up a Minecraft server with Fabric Mod loader, it may be a good idea to install Fabric in a MultiMc instance, download and test all the mods you want in the server in that instance, and once you have everything set up and working, only then set up the server. You can do that here: [[tutorial:install_with_multimc|Installing Fabric using the MultiMC launcher]] Before setting up a Minecraft server with Fabric Mod loader, it may be a good idea to install Fabric in a MultiMc instance, download and test all the mods you want in the server in that instance, and once you have everything set up and working, only then set up the server. You can do that here: [[tutorial:install_with_multimc|Installing Fabric using the MultiMC launcher]]
  
 +
 +----
 ==== STEP 2: Checking if Java is installed ==== ==== STEP 2: Checking if Java is installed ====
  
Line 19: Line 21:
 {{:wiki:install_server_08.jpg?direct|}} {{:wiki:install_server_08.jpg?direct|}}
  
 +''Java 16'' is required for ''Minecraft 1.17''.
 You may skip **STEP 3** if you don't want to update or replace the Java version installed. You may skip **STEP 3** if you don't want to update or replace the Java version installed.
  
Line 26: Line 29:
  
  
-==== STEP 3: Optional: Installing JAVA ==== 
  
-If in STEP 2 you determined that you don't have Java installed, you will need to install it. +---- 
 +==== STEP 3 (Optional): Installing JAVA ====
  
-If you already have at least ''Java 8'' installed you can skip this step.+====== >>>>>> UPDATE 2021-06-09: JAVA 16 is required for MINECRAFT 1.17 <<<<<< ======
  
-To download the Java installer, go [[https://adoptopenjdk.net/releases.html|here]] 
  
-{{:wiki:install_server_10.jpg?direct&600|}}+If in STEP 2 you determined that you don't have Java installed, you will need to install it.  
 + 
 +If you already have at least ''Java 16'' installed you can skip this step.
  
-Pick Version 8 of the JREand the HotSpot JVMdownload the installer for your operating system and install JAVA.+To download Javago [[https://adoptopenjdk.net/index.html?variant=openjdk16&jvmVariant=hotspot|here]]. You can either choose the default suggestion for Java 16 or choose to install a smaller variant by choosing [[https://adoptopenjdk.net/releases.html?variant=openjdk16&jvmVariant=hotspot|"Other platforms"]]picking your operating system and downloading the "''JRE''" version (.msi).
  
-{{:wiki:install_server_10a.jpg?direct&600|}} 
  
  
 +----
 ==== STEP 4: Install Fabric in the Server Folder ==== ==== STEP 4: Install Fabric in the Server Folder ====
  
Line 67: Line 71:
 In the Command Window you opened in **STEP 2** type: In the Command Window you opened in **STEP 2** type:
  
-''cd c:\mc-server [ENTER]''+''%%cd "c:\mc-server[ENTER]%%'' 
 + 
 + 
 +---- 
 +//Note: If the server path is in another drive, first switch to that drive, for example if the server path is in the D: drive, enter this at the command prompt:// 
 + 
 +''d:  [ENTER]'' 
 +---- 
  
 The command prompt should change to: The command prompt should change to:
Line 77: Line 89:
 ''echo eula=true>eula.txt [ENTER]'' ''echo eula=true>eula.txt [ENTER]''
  
 +
 +----
 ==== STEP 5: Starting the server ==== ==== STEP 5: Starting the server ====
 +
 +**NOTE:** The installer now has a button to generate the batch files for you, so the following instructions may be outdated.
  
 **NOTE:** If you are upgrading Fabric in this server, delete the ''.fabric'' folder inside the server folder if it exists. If you are also upgrading the Minecraft version, remember to download the correct ''server.jar'' as explained before. **NOTE:** If you are upgrading Fabric in this server, delete the ''.fabric'' folder inside the server folder if it exists. If you are also upgrading the Minecraft version, remember to download the correct ''server.jar'' as explained before.
Line 101: Line 117:
 ''echo java -jar fabric-server-launch.jar nogui>start.bat [ENTER]'' ''echo java -jar fabric-server-launch.jar nogui>start.bat [ENTER]''
  
-''echo pause>>start.cmd [ENTER]''+If you want to specify how much RAM to allocate to the server, type this instead of line above: 
 + 
 + 
 +''echo java -Xms1024m -Xmx2048m -jar fabric-server-launch.jar nogui>start.bat [ENTER]'' 
 + 
 +Use the values you want for Xms and Xmx 
 + 
 +Now type this: 
 + 
 +''echo pause>>start.cmd [ENTER]'' (that's two ">", not ">>")
  
 This will create a ''c:\mc-server\start.bat'' file that you can use to start the server by double clicking it. This will create a ''c:\mc-server\start.bat'' file that you can use to start the server by double clicking it.
Line 117: Line 142:
 Now restart the server by double clicking the ''start.bat'' file. Now restart the server by double clicking the ''start.bat'' file.
  
 +
 +----
 ==== NOTES ==== ==== NOTES ====
  
tutorial/installing_minecraft_fabric_server.txt · Last modified: 2021/06/12 19:52 by 127.0.0.1