Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Server Install/Windows: Difference between revisions

From Vault Hunters Official Wiki
mNo edit summary
mNo edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
# Install Java 17
<ol>
#* Download Java 17 from [https://learn.microsoft.com/en-us/java/openjdk/download#openjdk-17 Microsoft OpenJDK 17] * Recommended or [https://openjdk.org/projects/jdk/17/ OpenJDK 17]
    <li><strong>Install Java 17</strong>
#* Install Java 17 following the installer prompts
        <ul>
#* Verify installation by opening Command Prompt and running:
            <li>Download Java 17 from [https://learn.microsoft.com/en-us/java/openjdk/download#openjdk-17 Microsoft OpenJDK 17] * Recommended or [https://openjdk.org/projects/jdk/17/ OpenJDK 17]</li>
#* <pre>java -version</pre>
            <li>Install Java 17 following the installer prompts</li>
#* You should see output indicating Java 17, similar to this:
            <li>Verify installation by opening Command Prompt and running:
#* <pre>
                <pre>java -version</pre>
#* C:\Users\User> java -version
            </li>
#* openjdk version "17.0.12" 2024-07-16 LTS
            <li>You should see output indicating Java 17, similar to this:
#* OpenJDK Runtime Environment Microsoft-9889599 (build 17.0.12+7-LTS)
                <pre>C:\Users\User> java -version
#* OpenJDK 64-Bit Server VM Microsoft-9889599 (build 17.0.12+7-LTS, mixed mode, sharing)
openjdk version "17.0.12" 2024-07-16 LTS
#* PS C:\Users\User>
OpenJDK Runtime Environment Microsoft-9889599 (build 17.0.12+7-LTS)
#* </pre>
OpenJDK 64-Bit Server VM Microsoft-9889599 (build 17.0.12+7-LTS, mixed mode, sharing)
# Create Server Directory
PS C:\Users\User></pre>
#* Create a new folder for your server (e.g., <code>C:\VaultHunters-Server</code>)
            </li>
#* Navigate to this folder
        </ul>
# Download and Install Forge
    </li>
#* TBD
 
# Download Server Files
    <li><strong>Create Server Directory</strong>
#* Navigate to the [https://www.curseforge.com/minecraft/modpacks/vault-hunters-1-18-2 Vault Hunters CurseForge page]
        <ul>
#* Go to the "Files" tab
            <li>Create a new folder for your server (e.g., <code>C:\VaultHunters-Server</code>)</li>
#* Find version '''3.18.3'''
            <li>Navigate to this folder</li>
#* Click on the version to view details
        </ul>
#* In the "Additional Files" section, download the '''Server Pack'''
    </li>
#* Extract the server files to your server directory
 
# Create Start Script
    <li><strong>Download and Install Forge</strong>
#* Create a file named <code>start.bat</code> in your server directory with the following content:
        <ul>
#** <pre>
            <li>TBD</li>
#** TBD
        </ul>
#** </pre>
    </li>
# Initial Server Setup
 
#* Double-click <code>start.bat</code> to run the server for the first time
    <li><strong>Download Server Files</strong>
#* The server will create necessary files and then stop
        <ul>
#* Edit <code>eula.txt</code> and change <code>eula=false</code> to <code>eula=true</code>
            <li>Navigate to the [https://www.curseforge.com/minecraft/modpacks/vault-hunters-1-18-2 Vault Hunters CurseForge page]</li>
#* Optionally, edit <code>server.properties</code> to configure server settings:
            <li>Go to the "Files" tab</li>
#** <code>server-port=25565</code> (or your preferred port)
            <li>Find version <strong>3.18.3</strong></li>
#** <code>max-players=20</code> (or your preferred limit)
            <li>Click on the version to view details</li>
#** <code>difficulty=normal</code>
            <li>In the "Additional Files" section, download the <strong>Server Pack</strong></li>
# Start Your Server
            <li>Extract the server files to your server directory</li>
#* Double-click <code>start.bat</code> to start your server. First startup may take several minutes as Forge loads all mods.
        </ul>
    </li>
 
    <li><strong>Create Start Script</strong>
        <ul>
            <li>Create a file named <code>start.bat</code> in your server directory with the following content:
                <pre>TBD</pre>
            </li>
        </ul>
    </li>
 
    <li><strong>Initial Server Setup</strong>
        <ul>
            <li>Double-click <code>start.bat</code> to run the server for the first time</li>
            <li>The server will create necessary files and then stop</li>
            <li>Edit <code>eula.txt</code> and change <code>eula=false</code> to <code>eula=true</code></li>
            <li>Optionally, edit <code>server.properties</code> to configure server settings:
                <ul>
                    <li><code>server-port=25565</code> (or your preferred port)</li>
                    <li><code>max-players=20</code> (or your preferred limit)</li>
                    <li><code>difficulty=normal</code></li>
                </ul>
            </li>
        </ul>
    </li>
 
    <li><strong>Start Your Server</strong>
        <ul>
            <li>Double-click <code>start.bat</code> to start your server. First startup may take several minutes as Forge loads all mods.</li>
        </ul>
    </li>
</ol>

Latest revision as of 01:04, 22 July 2025

  1. Install Java 17
    • Download Java 17 from Microsoft OpenJDK 17 * Recommended or OpenJDK 17
    • Install Java 17 following the installer prompts
    • Verify installation by opening Command Prompt and running:
      java -version
    • You should see output indicating Java 17, similar to this:
      C:\Users\User> java -version
      openjdk version "17.0.12" 2024-07-16 LTS
      OpenJDK Runtime Environment Microsoft-9889599 (build 17.0.12+7-LTS)
      OpenJDK 64-Bit Server VM Microsoft-9889599 (build 17.0.12+7-LTS, mixed mode, sharing)
      PS C:\Users\User>
  2. Create Server Directory
    • Create a new folder for your server (e.g., C:\VaultHunters-Server)
    • Navigate to this folder
  3. Download and Install Forge
    • TBD
  4. Download Server Files
    • Navigate to the Vault Hunters CurseForge page
    • Go to the "Files" tab
    • Find version 3.18.3
    • Click on the version to view details
    • In the "Additional Files" section, download the Server Pack
    • Extract the server files to your server directory
  5. Create Start Script
    • Create a file named start.bat in your server directory with the following content:
      TBD
  6. Initial Server Setup
    • Double-click start.bat to run the server for the first time
    • The server will create necessary files and then stop
    • Edit eula.txt and change eula=false to eula=true
    • Optionally, edit server.properties to configure server settings:
      • server-port=25565 (or your preferred port)
      • max-players=20 (or your preferred limit)
      • difficulty=normal
  7. Start Your Server
    • Double-click start.bat to start your server. First startup may take several minutes as Forge loads all mods.