How to install Forge 1.18.2 on a dedicated Multicraft Machine.
A group of my friends and I want to play a specific modpack that is on Forge 1.18.2. I would like to install it on a dedicated server I have that is running Multicraft. Fabric, paper/spigot, and forge Pre-1.16 I can get to work. But anything newer I can't figure out.The dedicated server is using Linux and I am a Linux noob. Can anyone tell me the secrets.
8 Replies
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close
!close
!solved
!answered
Requested by cyroinferno#0
One solution would be installing the version of forge you want locally and uploading it to your server.
I have tried that but the server is unable to start with the .sh file
Does it give an error you can share here?
18.07 19:04:03 [Server] INFO Error: Invalid or corrupt jarfile /run.sh
Typically you wouldnt start a forge server on multicraft with a shell script, multicraft directly calls the jar with specific arguments the panel knows of
What I've done and has been the most reliable is make a
custom.jar.conf
in /home/minecraft/multicraft/jar (I made different ones for each Java version) and then you just make sure your Forge jar is named custom.jar
in the directory, after having installed the server on your local machine and just dragging all the files into the server
This is my java8-custom.jar.conf file with openjdk, depending on your distro the openjdk bins may be in other locations
I have one for java8, java16 and java17Modern forge doesn't use a jar file.
This is where my lack of knowledge comes in when it comes to Java and Linux. How do I do this?