User Tools

Site Tools


player:tutorials:server:windows

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
player:tutorials:server:windows [2021/06/12 20:16] – Replaced "Install Java" section with link to subpage phoenix_ivplayer:tutorials:server:windows [2023/04/20 19:24] poopooracoocoo
Line 1: Line 1:
 ====== Installing a Fabric Server (Windows) ====== ====== Installing a Fabric Server (Windows) ======
  
-==== STEP 1: Create a MultiMC Minecraft/Fabric single player instance ====+==== STEP 1: Create a Fabric client instance ====
  
-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 [[https://fabricmc.net/wiki/install|Fabric for clients]], 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.
  
  
Line 15: Line 15:
 ==== STEP 3: Install Fabric in the Server Folder ==== ==== STEP 3: Install Fabric in the Server Folder ====
  
-Go to https://fabricmc.net/use/ and select the Server” option, then download the Windows exe installer or the Universal JAR installer.+Go to https://fabricmc.net/use/ and select the ''Minecraft Server'' option, then download the ''Windows exe installer'' or the ''Universal JAR installer''.
  
 Run the Fabric Installer jar/exe you downloaded. Select the ''Server'' tab. Select the ''Minecraft Version'' and  the ''Loader Version'' Run the Fabric Installer jar/exe you downloaded. Select the ''Server'' tab. Select the ''Minecraft Version'' and  the ''Loader Version''
Line 94: Line 94:
 Now type this: Now type this:
  
-''echo pause>>start.cmd [ENTER]'' (that's two ">", not ">>")+''echo pause%%>>%%start.cmd [ENTER]''
  
 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.
  
-Now you can add mods to the ''c:\mc-server\mods'' folder. The easiest way to do this is to copy the mods you have in the MultiMC instance you created to test the mods to include in the server.+Now you can add mods to the ''c:\mc-server\mods'' folder. The easiest way to do this is to copy the mods you have in the client instance you created to test the mods to include in the server.
  
-You may want to review the mod list in the MultiMC instance by opening the Mod Menu GUI. Any mod labeled as **CLIENT** you can exclude from the server mods folder.+You may want to review the mod list in the client instance by opening the [[https://modrinth.com/mod/modmenu|Mod Menu]] GUI. Any mod labelled as **CLIENT** you can exclude from the server mods folder.
  
 {{:wiki:install_server_15.jpg?direct&600|}} {{:wiki:install_server_15.jpg?direct&600|}}
  
-**If you are using Optifine in the multimc instance, do not copy the optifine and optifabric jar files in the server mods folder.**+**If you are using OptiFine in the client instance, do //not// copy the Optifine and OptiFabric jar files to the server mods folder as OptiFine is a client-side mod!**
  
-After copying the mod files to the server mods folder, you may also want to copy the MultiMC instance ''config'' folder files to the server ''config'' folder.+After copying the mod files to the server mods folder, you may also want to copy the client instance'''config'' folder files to the server ''config'' folder.
  
 Now restart the server by double clicking the ''start.bat'' file. Now restart the server by double clicking the ''start.bat'' file.
Line 129: Line 129:
  
 ==== Links ==== ==== Links ====
- +  * https://adoptium.net/temurin/releases/?version=17 
-  * https://fabricmc.net/wiki/tutorial:install_with_multimc +  * https://fabricmc.net/use/server
-  * https://fabricmc.net/use/ +  * https://www.minecraft.net/en-us/download/server 
-  * https://www.minecraft.net/en-us/download/server/ +  * https://help.minecraft.net/hc/en-us/articles/360058525452 
-  * https://adoptopenjdk.net/releases.html +  * https://minecraft.fandom.com/wiki/Tutorials/Setting_up_a_server
-  * https://minecraft.gamepedia.com/Tutorials/Setting_up_a_server+
  
player/tutorials/server/windows.txt · Last modified: 2023/09/24 18:54 by mattidragon