You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 71 Next »

The information on this page refers to License Statistics v6.9 or newer, which introduced the License Statistics Manager improvements in terms of managing the license. If you are running an older version of License Statistics, see documentation for versions prior to v6.9.
The following steps are designed to help you get a new License Statistics installation up and running on Windows. To update an existing License Statistics installation, please see Updating License Statistics.
  1. Download the License Statistics installation from the License Statistics download page.
    • If you have purchased License Statistics: Enter your Activation Key, included in the email sent to you after purchasing License Statistics, to obtain your download. If you have trouble locating your Activation Key, please contact X-Formation Support .
    • If you are downloading the trial version of License Statistics: Fill out the request form as instructed on the License Statistics download page to obtain your download
  2. Start the installer and follow the installation instructions.

    Administrator privileges are required to install License Statistics on Windows. You can install License Statistics on any machine, not necessarily the license server.

    Do not run License Statistics until you have completed the next step.

  3. Activate the license.

    You must re-activate your license whenever you upgrade your license or renew your maintenance.

  4. Start License Statistics.
  5. Test that License Statistics is running normally by using the Open Browser button in the License Statistics Manager, or by going to http://localhost:80 (or other address matching your configuration). The first time you access the License Statistics web interface, your login credentials will be set to username = admin, password = admin.


To begin monitoring license servers after a new installation, add the license server(s) to be monitored as instructed in Adding and editing license servers

  • Make sure you have all the utility executables required by the license servers you will be monitoring, as described in License server dependent requirements.
  • Ensure the utility version corresponds with the license server version. If you don't know which version to use, please contact your vendor.
  • Make sure that 3rd party utilities are always stored outside of the License Statistics installation directory so they will not be removed by the installer upon subsequent installations.

Installing from a command line

Alternatively, you can install/update License Statistics from a command line (or remotely) using the msiexec tool. You must have administrative privileges to use this tool.

The msiexec tool uses the following syntax:

msiexec /i {msi_installer} INSTALLDIR="{path}" /qn

where INTALLDIR is optional (default: C:\Program Files\X-Formation\License Statistics)


For example:

msiexec /i license_statistics_v6.15.1_win64_x64.msi /qn

  • No labels