# Installation

First we want you to know that our script only supports the following versions of the two most used frameworks, in older versions it may be usable but we do not provide support since the development focuses on the following versions:

{% tabs %}
{% tab title="QBCore" %}
{% code title="server.cfg" overflow="wrap" %}

```
ensure oxmysql/icmysql
ensure qb-core
...(make sure to start the inventory before the script)

ensure pma-voice
ensure origen_radio
```

{% endcode %}
{% endtab %}

{% tab title="ESX" %}
{% code title="server.cfg" overflow="wrap" %}

```
ensure oxmysql/icmysql
ensure es_extended
...(make sure to start the inventory before the script)

ensure pma-voice
ensure origen_radio
```

{% endcode %}
{% endtab %}
{% endtabs %}

{% hint style="warning" %}
We recommend uploading our script files without using FileZilla, as the upload process may corrupt our scripts. As a recommendation, please use WinSCP or other reliable programs to upload the files.
{% endhint %}

#### Now you have to insert the SQL files into your database:

* [origen\_radio/sql.sql](https://docs.origennetwork.store/origen-radio/installation/sql)

## Important

Remember to follow the pma-voice installation steps here:

{% content-ref url="installation/pma-voice" %}
[pma-voice](https://docs.origennetwork.store/origen-radio/installation/pma-voice)
{% endcontent-ref %}
