License Server
License Server is a global server configuration property that allow this Iotellect Server instance to validate its license via a License Server. Fields of this property are mapped to the server configuration file.
See License Server for more information on centralized license management.
![]() | Ensure that the License Server is the same or newer version of Iotellect than the Iotellect Server validating its license (dependent server). Upgrading the dependent server before upgrading the License Server will result in an error. |
Enable License Server
Key name in the configuration file: licenseServerEnabled
Value type: Boolean
Possible values: true or false
Default value: false
Defines whether the License Server is enabled. When disabled, the system will search for a license file (server.license
) from its server root directory.
Address
Key name in the configuration file: licenseServerAddress
Value type: String
Possible values: any valid IP address or empty string
Default value: "" (empty)
Defines a server IP address to which your current server will be connected to obtain a license. In case of a connection error, the system will also search for a license from its server root directory.
Port
Key name in the configuration file: licenseServerPort
Value type: Integer
Possible values: 1-65535
Default value: 6460
Defines a server port to which your current server will be connected to obtain a license.
Login
Key name in the configuration file: licenseServerLogin
Value type: String
Possible values: any string
Default value: None
Defines a login used to authenticate a user.
Password
Key name in the configuration file: licenseServerPassword
Value type: String
Possible values: any string
Default value: None
Defines a password used to authenticate a user.
Was this page helpful?