Developer Tool

Visual Cron Job Generator

Build, test, and understand crontab syntax with 1-click presets for WordPress, Laravel scheduler, Python scrapers, and cPanel automation.

Quick Presets:
* * * * * /usr/bin/php /home/user/script.php > /dev/null 2>&1
Schedule Meaning: Runs every minute of every hour, every day.

Minute *

Hour *

Day of Month *

Month *

Weekday *

Configure Command & Action

Next Estimated Execution Schedule:
Simulating schedule timestamps...

Need Cron Jobs Faster Than 1 Minute?

Standard cPanel crons cannot execute faster than 60-second intervals. Hostinap Fast Cron executes tasks with 1-second precision, automatic execution retry, and instant failure webhooks from just $10/year.

Crontab Reference

Crontab Syntax Cheat Sheet

A crontab entry consists of 5 time and date fields followed by the command to execute.

Field Allowed Values Special Characters Example
1. Minute 0 – 59 * , - / */5 (every 5 mins)
2. Hour 0 – 23 (24-hour format) * , - / 0,12 (midnight and noon)
3. Day of Month 1 – 31 * , - / ? L W 1 (first day of month)
4. Month 1 – 12 or JAN – DEC * , - / */3 (quarterly)
5. Day of Week 0 – 6 (0 = Sunday) or SUN – SAT * , - / ? L # 1-5 (Monday to Friday)

Frequently Asked Questions

How do I add a cron job in cPanel?

Log in to your cPanel dashboard and scroll down to the Advanced section. Click Cron Jobs. Paste the generated crontab schedule and command line string into the input fields and click Add New Cron Job.

Why is it better to disable WP-Cron and use a real cPanel cron?

WordPress default wp-cron.php triggers on every website page visit. On high-traffic sites, this creates excessive PHP processes and can trigger CloudLinux 508 resource limit errors. Setting up a real cPanel cron every 10 minutes executes tasks reliably without impacting visitor load times.

What does > /dev/null 2>&1 mean?

> /dev/null instructs the operating system to discard standard output (STDOUT), and 2>&1 redirects standard error (STDERR) to the same location. This prevents your server from sending an email on every single successful cron execution.

View hosting plans
Registered LLPHostinap Software Solutions
cPanel PartnerLicensed control panel
LiteSpeedLicensed web server
Since 201510+ years hosting