Floating Server
License Options

Online

6min

Adding a product license online is an essential operation that allows for real-time license activation and management through the Floating Server. Below, you will find the steps to add a license using either the Floating Server API or User Interface.

Adding with the API

To add a license to the Floating Server, you can use the /addProduct API endpoint. This requires passing the product code along with either the license key or username/password combination as query parameters.

To add a license, you need to provide the product code along with the required credentials. Once the license is successfully added, it will appear in the licenses list, along with its unique license ID.

Starting from version 1.6.0:

  • Multiple licenses (and corresponding license IDs) can now be associated with a single product code.
  • After adding a license, its license ID can be used to address the specific license for further actions, as described in the following sections of this documentation.

For more detailed information, visit Add license.

Adding with the User Interface

In the Floating Server UI, you can activate a license online using either User Authentication or Key Authentication. Follow the steps below based on the authentication method you choose.

User Authentication

This method requires you to provide the product code, along with the username and password associated with the license.

Adding a License with User Authentication
Adding a License with User Authentication


Steps:

  1. Select "User auth" from the dropdown in the "Add product" section.
  2. Enter the Product Code, Username, and Password.
  3. Click Add to activate the license.

Key Authentication

This method requires you to enter the product code and license key.

Document image


Steps:

  1. Select "Key auth" from the dropdown in the "Add product" section.
  2. Enter the Product Code and License Key.
  3. Click Add to activate the license.

Retrieve All Product Licenses

After adding multiple licenses to a product, you can retrieve a complete list of these licenses by sending a request to the /productLicensesendpoint with the product code. This endpoint was introduced in version v1.6.0.

How to Refresh

To refresh or update an online license, there is no need for a dedicated endpoint or specific location in the UI. You can simply re-add the existing license. For example, if License A is already visible in the UI, you can still navigate to the page and add License A again, which will effectively refresh it.

Updated 20 Nov 2024
Doc contributor
Doc contributor
Did this page help you?