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:09] – added double quotes to cd command in case user has spaces in path calloattitutorial:installing_minecraft_fabric_server [2019/08/10 16:33] – [STEP 5: Starting the server] calloatti
Line 74: Line 74:
  
 ''%%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 109: 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.
tutorial/installing_minecraft_fabric_server.txt · Last modified: 2021/06/12 19:52 by 127.0.0.1