Quasar Store Logo

Commands & Keybinds

Manage phone interactions, testing tools, administrator utilities, keybinds and debugging commands directly from your FiveM server environment.

This section contains all available player, administrator and debug commands included with qs-smartphone. Some commands are automatically linked to FiveM keybinds using RegisterKeyMapping, allowing players to rebind them directly from:

FiveM Settings → Keybinds





Player Commands

These commands are always available for players.

CommandDefault KeyDescription
/phone:toggleConfigurable (Config.Phone.openKey)Opens or closes the smartphone
+aura_ptt / -aura_pttB or Config.Aura.pushToTalkKeyAura push-to-talk while the phone is open
phone_peek_call_acceptQAccept incoming calls while using peek mode
phone_peek_call_rejectEReject incoming calls while using peek mode





Phone Toggle Command

Opens or closes the smartphone UI.

/phone:toggle

This command is only registered if:

Config.Phone.openByKeyPress = true

The default key can be changed from:

Config.Phone.openKey





Aura Push-To-Talk

Used for Aura voice assistant push-to-talk mode.

+aura_ptt -aura_ptt

Default key:

B

or:

Config.Aura.pushToTalkKey

This feature only works while the phone is open and Aura is enabled.





Peek Call Controls

Allows players to answer or reject calls while using peek mode.

Accept call:

phone_peek_call_accept

Reject call:

phone_peek_call_reject

Default keys:

ActionKey
Accept CallQ
Reject CallE





Toggle Verified Badge

These commands require administrator permissions.

Adds or removes the verified badge from supported social media apps.

/toggleverified <pictagram|tweedle|beatzy> <username> [on|off|1|0|true|false]

Example:

/toggleverified pictagram quasarstore true

Supported apps:

pictagram tweedle beatzy





Test Incoming Call

These command only work if debug mode is enabled Config.Debug = true.

Simulates an incoming phone call from:

Quasar Store (555-0100)

Command:

/phonecall

Useful for testing ringtone systems, UI and call flows.





Test Notification

These command only work if debug mode is enabled Config.Debug = true.

Sends a test push notification to a player.

/phonenotify <targetId|phoneNumber> [appId] [message]

Example:

/phonenotify 1 messages Hello World





Generate Fake Phone Data

These command only work if debug mode is enabled Config.Debug = true.

Fills the smartphone with fake generated data.

/phoneseed [profile]

Default profile:

medium

Useful for screenshots, testing and development environments.





Generate Fake App Data

These command only work if debug mode is enabled Config.Debug = true.

Generates fake data for a specific application.

/phoneseedapp <app> <amount> [extra] [extra2]

Supported apps may include:

gallery notes chitchat

and more depending on installed applications.





Seed Status

These command only work if debug mode is enabled Config.Debug = true.

Shows the result of the latest generated seed operation.

/phoneseedstatus

Useful for debugging large data generation operations.