Universal Installation Guide
Follow these standardized steps to install any purchased Maitu script onto your FiveM server.
Download from Cfx.re Keymaster
After completing your purchase on Tebex, the asset is automatically bound to your Cfx.re account. Go to keymaster.fivem.net/asset-grants, locate your script and download the .zip file.
Extract to Your Resources Folder
Extract the archive into your server's resources/ folder (e.g. resources/[maitu]/).
Import Database SQL (If Included)
If the script folder contains an .sql file (e.g. schema.sql or install.sql), import it into your MySQL/MariaDB database (oxmysql).
Configure server.cfg
Open your server.cfg and add the ensure command below your framework and dependencies.
ensure [script_name]
Cfx.re Keymaster & Escrow
All Maitu Development scripts use the official FiveM Asset Escrow system.
• Transferring Assets: You can transfer an asset once to another Cfx.re account directly in Keymaster via the "Transfer to another account" option.
• Open Configuration Files: All config files (config.lua, locales, HTML/CSS assets) are 100% open and editable.
Framework Integration (QBCore & ESX)
Maitu scripts feature unified auto-detection for both major FiveM frameworks.
Native integration with qb-core exports, player data, job permissions, and QBCore notify events.
Full compatibility with es_extended (ESX Legacy 1.9+, v1final) with auto-registered callbacks and shared objects.
Configuration & Locales
All adjustable settings and translated strings reside inside config.lua.
Config = {}
-- Framework selector: 'auto', 'qbcore', or 'esx'
Config.Framework = 'auto'
-- Language setting: 'en', 'cs', 'de', 'fr'
Config.Locale = 'en'
-- Discord Webhook logging (paste your webhook URL)
Config.DiscordWebhook = ''
-- Notification type: 'default', 'ox_lib', 'qb', 'esx', 'custom'
Config.NotificationType = 'default'
Troubleshooting & FAQ
Solutions to the most common setup and startup problems.
sv_licenseKey in server.cfg matches the Cfx.re Keymaster account where the asset was purchased. If you just purchased the asset, restart your FiveM server to refresh active grants.
oxmysql) and framework (qb-core or es_extended) are started before the script in your server.cfg.
Need Assistance? Open a Support Ticket
Our support team is available on Discord to help you troubleshoot installation or integration issues.