> For the complete documentation index, see [llms.txt](https://s1h.gitbook.io/info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://s1h.gitbook.io/info/resources/s1h_uipack/installation.md).

# Installation

{% stepper %}
{% step %}

### Download and Prepare Files

Download the Script From FiveM Portal

* Visit the [Fivem Portal](https://portal.cfx.re/login) site.
* Log in with account credentials.
* Locate the Hotwire script in your Granted Assets section.
* Download the script files from Portal.
  {% endstep %}

{% step %}

### Install and Configure **S1H\_UIPACK**&#xD;

* Download the latest version of s1h\_bridge from the [Fivem Portal](https://portal.cfx.re/login)
* Extract the **`s1h_bridge`** files to your **`resources`** folder.
* Extract the **`s1h_uipack`** files to your **`resources`** folder.
  {% endstep %}

{% step %}

### Add Script to Server Configuration

Edit **`server.cfg`**

* Open the **`server.cfg`** file located in the root directory of your FiveM server.
* Add the following lines to ensure the required resources start with your server.
  {% endstep %}
  {% endstepper %}

{% code title="server.cfg" lineNumbers="true" %}

```
ensure s1h_bridge
ensure s1h_uipack
```

{% endcode %}
