📲GKSPHONE Real App
On this page you will find installation notes for the gksphone remote access application for your mobile phones.
Installation
Connecting your database information
Log in to your database using HeidiSQL
Open
Tools>User Manager

Click Add
Enter user name, password and set
%in theFrom Hostfield. This is to provide SQL access with GKSPhone Real App.

In the
Allow access to:section, clickAdd object
Choose your server database then click
OK

Select
EXECUTE,SELECT,SHOW VIEWpermissions and click theSavebutton.

Open your phpMyAdmin Web Panel
Click on the
User accountssection

Click
Add user account

Enter user name, password and
Host Namesection should be set toAny Hostand its value should be%This is to provide SQL access with GKSPhone Real App

After creating the account, click
Edit privileges

Choose your server database then click
GO

Select
SELECT,SHOW VIEWpermissions and click theGobutton.

Connecting your SQL account information to the application
Go to APP GKSHOP site
Log in to your account. If you aren't registered,
register with the email address you purchased your Real App subscription from!
Go to
Services>Real App

Enter your create SQL account and server information in the table that appears on the screen.

Server ID
Your fivem server id
Host/Adress
Enter your server ip
Port
SQL Port, Default 3306
Database
Enter your database name
Username
Password
After filling in all fields, press the
TEST CONNECTIONbutton

After the test connection is successful, click the
SAVEbutton

Now your added server will appear here

Port Forwarding
The real app needs a MySQL port to access your information. If you receive the following error in the Test Connection step even though you entered all your information correctly, it means that your MySQL 3306 port is not open.

You can check whether this port is open by typing your machine IP address and port 3306 on this site.
After making sure your port is closed, you need to open the port. If you have no knowledge about opening a port, "please contact your hosting provider."
Core and Vehicle Table Configuration

Don't forget to select your server from the Servers section then to click "UPDATE" after making your settings.
Application Configuration

Don't forget to select your server from the Servers section then to click "UPDATE" after making your settings.
Configuration for Real App Functions
After doing all the above steps, you need to change the Config.RealApplication setting in gksphone/config/config.lua to true.
Last updated