> For the complete documentation index, see [llms.txt](https://rowdevelopment.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rowdevelopment.gitbook.io/docs/script-guides/row-scenes/install.md).

# Install

* First, go to <https://keymaster.fivem.net/> and download the purchased files.
* Extract the row-scsnes and row-textUI files in the rar file, install and start on your own server&#x20;
* You can change the language of the file in row-scenes/fxmanifest.lua.&#x20;
* If you are using qbox, please uncomment the fxmanifest playerdata module&#x20;
* And finally edit the server.cfg initialization section like this.&#x20;

```
ensure row-scenes 
ensure row-textUI 
```

* This script will not work without oxmysql.
* [Download oxmysql  ,](https://github.com/overextended/oxmysql/releases/download/v2.13.0/oxmysql.zip) add it to your resources, and in your server.cfg include:

```
 ensure oxmysql
```
