You lack the required entitlement

Error message example: You lack the required entitlement to use script_name

Reason

All scripts which are using the FiveM escrow system, are linked to your FiveM account (the account you used on Tebex).

In order to work, the script(s) require to run on a server that is using a server key created by the same FiveM account you used on Tebex.

What is a server key?

  • The server key is the key that can be generated in FiveM Keymaster

  • The server key it's not a script key

  • A FiveM server can use only 1 server key

Example of a server key in server.cfg

sv_licenseKey "27ztq5g2pcedsf14xywujkuzh5m7j4a"

How to verify my server key?

To verify what server key your server is currently using, you have to use the following command in your FiveM server console: sv_licenseKey

How to verify if I am using the correct server key?

To verify if you are using the correct server key, follow these steps:

  • Use the command sv_licenseKey in your FiveM server console

  • Take note of the server key you are currently using

  • Verify if in the account in which you are logged in FiveM keymaster owns the script(s) you are trying to use. If the script is not there, it means you used a different account on Tebex, or you have transferred the script to another account

  • If the account you are using in FiveM Keymaster owns the script(s), you have to verify if the server key your server is using, it's generated by the same account

My server key is generated by someone else that's not me, what can I do?

You have 2 options:

  • Generate a key from your account and use it

  • Transfer the script ownership to the other account

How to transfer the script to another account?

To transfer the script to another account, you can head to:

FiveM Keymaster -> Purchased assets tab -> Transfer to another account red button

Note: cfx.re decided that the scripts can be transferred only 1 time, so you won't be able to transfer the script again

ZAP-Hosting server key

If you are using a Zap-Hosting server, you do not have to enter your server key in server.cfg, but directly on their website

Here is the official guide of ZAP hosting

Last updated