How to Set Up Scheduled Tasks
Auto-restart, auto-backup, auto-broadcast, set it and forget it.
Introduction
Scheduled Tasks run actions on a cron-style schedule. Use them to automate restarts, backups, broadcasts, and custom commands.
Create a Task
- 1Open the panel ā Scheduled Tasks tab
- 2Click Create New Schedule
- 3Pick a name (e.g. "Nightly Restart")
- 4Set the cron expression, see examples below
- 5Add one or more actions
- 6Save
Common Cron Expressions
0 4 * * *, every day at 4:00 AM0 */6 * * *, every 6 hours0 0 * * 0, every Sunday at midnight*/15 * * * *, every 15 minutes
Use crontab.guru if you're unsure.
Useful Action Types
- Restart Server, keeps RAM clean
- Create Backup, automated rollback insurance
- Send Command,
say Restarting in 60 secondsorsave-all - Send Power Action, start / stop / kill
Recommended Schedule
Daily Restart ā every day at 4 AM
Daily Backup ā every day at 3:55 AM (before restart)
Hourly Save ā every hour, command "save-all"
Warning Broadcast ā 4 AM minus 1 min, command "say Restarting in 60s"Combining Multiple Actions
- One task can have multiple actions that run in order
- Set a delay (in seconds) between actions
- Example: send a warning broadcast, wait 60s, then restart
Warning: Don't schedule restarts more often than every 4 hours, frequent restarts hurt player experience more than they help.
Disable a Task
- Toggle the Active switch off in the task list
- Useful for pausing during events without deleting the task
Need More Help?
Cron syntax confusing? Drop your schedule in Discord and we'll sanity-check it.
Was this helpful?
Your feedback helps us write better guides.
Related Articles
More from Panel & Control.
Overview of the Endercloud Game Panel
Every tab in the panel, what it does, and when you'd use it.
How to Start, Stop, and Restart Your Server
The three power buttons, what each one does, and when to use them.
How to Use the File Manager
Browse, edit, upload, and download files, no SFTP client required.
Still need help?
Our team is on Discord around the clock. Real humans, real answers.