How to install Forge on 1.12+ (And maybe earlier)

Post Reply
User avatar
Vanderburg
Former staff
Former staff
Posts: 1253
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sat Nov 13, 2010 7:27 am
Location: Dallas, TX

How to install Forge on 1.12+ (And maybe earlier)

Post by Vanderburg »

Here are the steps required to install a Forge server on our standard managed hosting, tested using Minecraft 1.12.2.
  1. Download the Forge server installer (For your particular operating system) from the developer's website: https://files.minecraftforge.net/
  2. Create a new folder on your desktop
  3. Open the installer you downloaded
    • Windows Defender may provide a warning on Windows 10. You can click "More Info" to allow it to be run anyway
  4. Install the server to the created folder
    1. Select the radio button for "Install server"
    2. Click the "..." near the bottom right, then navigate to the folder you created and click "Open" to confirm
    3. Press "OK" at the bottom of the installer
    • Forge will now download the server jar, a populated "mods" and "libraries" folder and may take a few minutes
  5. Stop your game server from the Server Control tab of your game server control panel
  6. Open your game server's FTP in your FTP client.
    • The details for FTP can be found on the File manager tab of your game server control panel
    • If you are unfamiliar with FTP, please refer to our guide here: viewtopic.php?f=24&t=8044
  7. Highlight every entry in the game server, except for exec_myserver.jar (Your actual file name will contain your identifier instead of "myserver") and delete those selected files/folders.
  8. Upload everything in the desktop folder where you previously installed the Forge server to your game server (This can take a while, it's about 60MB of stuff!)
  9. From the Server Control tab of your game server control panel, use the dropdown in the to change the jar file to the Forge jar we uploaded. It's name will start with "forge-1.12" and end with "-universal.jar"
  10. Start the game server
  11. Allow a few minutes for the game server to start.
  12. If the game server starts, you're done! You can now start playing, or uploading mods. If it does not start properly, stop the server from the Server Control tab and continue below
  13. In your FTP client, download the eula.txt file and the server.properties file
  14. Open eula.txt in a text editor and make sure it contains "eula=true". If it doesn't, make that change, save the file and upload it to the game server, overwriting the existing one.
  15. Open server.properties in a text editor and make sure it has the line "server-ip=MYIPADDRESS" where MYIPADDRESS is the "Plain IP" listed on the Description tab of your game server control panel. If it doesn't, make that change or add the line (If it doesn't exist), save the file and upload it to the game server, overwriting the existing one.
  16. Start the server
That's it!
Post Reply