Troubleshooting: Manage license
Install the license
To install the license, a license.key
file needs to be added to the /data
folder of Linkurious Enterprise.
In the case of a Linux, Windows or Mac OS systems, the license is generated, downloaded and installed automatically with the zip file. No extra step is needed.
Docker
When installing with Docker the process has to be done manually. To achieve this:
- If it doesn't already exist, create a folder with the same name as the already created data volume (
lke-data
in our documentation example). - From get.linkurio.us, download the
license.key
file. - Copy the
license.key
file inside the previously created folder (lke-data
in our example).
Check if the license has expired
- Go to
/data
folder in Linkurious Enterprise - Open the
license.key
file with a text editor - Copy the base64 string in the license field, decode it (https://www.base64decode.org/)
- The endDate field is the expiration date in the form of a timestamp (https://www.epochconverter.com/)
Update the license
If your license with Linkurious has expired, please contact the sales team of Linkurious.
In case your license has already been renewed, you can update the license. To achieve this, either:
- Update Linkurious Enterprise to the latest version. It will automatically update the license.
- Or, download the
license.key
file from get.linkurio.us. Copy thelicense.key
file to the/data
folder of your Linkurious Enterprise current instance (deleting the existinglicense.key
file).
Note: if using Docker please follow the guideline in the install the license section