Quasar Store Logo

Installation

Installation guide — please follow each step carefully and exactly as described to ensure the script works correctly on your server. Skipping or modifying steps may cause the system to not function properly, so follow it step by step.

Download Script

To download the assets needed for this script, you must access the official Cfx.re portal, where all assets purchased through Tebex are managed.

1

Access the Granted Assets Page

Open the Cfx.re granted assets page: https://portal.cfx.re/assets/granted-assets.

This page contains all assets linked to your Cfx.re purchases.

2

Log In with Your Cfx.re Account

Sign in using the same Cfx.re account you used when purchasing the asset.

If you use a different account, the assets will not appear.

3

Download the Housing Assets

In the granted assets list, locate and download:

Smartphone PRO

These two packages are required to install the full housing system.

These files include the models, materials, and visual resources required for the proper operation of the housing system.





Download Dependencies

This script requires some mandatory dependencies to function correctly. Make sure to download and extract them inside your server’s main directory, keeping their original folder structure intact.





Remove Other Scripts

This script may cause conflicts or errors if you use other phone systems on your server. Common examples include qb-phone, esx_phone or other similar phone scripts.It’s strongly recommended to remove them completely before installation to prevent compatibility or functionality issues.





Database Setup

Avoid using tools like XAMPP or other non-optimized local servers, as they may cause connection errors.

This script includes an essential database required for its operation.You must import it before starting your server, preferably using HeidiSQL or any other manager compatible with MariaDB/MySQL.

ESX

QB

STANDALONE

If you are a QB user, you will also need to edit the playertables of your qb-core, removing the tables from the old qb-phone, if you use the default tables in your qb-core/server/player.lua, you can simply copy and paste this to edit your playertable.

local playertables = { -- Add tables as needed { table = 'players' }, { table = 'apartments' }, { table = 'bank_accounts' }, { table = 'crypto_transactions' }, { table = 'playerskins' }, { table = 'player_houses' }, { table = 'player_outfits' }, { table = 'player_vehicles' } }





Photo System Setup

Do not use Discord webhooks. Use Fivemanage only, it’s the correct and safe way to store photos from the phone.

This step is very important, if you skip it, you won’t be able to take photos in the phone. Please follow everything carefully.

1

Update CFX-Natives

Go to: https://github.com/citizenfx/cfx-server-data/tree/master/resources

Download the latest CFX-Natives files and replace the old ones on your server with the new versions. These files are required for FiveM to run properly.

2

Clear Server Cache

Open your main server folder (where server.cfg is located) and delete the cache folder.

This ensures your server loads the updated files correctly.

3

Setup FiveManage Token

Create an account at https://fivemanage.com and generate a token.

Then open server/custom/webhooks/webhooks.lua and paste your token in Config.FiveManageToken.

Follow this step-by-step video guide to learn how to create your FiveManage account, generate your API token, and connect it properly with your server configuration so the phone photo and media system works correctly.