o
Home › Guides › All-Inkl (KAS)
All-Inkl ships its own cronjob management inside KAS which calls your script by address. It is not included in every plan, though. This guide covers both: the setup inside KAS and the route via an outside service.
Why at all
If your plan includes cronjobs, KAS is the obvious route. You enter your script address there, set the time and can have the output mailed to you. For many applications that is entirely sufficient, and we say so plainly: use it in that case.
However, cronjobs are not part of every All-Inkl plan. They can be booked as an add-on or come with a plan change. Anyone who only needs a single call therefore faces a decision bigger than the task.
The second reason for an external call is traceability. A scheduler at your host generally does not tell you how long your script took, how large the response was, or whether that changed over the weeks. And if the server itself is unreachable, the scheduler goes down with it: it sits on the very machine that is not answering.
The third reason is independence. A cronjob that lives outside survives a move to another host and can trigger addresses on several servers at once.
https://ihre-domain.de/ihr-skript.phpSetup
Sign in to KAS and open Tools › Cronjobs. If you find the entry and can create something there, the rest of this guide is just background. If the entry is missing or points to an add-on, carry on below.
In the form you enter your script address under protocol and path, plus a description and the execution time. If the directory is password protected, also provide the HTTP authentication credentials. The email field sends you your script output.
Open the address that should be called regularly in a browser once. It has to be reachable without a login and answer with status 200. If your script should not be public, protect it with a secret parameter in the address.
https://your-domain.com/your-script.php?key=A-LONG-SECRET
Registration takes a minute and is free. Three cronjobs stay free forever, the first 14 days run on the Unlimited plan with call log and runtime statistics.
Enter the address and set the schedule, either through the selection fields or as a crontab expression.
*/5 * * * *
Enter an email address in the folder settings. You will then be notified when a call fails, including when your hosting is not answering at all.
Verification
In the Cronjob.de call log you will see the first calls with status 200, the runtime and your script response within a few minutes. For the first test add a line to your script that writes date and time into a file. Then you can see on both sides that it arrived.
FAQ
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 All-Inkl (KAS)
The details about All-Inkl (KAS) come from their own documentation, as of September 2026. Please check there whether anything has changed since. All-Inkl (KAS) is a trademark of its respective owner. This guide comes from Cronjob.de and has no business relationship with that provider.