Working with cron jobs – create, edit and delete them with cPanel

Cron jobs allow you run a command or script on your site at user-defined time intervals.

To create a cron job in cPanel:

  1. Login to your cPanel account
  2. Go to Cron Jobs (ADVANCED Section)
  3. If you want to receive the output of the cron job then enter the email in the Email field and click the Update Email button
  4. Go to the Add New Cron Job section, select the Common Settings from the drop-down list. You can choose from the predefined values or you can enter your own values.
  5. Enter the command you wish to run. For example, to run a php file, use the command: home/username/public_html/test.php
  6. Click the Add New Cron Job button
  7. The new cron job will appear in the Current Cron Jobs Section

For the Common Settings you can choose from :

-Once Per Minute (* * * * *)

-Once Per Five Minutes (*/5 * * * *)

-Twice Per Hour (0,30 * * * *)

-Once Per Hour (0 * * * *)

-Twice Per Day (0 0,12 * * *)

-Once Per Day (0 0 * * *)

-Once Per Week (0 0 * * 0)

-On the 1st and 15th of the Month (0 0 1,15 * *)

-Once Per Month (0 0 1 * *)

-Once Per Year (0 0 1 1 *)

To delete a cron job in cPanel:

  1. Login to your cPanel account
  2. Go to Cron Jobs (ADVANCED Section)
  3. On the Current Cron Jobs Section, click the Delete link on the row with the cron job you want to delete.
  4. Click the Delete button when the cPanel is asking “Delete this cron job?
  5. The cron job is deleted now.

To edit a cron job in cPanel:

  1. Login to your cPanel account
  2. Go to Cron Jobs (ADVANCED Section)
  3. On the Current Cron Jobs Section, click the Edit link on the row with the cron job you want to edit.
  4. Make the necessary changes. When done, click the Edit Line button.
cpanel cron jobs
cPanel Cron Jobs

Many web hosting providers will block your cron job if the running interval is too short. Ask your host what is the minimum value.

cPanel cron jobs

A cron job must include Minute, Hour, Day, Month, Weekday and Command fields.

Leave a Reply