Back to Home

Creating a Cron Job

Creating a Cron Job in the UI

Cron jobs run commands or scripts at scheduled intervals. You can configure cron tasks visually without modifying system crontabs.

Step-by-Step UI Guide:

  1. Open the website dashboard and select Cron Jobs in the sidebar.
  2. Click Add Cron Job.
  3. Choose the execution frequency (e.g. Every Minute, Hourly, Weekly) or enter a custom cron expression.
  4. Provide the execution command (e.g., /usr/bin/php /home/hosting/webusers/username/public_html/cron.php).
  5. Click Save Cron Job. The panel registers it inside the user's isolated system crontab database.

Add Cron Job

Schedule automatic execution triggers

Every Hour (0 * * * *)
/usr/bin/php /home/hosting/webusers/user/cron.php
Command copied to clipboard!