> For the complete documentation index, see [llms.txt](https://viper-development-1.gitbook.io/viperdocs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://viper-development-1.gitbook.io/viperdocs/viper-scripts/safe-zone/installation.md).

# Installation

{% hint style="info" %}
Prefer video? Watch the full walkthrough below, or follow the written steps.
{% endhint %}

{% embed url="<https://youtu.be/asNUYlCzru8>" %}

***

{% stepper %}
{% step %}

### Import the database

Import `viper-safezones.sql` into your database.
{% endstep %}

{% step %}

### Check your start order

Make sure **oxmysql** and **PolyZone** start *before* this resource.
{% endstep %}

{% step %}

### Add to server.cfg

```
ensure viper-safezone
```

{% endstep %}

{% step %}

### Grant admin permissions

Allow admins to manage safe zones in-game:

```
add_ace group.admin safezone.admin allow
```

{% endstep %}
{% endstepper %}

{% hint style="success" %}
That's it — safe zones are ready to configure. Head to the **Config** page next.
{% endhint %}
