How to set up cron jobs in cPanel

This article describes how to use cPanel to configure cron jobs for your web site. Using cron jobs, you can schedule commands to run at intervals that you specify.

What is a cron job?

A cron job is simply a task that you schedule to run automatically at specific intervals. For example, if you want to back up a file every six hours, you can set this up easily using cPanel's cron jobs feature.

Adding a cron job

To add a cron job, follow these steps:

  1. Log in to cPanel.
    If you do not know how to log in to your cPanel account, please see this article.
  2. In the ADVANCED section of the cPanel home screen, click Cron Jobs:

    cPanel - Advanced - Cron Jobs icon

  3. Under Cron Email, type the e-mail address where you want to receive notifications, and then click Update Email. Every time the cron job runs, the e-mail account receives a message.

    If you do not want to receive e-mail notifications for a particular cron job, you can append >/dev/null 2>&1 to the cron job command, which redirects all output to /dev/null.
  4. Under Add New Cron Job, specify the interval for the command you want.

    If you select an interval option under Common Settings, cPanel fills in the values automatically.
  5. In the Command text box, type the command that you want to run.
  6. Click Add New Cron Job. cPanel creates the cron job.

Editing a cron job

To edit a cron job, follow these steps:

  1. Log in to cPanel.
    If you do not know how to log in to your cPanel account, please see this article.
  2. In the ADVANCED section of the cPanel home screen, click Cron Jobs:

    cPanel - Advanced - Cron Jobs icon

  3. Under Current Cron Jobs, click Edit for the cron job that you want to edit.
  4. Make the changes that you want, and then click Edit Line.

Deleting a cron job

You can delete a cron job when you no longer want a command to run automatically.

To delete a cron job, follow these steps:

  1. Log in to cPanel.
    If you do not know how to log in to your cPanel account, please see this article.
  2. In the ADVANCED section of the cPanel home screen, click Cron Jobs:

    cPanel - Advanced - Cron Jobs icon

  3. Under Current Cron Jobs, click Delete for the cron job that you want to delete.
  4. Confirm that the cron job is the one that you want to delete, and then click Delete. cPanel deletes the cron job.
  • cron jobs, cpanel, cpanel cron jobs
  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

How to run PHP scripts from cron jobs

This article describes how to run PHP scripts from cron jobs. Running PHP scripts from cron jobs...

How to access the Hosting06 Customer Portal

This article describes how to access the Hosting06 Customer Portal. Log in to the Customer...

How to log in and log out of cPanel

This article describes how to log in and log out of cPanel so you can manage your Hosting06 web...