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 19:51] – Changed page name to match other tutorials phoenix_ivplayer:tutorials:server:windows [2021/09/14 10:28] – Fix double arrows fireblast
Line 1: Line 1:
-====== Installing a Fabric Server (Win) ======+====== Installing a Fabric Server (Windows) ======
  
 ==== STEP 1: Create a MultiMC Minecraft/Fabric single player instance ==== ==== STEP 1: Create a MultiMC Minecraft/Fabric single player instance ====
Line 7: Line 7:
  
 ---- ----
-==== STEP 2: Checking if Java is installed ==== +==== STEP 2: Install Java ====
- +
-A Minecraft server requires the Java Runtime Environment. To check if java is installed in your computer, open the ''Run'' dialog by using the ''Windows+R'' hotkey. Enter ''cmd'' in the textbox and click ''OK'' This will open a command window. +
- +
-{{:wiki:install_server_06.jpg?direct|}} +
- +
-In the command window type ''java -version'' and press ''Enter'' +
- +
-{{:wiki:install_server_07.jpg?direct|}} +
- +
-If a Java version number is reported similar to this: +
- +
-{{: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. +
- +
-If Java is not installed, the result will be something like this: +
- +
-{{:wiki:install_server_09.jpg?direct|}} +
- +
- +
- +
----- +
-==== STEP 3 (Optional): Installing JAVA ==== +
- +
-====== >>>>>> UPDATE 2021-06-09: JAVA 16 is required for MINECRAFT 1.17 <<<<<< ====== +
- +
- +
-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. +
- +
-To download Java, go [[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).+
  
 +Follow the [[player:tutorials:java:windows|Java tutorial]]
  
  
 ---- ----
-==== STEP 4: 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 “Server” option, then download the Windows exe installer or the Universal JAR installer.
Line 91: Line 59:
  
 ---- ----
-==== STEP 5: Starting the server ====+==== STEP 4: 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:** The installer now has a button to generate the batch files for you, so the following instructions may be outdated.
Line 126: 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.
player/tutorials/server/windows.txt · Last modified: 2023/09/24 18:54 by mattidragon