Skip to content

How to find Management Console version

You can determine your Resilio Active Everywhere Management Console's version from the Management Console's interface or using the Resilio API.

To determine your Management Console's version:

  1. In the Management Console, select Settings > General.

    Mc Settings General

  2. In the Miscellaneous section, locate the version number of your Management Console.

    Mc Settings General Misc

To determine your Management Console's version via the Resilio API, use the Common - Get server information API request.

Sample request

curl --location 'https://mc-resilio:8446/api/v2/info' \
--header 'Authorization: Token IDDQDIDKFA'

Sample response

{
  "version": "4.2.4.3062",
  "os": "linux"
}