Loading Tool...

How to Use

1

Configure Schedule

Select intervals from Minute, Hour, Day, Month, and Weekday tabs, or use quick presets.

2

Set Command

Enter the command or script path to execute. Optionally configure output redirection and email settings.

3

Get Cron Expression

Copy the generated Cron expression and add it to your server's crontab file.

FAQ

What is a Cron Job?
Cron is a service in Unix-based systems used to schedule tasks (scripts, commands) to run automatically at specified times.
What is the Crontab syntax?
Format: * * * * * command (Minute Hour Day Month Weekday Command).