Schedules

Automate restarts, backups and commands.

Schedules run on your server's host, so they keep working even if the panel is unreachable. A schedule uses a 5-field cron expression: minute, hour, day of month, month, day of week.

0 4 * * *      every day at 04:00
0 */6 * * *    every 6 hours
0 3 * * 1      Mondays at 03:00
*/30 * * * *   every 30 minutes
  • Power: start, stop or restart.
  • Command: any console command, for example a warning before a restart.
  • Backup: a named backup, subject to your quota.
  • “Only when the server is running” skips the schedule when the server is stopped.