Setting Up the Bot

This section will help you setup the bot. Ensure that you have completed the Setting Up RCON and Setting Up Webhooks Sections before continuing.

/gameserver add

Add a game server and link it to your Discord. This command is required to run all RCON commands and utilize other bot features.

ArgumentsDescription
server_nameThe name of the server you want to add. Start typing and it should show up in the list but if it doesn’t, type your server’s name and send the command. (The option to select the server will be available after). Ensure that the server is online; otherwise, it will not work.
rcon_ipThe IP address of the RCON server
rcon_portThe port of the RCON server
rcon_passwordThe password of the RCON server. Ensure your RCON password does not contain a # and is longer than 8 characters long. The password will always be encrypted before storing it in the database for privacy and security reasons.

/gameserver remove

Remove a game server from the database

Caution

This may remove all the functionalities and data you have set up.

ArgumentsDescription
server_nameThe name of the server you want to remove (start typing and it should show up in the list but if it doesn’t, type your server’s name and send the command).

/gameserver edit

Edit the game server details. You can edit the server name using this command. It can be used to update server data in the database if you migrate your server to a new host. It DOES NOT update the RCON information. If you want to update the RCON information, use the /gameserver RCON edit command.

ArgumentsDescription
current_serverThe name of the server you want to edit (start typing and it should show up in the list)
new_serverThe new name of the server
Guide Navigation