Server Installation¶
MSI doesn’t come in the typical copyright-violating “server pack”; you need to install it yourself. You’ll need a bit of command line knowledge to set things up, but it’s not that hard, I promise.
Download the appropriate mrpack-installer beta version for your platform. Every desktop PC is
amd64; make sure not to download thearm64version accidentally.Extract the
mrpack-installerbinary inside to the directory you will run your server from.Download the server-only pack from the Modrinth page. It can be found under the files on a specific version’s page. Copy the
mrpackfile to your server directory.In a command-line window, run the following:
# For windows, this might be something like "C:\Users\MyUser\Documents\Medium-Sized-Industrialisation".
# Obviously, change it to your actual server directory.
$ cd <path to your server directory>
# For windows. Replace the server-only file with the file name of the actual file you
# downloaded.
$ .\\mrpack-install <the server-only file>
# For linux.
$ chmod +x ./mrpack-install
$ ./mrpack-install <the server-only file>
This will output the downloaded mods, configs, and tweaker scripts into a subdirectory
mc.Open that directory (in your command line or graphical file explorer) and run the NeoForge installer to create a server jar. Select the MC directory in the installer, and ignore the warning about files already existing.
Run the
start.shorstart.batfiles to boot your server.