You can send commands to your game console using RCON. This allows your website to communicate directly with your game server to execute commands, deliver items, and manage players automatically.Documentation Index
Fetch the complete documentation index at: https://docs.leaderos.net/llms.txt
Use this file to discover all available pages before exploring further.
Minecraft
FiveM
Rust
Configure your server startup script (e.g., start.bat or start.sh).
Add the following parameters to your startup command line:
start.bat
ARK: Survival Evolved
Configure your GameUserSettings.ini file.
Navigate to
ShooterGame/Saved/Config/WindowsServer/GameUserSettings.ini (or LinuxServer if you are on Linux) and add/edit these lines under the [ServerSettings] section:GameUserSettings.ini
CS:GO / CS2
Configure your server.cfg file.
Add or edit the following line in your
csgo/cfg/server.cfg (or game/csgo/cfg/server.cfg for CS2):server.cfg
Unturned
Unlike other games, Unturned requires a modding framework like RocketMod or OpenMod to support RCON connections.
Configure your RCON configuration file.
If you are using RocketMod, navigate to
Servers/YourServer/Rocket/Rocket.config.xml and update the RCON section:Rocket.config.xml
Garry’s Mod
Configure your server.cfg file.
Add or edit the following line in your
garrysmod/cfg/server.cfg:server.cfg
