application-setup

Configure the network tools settings.

juggernaut --task=application-setup --license_key=<string>
Option
Value Default Description
--license_key <string> Manage policies.
--autoinstall <1|0> 1 Set to 1 to run the installer and confgure the application.
--maxmind_key <string> The MaxMind geo database license key.
--abuseipdb_key <string> The AbuseIPDB API key.
--abuseipdb_block_reporting <string> 0 Set to 1 to enable the AbuseIPDB block reporting or set to 0 to not.
--messenger <string> 1 Set to 1 to enable the messenger service or set to 0 to not.
--maxminddb <string> 0 Set to 1 to enable the Apache maxminddb geolocation module or set to 0 to not.
--geofilter <1|0> 0 Set to 1 to enable server wide geo filtering or set to 0 to not.
--allow_ipaddress <string> An IP address that you want to add to allow permanently.
--ignore_ipaddress <string> 0 An IP address that you want to add to ignore permanently.

Examples

// run the installer and configure the application
juggernaut --task=application-setup --license_key=XXXXXXXXXXXXX

// run the installer, configure the application, and set the maxmind API key
juggernaut --task=application-setup --license_key=XXXXXXXXXXXXX --maxmind_key=XXXXXXXXXXXXX