Configure Server Cron Jobs — Simple & Complete Guide
Overview
This interface lets you schedule key maintenance scripts to run automatically at set intervals. These include update scripts and backups, making it easy to maintain your server without manual intervention.
Available Scripts
- upcp: Updates the server software.
- backup: Executes your configured backup routines.
- cpbackup: Runs the legacy backup process if configured.
Tip: Run these during off‑peak hours to reduce impact on server performance.
Scheduling Cron Jobs
- Set the timing using minute, hour, day, month, and weekday fields.
- Enter the values or use the “*” wildcard to select all instances.
- Click Save to apply the schedule.
Example: To schedule a script for 9:15 PM daily:
| Setting | Value |
|---|---|
| Minute | 15 |
| Hour | 21 |
| Day | * |
| Month | * |
| Weekday | * |
Best Practices
- Avoid running cron jobs too frequently—they may overlap and hurt performance.
- Use wildcards for flexible scheduling without complex rules.
- Prefer off‑peak scheduling for intensive tasks like updates and backups.
Summary
- Schedule system scripts like updates and backups automatically.
- Define timing using cron’s minute-hour-day-month-weekday format.
- Save your schedule to automate critical server tasks efficiently.


