Initial configuration of the application after installation
You can perform the initial configuration of the application after installing the application:
- automatically
- interactively
If initial configuration of the application has not been completed on a device, you cannot use or update the application on that device.
Post-installation configuration of the application in automatic mode
You can perform post-installation configuration of the application in automatic mode.
To start the initial configuration of the application in automatic mode, run the following command:
# /opt/kaspersky/kfl/bin/kfl-setup.pl --autoinstall=<
initial configuration file
>
where <
post-installation configuration file
>
is the path to the configuration file that contains the initial configuration settings. You need to create this file and copy its structure from the /opt/kaspersky/kfl/doc/autoinstall.ini configuration file.
When the post-installation configuration script is finished and releases the console, the post-installation configuration of the application is complete.
To check the return code, execute the following command:
echo $?
If the command returns code 0, the initial configuration of the application has finished successfully.
Post-installation configuration of the application in interactive mode
You can perform the initial configuration of the application interactively.
To begin with the interactive initial configuration of the Kaspersky application:
- Execute the following command:
# /opt/kaspersky/kfl/bin/kfl-setup.pl
The initial configuration script starts.
You must run the initial configuration script as root.
- Select the values of Kaspersky application settings interactively.
The initial configuration script prompts you to enter values of Kaspersky settings step by step.
When the post-installation configuration script is finished and releases the console, the post-installation configuration of the application is complete.
To check the return code, execute the following command:
echo $?
If the command returns code 0, the initial configuration of the application has finished successfully.
The Kaspersky application protects the device only after the application databases are updated.
To correctly update application modules after the script has finished, you may need to restart the application. You can check the status of updates for the application using the following command: kfl-control --app-info
.