# Installation

{% hint style="info" %}
If you need any support while installing make sure to make a ticket in Outlaw Discord!
{% endhint %}

### After Purchase

1. Join Outlaw Discord Server
2. Claim your discord roles with the /claim command in #bot-commands and your transaction id Example: <https://imgur.com/a/qWucHWF>
3. Make sure the account that is used to buy the package is also the same account with the server key of your server!
4. Then go to this website: <https://keymaster.fivem.net/asset-grants>
5. You will need to download the one called Outlaw Admin Menu
6. Unzip the main folder and then follow instructions below

{% hint style="warning" %}
If you do not configure the `Config.lua` you will most likely have issues so please configure it
{% endhint %}

### Standalone Install Instructions&#x20;

1. Unzip the folder called `OD_AdminMenu`
2. Then put the folder with all the files in it into your server's resource files
3. Then you will need to go to your **server.cfg** file and add `ensure OD_AdminMenu` to it and save it.
4. Look through and configure your **Config.lua & S\_Config.lua** files as they may have issues if you do not configure them
5. Go into **admins.lua and admingroups.lua** and configure your admins for the menu
6. Make sure you have menuv: <https://github.com/ThymonA/menuv>
7. Then **restart/start** your server and enjoy a lovely admin menu!

### ESX Install Instructions&#x20;

1. Unzip the folder called `OD_AdminMenu`
2. Then put the folder with all the files in it into your server's resource files
3. Then you will need to go to your **server.cfg** file and add `ensure OD_AdminMenu` to it and save it.
4. Look through and configure your **Config.lua & S\_Config.lua** files as they may have issues if you do not configure them. Make sure to set your **OAM.Framework** to **esx**!
5. Go into **admins.lua and admingroups.lua** and configure your admins for the menu
6. Make sure you have menuv: <https://github.com/ThymonA/menuv>
7. Then go into your fxmanifest and make sure uncomment out the mysql if using mysql or oxmysql if using oxmysql
8. Then **restart/start** your server and enjoy a lovely aim admin menu!

### QBCore Install Instructions&#x20;

1. Unzip the folder called `OD_AdminMenu`
2. Then put the folder with all the files in it into your server's resource files
3. Then you will need to go to your **server.cfg** file and add `ensure OD_AdminMenu` to it and save it.
4. Look through and configure your **Config.lua & S\_Config.lua** files as they may have issues if you do not configure them. Make sure to set your **OAM.Framework** to **qbcore**!
5. Go into **admins.lua and admingroups.lua** and configure your admins for the menu
6. Make sure you have menuv: <https://github.com/ThymonA/menuv>
7. Then go into your fxmanifest and make sure uncomment out the mysql if using mysql or oxmysql if using oxmysql
8. Then **restart/start** your server and enjoy a lovely admin menu!


---

# Agent Instructions: 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:

```
GET https://outlaw-development.gitbook.io/outlaw-product-documentation/product-information/admin-menu/installation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
