#Server Setup

1 messages · Page 1 of 1 (latest)

balmy tiger
#

Attempting to set up a server for me and a couple of friends. I've also looked on YouTube but could only find videos for Server Packs that come with the server.bat and forge.jar file

dusky cradle
#

You have to start a normal forge server (same version as the pack I think) and then just drag over the files

zenith mango
#

Did you have success with launching your server?

#

I set up a forge server and then downloaded the Perfect world server pack. When I launch the server it doesn't launch the forge server

#

I tested just the server itself and that works

leaden ridge
#

Self Hosting Guide

Pre Requirements
Java 17 is required. For the sake of this instructions, Adoptium 17 was used. Java 17 LTS can be found at https://adoptium.net/en-GB/temurin/archive/?version=17

Install Steps

  1. Pick your local folder location, e.g c:\MCServer
  2. Download the server pack from https://www.curseforge.com/minecraft/modpacks/create-perfect-world/files/
  3. Extract the server pack into your c:\MCServer folder
  4. Download forge-1.20.1-47.2.0-installer from https://files.minecraftforge.net/net/minecraftforge/forge/index_1.20.1.html
  5. Run the installer, select Install Server, and point it to c:\MCServer
  6. Edit run.bat
  7. Replace Java @user_jvm_args.txt with your java binary path for Java 17. e.g "C:\Program Files\Eclipse Adoptium\jdk-17.0.9.9-hotspot\bin\java.exe" @user_jvm_args.txt

For example:
"C:\Program Files\Eclipse Adoptium\jdk-17.0.9.9-hotspot\bin\java.exe" @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.20.1-47.2.0/win_args.txt %*

  1. Save the file
  2. Open user_jvm_args.txt and update the java args you want to use. e.g -Xms4G -Xmx4G
  3. Save the file
  4. Run the Run.Bat file
  5. Wait for about 30s for it to run the cmd and it will tell you to exit.
  6. Open eula.txt and change eula=false to eula=true
  7. Edit your server.properties file and set
  8. Run the Run.Bat file again
  9. Wait for server to start up fully.
  10. In your server console, type /whitelist add username where username is your MC username.
  11. Try connect to it on Localhost:25565

Eclipse Adoptium provides prebuilt OpenJDK binaries ...

CurseForge

Create-focused lightweight modpack from MrBeardstone's YouTube Series
730.4K Downloads | Modpacks

balmy tiger
#

I have a server working thanks