53 lines
805 B
Markdown
53 lines
805 B
Markdown
# Rcon
|
|
|
|
## Purpose
|
|
|
|
Admin RCON interface for issuing console commands to supported game servers.
|
|
|
|
## Current Status
|
|
|
|
- Functional
|
|
|
|
## Dependencies
|
|
|
|
- server control protocol support
|
|
- gamemanager
|
|
|
|
## Database Tables
|
|
|
|
- none declared in module metadata
|
|
|
|
## Agent Interaction
|
|
|
|
- sends RCON/console commands through the agent
|
|
|
|
## User Workflow
|
|
|
|
- usually not customer-facing
|
|
|
|
## Admin Workflow
|
|
|
|
- run commands
|
|
- support warning messages and diagnostics
|
|
|
|
## Security Concerns
|
|
|
|
- command validation
|
|
- log every command
|
|
|
|
## Known Issues
|
|
|
|
- command safety depends heavily on module-specific restrictions
|
|
|
|
## Missing Functionality
|
|
|
|
- richer presets and command history
|
|
|
|
## Suggested Future Improvements
|
|
|
|
- integrate more tightly with scheduler warnings and support workflows
|
|
|
|
## Recommendation
|
|
|
|
- Keep / Improve
|
|
|