This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
GalacticFactory-Legacy/docs/installing-the-modpack/servers/index.md

20 lines
848 B
Markdown
Raw Normal View History

2024-02-05 19:26:12 -05:00
# Installing the Modpack on Servers
First, you need to download the `unsup_setup` script compatible with your system.
If you're on Windows, use [this link](https://www.coastalcommits.com/GalacticFactory/GalacticFactory/releases/download/Pre-Release/unsup_setup.ps1).
If you're on Linux or MacOS, use [this link](https://www.coastalcommits.com/GalacticFactory/GalacticFactory/releases/download/Pre-Release/unsup_setup.sh).
2024-02-05 19:26:12 -05:00
Then, move the `unsup_setup` script to your server's root folder (the folder that has your server .jar) and run it, then add the following to your `unix_args.txt` file.
```bash
-javaagent:unsup.jar
```
You'll also want to add the following line to your `unsup.ini` file, under `preset=minecraft`.
```bash
no_gui=true
```
After this, I recommend following the [post-install guide](post-install-tips-and-tricks.md).