How to Create a Cron Job on a Server?

Cron jobs are created on a server to automate recurring tasks. For example, checking payment statuses, updating exchange rates for parsers, and so on.

If you are using the ISP Manager server control panel, follow these steps:

  1. Copy the cron link from the section for which you want to set up automated actions (e.g., payment checks, exchange rate parsing, etc.).

  2. In the ISP Manager panel, navigate to the "CRON Scheduler" section and click the "Create Job" button:

  1. On the new page, fill in the details for the cron job:

  • Email Address — Enter the email address where error notifications for the job will be sent (this option works only if outgoing mail is configured in ISP Manager under "Settings -> Notifications").

  • Command — The full command to execute (example provided below).

  • Description — A brief description of the job (optional field).

  • "Enabled" Checkbox — The status of the job.

  • Schedule — Select "Expert Mode" and set all fields below to "*" (asterisk) for the job to run every minute.

  • "Do Not Send Report to Email" Checkbox — Uncheck this box if you want to receive email notifications about the job's execution and errors.

Last updated