Skip to main content
Software protection uses an activation file that should be obtained from the ABBYY server during a license activation process.
In this scenario, you are about to develop an application that uses ABBYY FineReader Engine library on your computer. The installation is performed via the command line, without any interaction with the user.You will need:
  • the serial number of your Developer License.
  • your Customer Project ID.
Follow the instructions:
  1. Run the %archive_name%.sh as non-root user.
  2. Specify the following parameters in the command line:
    • The path to the folder where the ABBYY FineReader Engine library will be installed.
    • Your Customer Project ID.
    • The path to a folder for storing the licensing data (it can be any folder in the /home directory, while excluding the /tmp directory).
    • The parameter of the developer installation.
    • The serial number of your license.
The example of command line:
%archive_name%.sh -- --install-dir "<folder path>" 
--project-id "<Customer Project ID>" --licenses-folder "<folder path>" --developer-install
--skip-local-license-activation
run "<FRE_installation_directory>/Bin/ServiceWrapper
<FRE_installation_directory>/CommonBin/Licensing/start_licensing_service.sh"
run "LD_LIBRARY_PATH=<FRE_installation_directory>/CommonBin/Licensing <FRE_installation_directory>/CommonBin/Licensing/LicensingService /standalone"
  1. Wait for installation to complete.
After installing ABBYY FineReader Engine, the folder for storing the licensing data can be changed in LicensingSettings.xml. See the example in Working with the LicensingSettings.xml File article.
  1. Start the Licensing Service via the command:
as a daemonor as an application
  1. Activate your license by the activatefre.sh script. You must run the activatefre.sh with the same permissions you launched the ABBYY FineReader Engine installation with.
  2. Check if your license has been activated in the License Manager Utility.
In this scenario, you are about to develop an application that uses ABBYY FineReader Engine library on a workstation connected to the license server through a network. The installation is performed via the command line, without any interaction with the user.You will need:
  • the serial number of your Developer License.
  • your Customer Project ID.
  • the DNS name or IP-address of the license server.
Follow the instructions:
  1. Install the Licensing Service on the license server, as described in Installing the Licensing Service.
Use ABBYY FineReader Engine and Licensing Service from the same package. Otherwise, compatibility is not guaranteed.
  1. Activate the license on the license server in the License Manager Utility.
Select the Activate License option and follow the wizard instructions to activate your license. If your server has access to the Internet you only need to enter the serial number and wait a few moments.Use ABBYY FineReader Engine and Licensing Service from the same package. Otherwise, compatibility is not guaranteed.
  1. Install the library on the workstations:
  2. Run the %archive_name%.sh as non-root user.
  3. Specify the following parameters in the command line:
    • The path to the folder where the ABBYY FineReader Engine library will be installed.
    • IP-address of the license server with the Licensing Service installed.
    • Your Customer Project ID.
    • The path to a folder for storing the licensing data (it can be any folder in the /home directory, while excluding the /tmp directory).
    • The parameter of the developer installation.
The example of command line:
%archive_name%.sh -- --install-dir "<folder path>" 
--service-address "<address>" --licenses-folder "<folder path>" --project-id "<Customer Project ID>" --developer-install
  1. Wait for installation to complete.
After installing ABBYY FineReader Engine, the folder for storing the licensing data can be changed in LicensingSettings.xml. See the example in Working with the LicensingSettings.xml File article.
  1. Check if your license has been activated in the License Manager Utility.