Add cron jobs in CWP

This KB article is for CentOS Web Panel for shared hosting (end-users).

Cron jobs are commands that will tell the server to run specific PHP files at specific time intervals. There are many web scripts that need cron jobs to run properly.

cwp cron jobs

To create cron jobs in CWP:

  1. We assume you are logged on 
  2. Look for CWP Settings->Crontab
  3. Here you have three sections to add a cron job.
    In the first one, choose a common time setting (for example every minute) and the command and click the Save changes button.
    In the second one choose time interval details from drop-down lists. Enter the command and click the Save changes button.
    In the third one, you have full control, and you can customize the time interval as you wish. As in the previous two cases, click the Save changes button in the end.

CWP tells you how the command should look like:

# Example of job definition:
# .---------------- minutes (0 - 59)
# |  .------------- Hour (0 - 23)
# |  |  .---------- day of month (1 - 31)
# |  |  |  .------- month (1 - 12) OR jan,feb,mar,apr ...
# |  |  |  |  .---- day of week (0 - 6) (Sunday=0 or 7)
# |  |  |  |  |
# *  *  *  *  * user-name command to be executed

The video tutorial for this KB article:

Cron jobs in CWP

This Post Has One Comment

  1. David F

    Hi
    Any idea how I can change the cron to run on port 8181, I am running apache with nginx reverse proxy and my crons are trying to run on port 80. I have searched everywhere for how to adjust the port but can’t find anything.

Leave a Reply