Memurai License Configuration
Overview
Starting with version 4.2, Memurai requires a valid license file to run. The license file defines:
- Whether the application can run in a production environment.
- Expiration date.
- Number of allowed instances.
- Telemetry behavior.
- Technical limits (e.g., memory usage, client connections).
- Valid runtime environment (platform, compatible versions, product type).
The license file must be present and valid; otherwise, the application will not start. The installer is bundled with a license file that allows to run Memurai in a development environment, and will be used by default if no other license file is provided.
Trial and Enterprise Licenses
Enterprise licenses are available for production use. They can be requested from the Memurai website. Additionally, it's possible to apply for a trial license that allows to test full capabilities of Memurai for a limited time. The trial license can be requested from the Memurai portal.
License File Discovery
The license file can be specified in the configuration file using the license-file
option. If this option is not set, Memurai will attempt to locate a license file according to the following rules:
- Search Pattern: The application looks for files matching the pattern:
memurai-license*.txt
- Search Locations:
- First, it checks the current working directory, as defined by the
dir
configuration option. - If not found, it checks the directory where the executable is located.
- First, it checks the current working directory, as defined by the
- Selection Priority:
- If multiple files are found, any file other than
memurai-license-dev.txt
will be used. memurai-license-dev.txt
is used only as a fallback if no other file matches.
- If multiple files are found, any file other than
License File Contents
The license file is encrypted and signed. It cannot be modified manually. The actual terms of the license can be checked using the following command:
memurai.exe --check-license path/to/memurai-license-file.txt
The output also includes whether the license can be used with the installed version of Memurai.