Posted March 18, 20223 yr I recently tried to setup a moded-minecraft-server on my private node (old laptop), i have followed a tutorial from Minecraft Fandom but apparently some files are missing after installing forge 1.18.1. according to the forge-installer Log everything went as expected, but i still had to manualy run ./run.sh to generate some missing foders, and still i am missing the <forge-version-1.18.1-39.1.0-version.universal.jar> to boot the server. My question is, did i do something wrong during installation or am i missing some vital information about setting up forge as a headless server? bash comands used to install forge: Spoiler // get the installer wget https://maven.minecraftforge.net/net/minecraftforge/forge/1.18.1-39.1.0/forge-1.18.1-39.1.0-installer.jar // run the installer java -Xmx6G -Xms2G -jar forge-x.xx.x-installer.jar --installServer //Run run.sh to generate >> config, defaultconfig, mods etc ./run.sh //install vanilla minecraft wget https://launcher.mojang.com/v1/objects/c8f83c5655308435b3dcf03c06d9fe8740a77469/server.jar // compile the server java -Xmx6G -Xms2G -jar server.jar nogui Copy of directory: Spoiler minecraftmod@ubuntuserver:~$ ls server banned-ips.json eula.txt logs run.bat usercache.json world banned-players.json forge-1.18.1-39.1.0-installer.jar minecraftMod run.sh user_jvm_args.txt config forge-1.18.1-39.1.0-installer.jar.log mods server.jar versions defaultconfigs libraries ops.json server.properties whitelist.json System info: Spoiler -- Ubuntu 20.04.4 LTS (GNU/Linux 5.4.0-104-generic x86_64) -- java version 17.0.2 -- mcrcon 0.7.2 (built: Mar 17 2022 16:40:33) - https://github.com/Tiiffi/mcrcon Log file (github) >> forge-1.18.1-39.1.0-installer.jar.log Edited March 18, 20223 yr by hrHVN
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.