A CounterStrikeSharp plugin that provides RCON functionality for CS2 servers. Like the real RCON but it's not the real RCON.
fake_rcon is a CS2 server plugin that implements RCON (Remote Console) functionality, allowing server administrators to execute commands remotely. This is a CounterStrikeSharp port of the original Metamod:Source version.
- Remote server administration through RCON
- Secure password protection
- Configurable command permissions
- Compatible with CS2 servers
- CS2 Dedicated Server
- Metamod:Source
- CounterStrikeSharp
- Download the latest release from the releases page
- Extract the contents to your CS2 server's
csgo
directory - Configure the plugin using the config file at
configs/plugins/fakercon/fake_rcon_config.json
Example configuration:
{
"RconPassword": "your_password_here",
}