Skip to main content
Version: ⭐ 23.10

Licenses

How can I obtain a license?​

  • You can request your token for the free IT-100 edition on our website.
  • If you have purchased a license, request your license files from our support team.

Types of license​

According to your Centreon edition, your license can be:

  • online: uses a token. Your Centreon platform must be connected to the internet.
  • offline: uses one or several license files

Which modules require a license?​

The following modules need to be installed separately and require a valid license.

Viewing license-based modules​

Go to Administration > Extensions > Manager. All modules currently installed on your platform have a green button with a white check mark in it. Modules that require a license have a colored banner at the bottom (red if you have no valid license, green if you have one).

image

Adding a license to your Centreon platform​

Refer to the tables of network flows to integrate your monitoring platform.

To use an online license, your Centreon platform must be connected to the internet.

Check the internet connection​

Make sure your Centreon platform is allowed to reach the internet:

  • Check that the machine can access this URL: https://api.imp.centreon.com

  • If needed, set a proxy server:

    • Go to the Administration > Parameters > Centreon UI page, then the Proxy options section.
    • Click Test Internet Connection. The "Connection Successful" message should appear.

Add your license​

  1. Make sure you have your license token (provided by our support team).

  2. Go to Administration > Extensions > Manager.

  3. Click Add Token. A popup window appears.

  4. Paste your token in the popup window, and then click Add.

    • If your token contains one license, a confirmation message appears.

    • If your token contains several licenses, choose the license you want and then click Choose.

    Press Esc to close the popup window. The license is applied and the corresponding modules display their validity date:

    image

    The Add token button changes to become a View license button.

Free IT-100 license​

See chapter Set up your free IT-100 solution.

Troubleshooting licenses​

No valid file uploaded​

image

Check the contents of the following directory:

ls -lah /etc/centreon/license.d/

If the directory already contains licenses with rights that are not apache/apache, delete them or change their rights so that they can be overwritten by the new licenses:

chown apache:apache /etc/centreon/license.d/*
chmod 640 /etc/centreon/license.d/*

Your EPP license is not valid​

  • Check that the fingerprint of the central server (on the Administration > Extensions > Manager page) matches the fingerprint in the license.

    less /etc/centreon/license.d/epp.license
  • Check that you do not have more hosts than your license allows. To find out the total number of hosts you are supervising, go to Configuration > Hosts > Hosts, and then use the dropdown list to the right above the list of hosts:

    image

    You can also use the following command:

    SELECT COUNT(*) FROM centreon.host WHERE host_register='1';