Send RCON commands to ARK game servers with scheduling, recurring execution, and preconfigured templates.
Features
Scheduled RCON Commands
Execute commands at a specific date/time:
- One-time execution
- Target specific server or all online servers
- Optional random command selection from templates
- Optional random time within a window
Recurring RCON Commands
Execute commands on a repeating schedule:
| Interval Type | Description |
|---------------|-------------|
| Minutes | Every N minutes |
| Hours | Every N hours |
| Days | Every N days |
| Weeks | Every N weeks |
| Months | Every N months |
Features: Run count tracking, enable/disable, random preconfig and time options.
Preconfigured Command Templates
Store reusable RCON command templates with optional random timer placeholders.
| Placeholder | Description |
|-------------|-------------|
| {RandomTimer} | Random number between configured min and max |
Command Placeholders
| Placeholder | Value |
|-------------|-------|
| {id} | Player ID (Steam/EOS) |
| {discordid} | Discord user ID |
| {RandomTimer} | Random number (preconfig only) |
RCON Processor
Background task runs every 30 seconds to execute pending scheduled and recurring commands.
Notes
- Server data comes from infoSystemsDatabase
- Random preconfig picks one command from the list each execution
- Random time window randomizes only the time, not the date
RCON System ASA