Panel/docs/features/RCON_SYSTEM.md
2026-06-08 16:09:54 -05:00

29 lines
717 B
Markdown

# RCON System
Workspace reference: [`GSP-WORKSPACE.md`](../../../GSP-WORKSPACE.md)
## Current State
RCON support is part of the gamemanager and a dedicated admin RCON module.
Important references:
- `Panel/modules/gamemanager/module.php`
- `Panel/modules/gamemanager/home_handling_functions.php`
- `Panel/modules/gamemanager/rcon.php`
- `Panel/modules/rcon/module.php`
## Current Uses
- admin console commands
- warning messages before restart
- diagnostic control for supported games
- scheduler-friendly command execution
## Recommended Direction
- keep presets
- validate commands where possible
- do not expose arbitrary commands to customers by default
- log every command with user and server context