o
Why at all
Under Home → Setup → Modules → Scheduled jobs Dolibarr creates jobs with a time and a repetition. What is listed there looks like a working schedule – but Dolibarr executes none of it as long as no trigger arrives from outside.
So everything meant to happen in the background stalls: fetching emails into tickets, recurring invoices, due-date reminders, stock reconciliation, and whatever tasks add-on modules register.
This often surfaces late, because the job list merely shows an empty "last run" field – and nobody looks there as long as nothing is missing.
https://ihre-domain.de/public/cron/cron_run_jobs.php?securitykey=...&userlogin=adminSetup
The AI does it faster
You do not have to transfer any of this by hand. Paste this guide – or the one for your own system – into the assistant, and Cronjob.de fills in address, method, schedule and headers. Where something is unclear it asks instead of guessing. At the end you see what was entered and create the job with one click.
Included in the free plan at no extra cost. You will find it after signing in under "Cronjobs" → "Create with AI".
Under Home → Setup → Modules enable "Scheduled jobs" and open the cog next to it. The security key is there – and below it Dolibarr already shows the complete address. You can copy it from there.
https://your-domain.com/public/cron/cron_run_jobs.php?securitykey=YOURKEY&userlogin=admin
Open the address yourself once. A short text output ending in "Result: 0" is correct. "Bad value for security key" means the key is wrong; a blank page means the path is wrong – in some installations Dolibarr sits in a /htdocs/ subfolder.
Registration takes a minute and is free. Three cronjobs stay free forever, the first 14 days run on the Unlimited plan.
Enter the address and choose a five-minute interval. That is exactly what the Dolibarr documentation recommends.
*/5 * * * *
Enter an email address in the folder settings. If recurring invoices quietly stall, you only notice when a customer asks.
Verification
In Dolibarr open Home → Setup → Scheduled jobs. Every job shows "last run" and "next run" – both should move within a few minutes. The Cronjob.de call log additionally shows the output of each run with the number of jobs executed.
FAQ
&id= with the job number to the address. That is handy when one job needs a different interval than the rest – create a second cronjob for it.Create an account, enter the address, click the schedule. Three cronjobs are free forever, the first 14 days run on the Unlimited plan.
Start for free See pricingMore guides
Official documentation of Dolibarr
The details about Dolibarr come from their own documentation, as of September 2026. Please check there whether anything has changed since.