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.
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.
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.
Download the Housing Assets
In the granted assets list, locate and download:
Smartphone v3These 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.
Optional:
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.
Server.cfg Placement
Always start your framework first (es_extended, qb-core or qbx_core). The inventory must be started directly below the framework, while the smartphone should be started below the inventory. Any scripts depending on them should be placed afterwards.
Never place the inventory or smartphone above your framework.
Database Setup
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.
FiveManage API Setup
QUASAR10 and save on your next purchase.To use the camera, voice recorder and video recorder features, you must connect the smartphone with FiveManage:
Create your account, generate an API token from the dashboard and place it inside:
Replace the token value with your own API key:
After saving the changes, restart the smartphone resource or your server.
WebRTC / TURN Server Setup
Metered or Cloudflare. Do not use both at the same time.
Select the option that best fits your server infrastructure and connectivity needs.To improve compatibility and stability for video calls, live streaming and InstaPic Live, it is recommended to configure a TURN server inside the smartphone. All settings are configured inside:
Metered TURN Setup
You can also use Metered as your TURN provider.
Create Your Metered Account
Create your account and generate TURN credentials from the Metered dashboard.
Press Show ICE Servers Array copy the generated ICE server configuration.
Configure Your Smartphone
Open qs-smartphone/config/main.lua and replace the Config.PhoneWebRTC section with your credentials:
Restart the smartphone resource or your server after applying the configuration.
Cloudflare TURN Setup
Quasar Smartphone supports Cloudflare TURN services for WebRTC connections.
Create A Cloudflare Account
Create an account on Cloudflare.
Navigate to Realtime → TURN Server and create a new TURN server and save your credentials.
Configure Your Smartphone
Open: qs-smartphone/config/main.lua.
Example configuration:
Restart the smartphone resource or your server after saving changes.


