> For the complete documentation index, see [llms.txt](https://rex-studio.gitbook.io/rex-studio-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rex-studio.gitbook.io/rex-studio-docs/cfx-and-other/common-errors.md).

# Common errors

## ❗️"You Lack the Required Entitlement"

If you've seen the following message in your **server console**:

```
You lack the required entitlement to use noxen_ox_inventory
```

Don't worry — this is a common issue when using **escrow-protected (FXAP)** scripts on a FiveM server.

***

### 🧠 What Does It Mean?

This error means that the **server you’re running the script on is not authorized** to use that asset.\
It usually happens when:

* The **script is not linked** to your server key
* The **wrong CFX account** owns the server or the script
* The **script was installed before being transferred properly**

***

### ✅ How to Fix It

Here’s a checklist to help you resolve it:

#### 1. Check Keymaster Ownership

Make sure the **CFX account** that owns the script also **owns the server key** you’re using.

> 🔗 [Go to Keymaster](https://keymaster.fivem.net)

***

#### 2. Check Asset Ownership

Visit the **Granted Assets** page and confirm the script is listed under your account:

> 🔗 <https://keymaster.fivem.net/asset-grants>

If the script isn’t there, you may have:

* Purchased it with the wrong account
* Forgotten to transfer it

➡️ See How to Transfer Assets

***

#### 3. Restart the Server

After confirming everything:

* Ensure the script is in your resources folder
* Make sure `ensure rsd_pain` is correctly placed in your `server.cfg`
* Restart your server

***

### 🔁 Still Not Working?

If you've verified everything and still see the message, try:

* Re-downloading the script from Keymaster
* Clearing your server cache
* Double-checking that the resource wasn’t renamed

***

### 🆘 Need Help?

Open a ticket on our Discord and provide:

* The name of the resource
* Your server license key
* A screenshot of the error

> 💬[https://discord.gg/kMdMhDKwrA&#x20;> ](<https://discord.gg/kMdMhDKwrA &#xD;&#xA;>)

***

{% hint style="warning" %}
Note: You **must use the original folder name** provided with the script (e.g. `noxen_ox_inventory`). Renaming escrow-protected resources can break entitlement verification.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://rex-studio.gitbook.io/rex-studio-docs/cfx-and-other/common-errors.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
