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/07/22 22:19] – [STEP 4: Install Fabric in the Server Folder] calloattitutorial:installing_minecraft_fabric_server [2020/06/04 20:57] – [STEP 5: Starting the server] calloatti
Line 94: Line 94:
 ---- ----
 ==== 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 117: Line 119:
 ''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.
tutorial/installing_minecraft_fabric_server.txt · Last modified: 2021/06/12 19:52 by 127.0.0.1