Skip to content

Running server

Doudou8 edited this page Jul 29, 2020 · 43 revisions

Paper & Waterfall

  1. There should be a server.jar file in the server's folder in the servers folder
  2. Run that file with this command (Note that you need to have java installed):
java -Xmx1024M -Xms1024M -jar server.jar nogui
  1. This should generate a few files and you will see something like this in the console:
...
[##:##:## INFO]: You need to agree to the EULA in order to run the server. Go to eula.txt for more info.
[##:##:## INFO]: Stopping server
...
  1. You need to go to the eula.txt file and accept it:
eula=false

# to

eula=true

Forge

  1. Go in the servers folder (the one at the same level as the config folder) and look for the folder which name is the ID of your server
  2. You will see the following files:
    • forge-installer.jar : To install the Forge configuration files
    • mods/sponge-#.##.#-####-#.#.#-######.jar : To the Forge server with the server network
  3. Run the forge-installer.jar file with this command (Note that you need to have java installed):
java -Xmx1024M -Xms1024M -jar forge-installer.jar nogui

(Don't forget to tranfer the files generated by the .jar file(s) into the server's config, see FAQ | Why is my configuration being deleted/overrided by the config controller?)


🎉🥳🎉 You're now done! 🎉🥳🎉


< Previous Step