Skip to main content

1. Navigate to Schedules

In your server dashboard:
  • Open the Schedules menu.
  • Click New Schedule.
New Schedule

New Schedule button


2. Configure Cron Expression

Configure the schedule settings:
  • Schedule Name: Name identifier (e.g. Daily Auto Restart).
  • Minute / Hour / Day of Month / Month / Day of Week: Standard cron parameters (e.g. 0 4 * * * for daily 04:00 AM restart).
  • Tasks: Add actions such as:
    • Power Action → Restart / Stop / Start server
    • Send Command → Execute console commands
Create Cron

Cron schedule configuration


Best Practices 💡

  • Use schedules for daily automatic restarts to keep memory utilization optimized.
  • Avoid setting cron intervals too short (e.g. every minute) to prevent unnecessary server strain.
Last modified on August 30, 2026