I just can't seem to create a atm 10 server

Hello! I'm having trouble getting my modded server to start, and it's my first time setting one up, so I'm really stumped. I've tried multiple versions of the modpack, but I keep running into the same errors. Here's a breakdown of what I've done: 1. Downloaded Server Files: I downloaded the server files directly from the CurseForge page for the modpack. 2. Extracted Files: I unzipped the downloaded server files to a dedicated folder on my local machine. 3. Installed NeoForge: I installed the correct NeoForge version (matching the modpack version) into the same folder where I extracted the server files. I made sure to run the NeoForge installer and select 'Install Server'. 4. Uploaded to EnviroMC: I uploaded all the files and folders from my local folder (including the mods, config, libraries, etc.) to my EnviroMC server using SFTP. 5. Started Server: I attempted to start the server through the EnviroMC control panel. 6. Accepted EULA: I accepted the Minecraft EULA as prompted. 7. Server Crashed: The server crashes immediately during startup. Here are my logs for reference: * Crash Log: https://mclo.gs/GEIgTF9 * Debug Log: https://mclo.gs/5bIwliE * Latest Log:https://mclo.gs/z6Z2JDK I've tried multiple server versions of the modpack and they all result in similar errors. I've spent a good portion of the day trying to troubleshoot this, and I'm hoping someone can point me in the right direction. Any help would be greatly appreciated! Thank you.
mclo.gs
Forge Server Log [#GEIgTF9]
767 lines | 5 errors
mclo.gs
NeoForge 1.21.1 Server Log [#5bIwliE]
15027 lines | 5 errors
mclo.gs
NeoForge 1.21.1 Server Log [#z6Z2JDK]
1043 lines | 5 errors
No description
5 Replies
Admincraft Meta
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 j3en#0
Snow Kit
Snow Kit3w ago
you should have a run.sh file. You'll need to copy the command in it into your startup args. It'll be something like java @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.20.1-47.3.0/unix_args.txt "$@" Just having java @libraries/net/minecraftforge/forge/1.20.1-47.3.0/unix_args.txt would be enough though. My example won't work for you though, as the path is dependant on the actual forge version installed if run.sh doesn't exist, then you'll need to run the forge installer by putting java -jar forge-1.20.1-47.3.0-installer.jar --installServer . into the startup command and running the server first. Again though, that command will be different depending on the forge version
Jeen
JeenOP3w ago
Thank you I will add that too! Thankfully I fix the main issue and that was fixed by downgrading kubejs to 187 !solved
Admincraft Meta
Closed post!
Your post has been marked as solved!
Requested by j3en#0
Snow Kit
Snow Kit3w ago
oh, neoforge 1.21 might be different anyways, I didn't see the actual logs

Did you find this page helpful?