app-store-iosReal App

GKS Phone Real App

Keep your players connected to the city even when they’re away from the PC. Follow the timeline, reply to messages, scroll the feed and join live moments β€” all from a real iOS & Android app.

triangle-exclamation

App Storearrow-up-right

Play Storearrow-up-right

This document explains how to register and manage servers via the Discord bot.

Prerequisites

  • To use these commands, you must have the designated GKSPHONE role on the Discord serverarrow-up-right.

  • The server you want to register must have gksphone (or relevant phone script) integration enabled. Ensure that Config.RealApplication = true is set in the gksphone/config/config.lua file.

Commands

You can perform the following actions in the commands channelarrow-up-right under the General category using the commands below.

1. Register Server (/addserver)

Used to register a new FiveM server into the system.

  • Usage: /addserver serverid:<CFX_JOIN_ID>

  • Example: /addserver serverid:a8q9z5

  • Process:

    1. The bot validates server information using the provided Server ID.

    2. If the server is active and accessible, a menu appears asking which applications (Apps) you want to use.

    3. Once apps are selected, the server registration is complete.

2. List My Servers (/listservers)

Displays a list of all servers registered by you, along with their active applications.

  • Usage: /listservers

  • Process:

    • The bot lists the names, IDs, and selected applications of your registered servers.

3. Edit Server (/editserver)

Used to modify the application (App) settings of a previously registered server. Only the user who originally registered the server can use this command.

  • Usage: /editserver serverid:<CFX_JOIN_ID>

  • Example: /editserver serverid:a8q9z5

  • Process:

    1. The bot checks if you are the owner of the server.

    2. It re-opens the application selection menu.

    3. You can update the server configuration by making new selections.

4. Remove Server (/removeserver)

Used to permanently remove a registered server from the system.

  • Usage: /removeserver serverid:<CFX_JOIN_ID>

  • Example: /removeserver serverid:a8q9z5

  • Process:

    • The server record is permanently deleted from the database.

How to Find Server ID?

You can find your CFX Join ID in the URL structure of your server's join link.

  1. Locate your server on the FiveM server list or Keymaster.

  2. Look at the URL (e.g., https://cfx.re/join/a8q9z5).

  3. The last part of the URL (e.g., a8q9z5) is your Server ID.

FAQ / Error Messages

  • "Server is not responding to gksphone...": Either gksphone is not running on your server, or it is not accessible externally. Check your gksphone/config/config.lua settings.

  • "You do not have permission...": You do not have the required Discord role to use this command.

  • "Server not found or you are not the owner": No server record was found with the specified ID, or it was registered by another user.

Last updated