Translations:Server installation/11/en
From Pixelmon Wiki
Starting on macOS/Linux
- Open the Terminal or its equivalent and navigate to the folder you installed Forge to.
- In the Terminal, enter the following command but do not run it yet:
java -Xmx3G -Xms3G -jar forge-[VERSION]-universal.jar nogui
- Replace
[VERSION]
with the version of Forge you installed. Example:java -Xmx3G -Xms3G -jar forge-1.12.2-14.23.3.2655-universal.jar nogui
- Copy the command somewhere safe for later use.
- Run the command to start the server.