CLI Authorization Key

The CLI Authorization Key is used to run the cron script over HTTP. Normally the cron script will run only if you are logged in or if you are using PHP command line. This will be a problem if you try to run it over the web without logging in, so use the CLI authorization key as a GET variable (key=xxx) in the web script URL so that the script will execute without logging in.

It is recommended that you avoid using CLI key and use a PHP command line script to run cron.

Your CLI key is

{{CLIKEY}}

Reset CLI Key

A new key will be generated if you use the 'Reset CLI Key' button above. Please remember that resetting the CLI key could break your cron jobs if you don't provide the new key to your calling script.


Should be between 3 and 10.

Maximum number of minutes the IP address will be locked out for after failing the allowed login attempts. This should be between 0 and 1440.

Should be between 0 (no timeout) and 1440 minutes.