# Installation

#### 1. Download StreamLink

Download the latest version from one of these sources:

* [**CurseForge**](https://www.curseforge.com/hytale/mods/streamlink)
* [**ModTale**](https://modtale.net/mod/streamlink-3698e5dc-636a-4565-a42b-fb0dc57d3714)

{% hint style="info" %}
**Current Version:** 1.2.0\
**File Name:** `streamlink-1.2.0.jar`
{% endhint %}

#### 2. Install the Mod

1. Locate your Hytale server directory
2. Navigate to the `mods/` folder
3. Place `streamlink-1.2.0.jar` into the `mods/` folder

```bash
your-server/
├── mods/
│   └── streamlink-1.2.0.jar  ← Place here
├── logs/
└── universe/
```

#### 3. Verify Installation

Join your server and run:

```
/streamlink ui
```

If the dashboard UI opens, StreamLink is successfully installed! 🎉

### Next Steps

Now that StreamLink is installed, you'll need to configure your streaming platform:

* [**Twitch Setup →**](/streamlink/guides/twitch-setup-guide.md)
* [**YouTube Setup →**](/streamlink/guides/youtube-setup-guide.md)


---

# 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://kentatetsu.gitbook.io/streamlink/guides/installation.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.
