# Installation Guide

### 💻 Client-side

Learn how to install the modpack with your favorite launcher, and enjoy all features.\
For the easiest setup and to support the project, we recommend **Modrinth Launcher** or **CurseForge App**.

* <img src="https://cdn.modrinth.com/modrinth-new.png" alt="Modrinth App" data-size="line"> [**Modrinth Launcher**](https://support.modrinth.com/en/articles/8802250-modpacks-on-modrinth)
* <img src="https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/15a10966-3031-4c71-9c5d-0b2aa31b1af2/dfvg2h8-3bf1d4c4-8fef-4606-b6f4-d2fbf4de86f5.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7InBhdGgiOiJcL2ZcLzE1YTEwOTY2LTMwMzEtNGM3MS05YzVkLTBiMmFhMzFiMWFmMlwvZGZ2ZzJoOC0zYmYxZDRjNC04ZmVmLTQ2MDYtYjZmNC1kMmZiZjRkZTg2ZjUucG5nIn1dXSwiYXVkIjpbInVybjpzZXJ2aWNlOmZpbGUuZG93bmxvYWQiXX0.jBbOAg_f1LWPV1s7zEzU-lwy1KBCCjkG5SvfOXIXaus" alt="CurseForge App" data-size="line"> [**CurseForge App**](https://www.bisecthosting.com/clients/index.php?rp=/knowledgebase/160)
* <img src="https://cdn2.steamgriddb.com/icon_thumb/bb8bf48a4f86fb1a77d0d0953d87958e.png" alt="Prism Launcher" data-size="line"> [**Prism Launcher**](https://prismlauncher.org/wiki/getting-started/download-modpacks/)
* <img src="https://user-images.githubusercontent.com/66513643/112387891-a3063780-8cf2-11eb-8f36-63051dd9d253.png" alt="GDLauncher" data-size="line"> [**GDLauncher**](https://www.bisecthosting.com/clients/index.php?rp=/knowledgebase/142)

### 🌐 Server-side

Use the Packwiz guide below to get your server up and running in minutes.\
Prefer a visual walkthrough? [**This video**](https://www.youtube.com/watch?v=-NMW0VOgU9g) can help you get started.

1. Download the [**packwiz-installer-bootstrap.jar**](https://github.com/packwiz/packwiz-installer-bootstrap/releases)
2. Move it to server's root folder.
3. Add this command to your pre-launch command:

{% code overflow="wrap" fullWidth="false" %}

```bash
java -jar packwiz-installer-bootstrap.jar -g -s server https://raw.githubusercontent.com/seriousfreezing/the-solar-apocalypse/refs/heads/latest/index.toml
```

{% endcode %}

* Switch to the Long-Term Support version by replace `latest` with `lts`.

<details>

<summary><strong>Older Versions</strong></summary>

{% code overflow="wrap" fullWidth="false" %}

```bash
java -jar packwiz-installer-bootstrap.jar -g -s server https://raw.githubusercontent.com/seriousfreezing/the-solar-apocalypse/refs/heads/deprecated/1.21.3/index.toml
```

{% endcode %}

* These versions are no longer supported.\
  List of versions: `1.21.3/1.21.4/1.21.5/1.21.8/1.21.10/1.21.11`

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://seriousfreezing.gitbook.io/the-solar-apocalypse/installation-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
