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

Compare with Current View Page History

« Previous Version 3 Next »


The information on this page refers to License Statistics v6.18 and newer, which introduced the CLI. This tool replaces the usage of scripts such as mysql_*, create_support_file, etc. 

The License Statistics CLI (Command Line Interface) can be used for administration operations such as storage, license management, etc. The CLI is included in your License Statistics installation in the main installation directory.

For Linux: xflicstat-cli

For Windows: xflicstat-cli.exe

The CLI should always be used with Administrator or root privileges.

When you start the CLI, a command line window appears:

The CLI commands are described below.

CommandCommand OptionsDescription
storage

backup <writeTo>

Creates a data backup

  • The CLI automatically stops License Statistics before executing this operation

restore <readFrom>

Restores a data backup

  • Requires "--confirm" flag for safety
  • The CLI automatically stops License Statistics before executing this operation

clean

Removes data

  • Requires "--confirm" flag for safety
  • The CLI automatically stops License Statistics before executing this operation
licenseimport <licenseFile>

Imports the license from the specified file

  • The CLI automatically stops License Statistics before executing this operation

activate <activationKey> Activates the license remotely using the specified activation key
createSupportFile<path>Creates a support file in the specified path, or if the path is not specified, in the current directory
status 
Returns the server status
resetAdminPassword
Resets the admin account password to the default "admin" value
version 
Returns the server version



  • No labels