Using RCON with GTA Five Reborn Print

  • 65


This article highlights how to use RCON
Note: We are not responsible for third party mods/applications if they break/do not work.
W
e are simply providing the links and are not the developer so our support is limited.
Kindly consult original developers for support.

 

Important Notes:

1) Your Server IP and Port are what you should connect to be followed by your RCON password you set in the main configuration file.

e.g. If your game server IP is 127.0.0.1 and your Port is 1234, you should connect to ip 127.0.0.1:1234.
Use your RCON password after.

2) RCON Application Clients

Some clients recommend using IceCon. There are Windows, Linux and Mac versions of this.
You can download it here: https://github.com/icedream/icecon/releases



Default Commands:

status
To get server information (Id of player, IP of player & Ping)

clientkick
Usage: clientkick [playerId] [reason]
Description: to kick a player from your server

tempbanclient
Usage: tempbanclient [playerId] [reason]
Description: to ban a player from your server
 
Already included:
 
map
Usage: map [mapname]
Description: to change map of the server

gametypes
Usage: gametypes [resourcename]
Description: to change gametypes of the server

say
Usage: say [your message]
Description: to send a message from outside

tell
Usage: tell [playerId] [your message]
Description: to send a message to a specific player

start
Usage: start [resourcename]
Description: starts the specified resource

restart
Usage: restart [resourcename]
Description: restarts the specified resource

stop
Usage: stop [resourcename]
Description: stops the specified resource

refresh
Usage: refresh
Description: refresh ressources
 
 

Was this answer helpful?

« Back