The Schedules panel lets you automate server jobs like restarts, command runs, and backups.

Open it

  1. Pick your server in the Starfall panel.

  2. In the sidebar choose Configuration - Schedules.

 

 

Create a schedule

  1. Press the Create button on the top right
  2. Add a name for your schedule (e.g. Daily Restart)

 

Crontab timer basics
A schedule fires according to a crontab string:

* * * * * command
| | | | |
| | | | └─ day of week (0-7, Sun=0 or 7)
| | | └─── month (1-12)
| | └───── day of month (1-31)
| └─────── hour (0-23)
└───────── minute (0-59)
  • * any value

  • , list: 1,15 = minute 1 and 15

  • - range: 1-5 = minutes 1-5

  • */n step: */10 = every tenth unit

Example: 0 */6 * * 1-5 triggers at 00:00, 06:00, 12:00, 18:00 Monday-Friday.

 

 

Adding tasks
Click Manage beside a schedule to create tasks:

  • Action: power state, console command, or backup

  • Delay: seconds to wait after the schedule fires

  • Payload: command text or power choice

Schedules can be toggled on or off and run manually at any time.

 

 

Backup warning
A Create Backup task shuts the server down first and does not auto-restart, so add a follow-up start task or restart it yourself.

Hjalp dette svar dig? 0 Kunder som kunne bruge dette svar (0 Stem)