Home / Rust Console Timed Commands
Rust Console Feature PageRust Console Timed Commands and Scheduled Automation
Helios gives Rust Console Edition server owners timed commands that run automatically on a cron schedule. Set up wipe countdowns, daily messages, restart warnings, and scheduled rewards once, and Helios runs them on time across your PlayStation and Xbox community.
Timed commands turn repetitive admin work into reliable automation, with a single-line cron schedule and a timezone you control so everything fires when you expect it to.
Always double-check the timezone and test important timed commands before relying on them during a wipe.
Quick take
/tc runs groups of RCON commands on a schedule — recurring announcements, timed events, cleanup routines — without an admin at the keyboard. Premium.
How timed commands work
- Use
/tc addto create a timed command and choose the command Helios runs. - Set a single-line cron schedule and the timezone you want it to run in.
- Review schedules with
/tc listand delete with/tc remove. - Select the correct server if the timed command should only run on one.
Cron schedule examples
0 9 * * *— runs every day at 9:00 AM.30 14 * * *— runs every day at 2:30 PM.0 */6 * * *— runs every 6 hours.0 20 * * FRI— runs every Friday at 8:00 PM.- Set the timezone in Helios to match, for example
America/New_York.
What you get
- Scheduled command groups —
/tc addcreates a timed group,/tc listand/tc removemanage them. Premium. - Reusable command groups — build groups with
/cmd group addand run them manually with/cmd execute(Premium). - One-off bulk runs —
/batchruns multiple RCON commands from one modal, free. - Quick sends —
/cmd sendfires a single command, free.
Commands
/tc add|list|remove (Premium)
/cmd group add|remove (Premium)
/cmd send (Free)
/batch (Free)
Related setup docs and cluster pages
Frequently asked questions
- Are timed commands premium?
- Yes,
/tcis premium. For free you still get/cmd sendfor single commands and/batchfor one-off bulk runs. - What can a timed command run?
- Any RCON command your Rust Console server accepts — announcements, give commands, event triggers, whatever you’d type manually.
- What’s a common setup?
- Recurring in-game announcements (rules, Discord invite, shop reminder) plus scheduled event commands around peak hours.
Want your Rust Console server to run on schedule without manual work?
Set a valid cron schedule, confirm the timezone, and test each timed command once before you depend on it during a wipe.