Back to Knowledge Base
Knowledge Base Technical Guides How to Set Up a Cron Job

How to Set Up a Cron Job

Technical Guides Apr 11, 2026
Go to your hosting control panel > Advanced > Cron Jobs. Enter the schedule (minute, hour, day, month, weekday) and the command to run. Common example: */5 * * * * /usr/bin/php /home/user/public_html/cron.php
Was this article helpful?