Login

Crontab

Crontab

Panel path: CWP Settings → Crontab

Schedule commands to run automatically — for example WordPress cron, backups, or custom scripts.

Understanding Crontab

Cron jobs run on a timetable you define. Each job needs a schedule and a shell command.

Understanding Crontab
Live screenshot: Crontab job list and add form.

Adding a cron job

  1. Open CWP Settings → Crontab.
  2. Choose a schedule (every minute/hour/day or custom cron expression).
  3. Enter the command, for example: /usr/bin/php /home/USERNAME/public_html/wp-cron.php
  4. Save and confirm the job appears in the list.
  5. Check email/output if the job fails.
Notes

  • Use the PHP binary that matches your Php Selector version when possible.

← Back to CWP Settings

Skip to content