Motadata Docs

How to Update Product License ?

Server should possess the latest build installed.

Installation Setup

After downloading the license.lic file, follow the below steps to set up the license file in the Product Server:

  1. Copy lic file on config using the below command:
    cp license.lic /opt/flotomate/main-server/config/
Copying lic file on Config
Copying lic file on Config
  1. After successfully copying, assign ownership using the below command:
    chown fmtuser:fmtusergroup /opt/flotomate/main-server/config/license.lic
Assigning Ownership
Assigning Ownership
  1. Verify and check the copied file, and the assigned ownership.
    ls -l /opt/flotomate/main-server/config/license.lic
Verify the Copied File and Assigned Ownership
Verify the Copied File and Assigned Ownership
  1. Stop and Start the services using the below command:
    systemctl stop ft-main-server
    systemctl stop ft-analytics-server
Stop and Start the Main Server Service
Stop and Start the Main Server Service
Stop and Start the Analytics Server Service
Stop and Start the Analytics Server Service

systemctl start ft-main-server
systemctl start ft-analytics-server

  1. Check the Status of server using the below commands:
    systemctl status ft-main-server
Checking the status of server
Checking the status of server

systemctl status ft-analytics-server

Checking the status of server
Checking the status of server
  • License file can be upgraded via Portal using the below steps:
  1. Login to the Technician Portal.
  2. Go to Admin > Organization > Application Maintenance.
Uploading Product License
Uploading Product License
  1. Go to Product License and select the License.lic file stored in the Local PC.
  2. Once the file gets uploaded, the License gets Upgraded.

On this Page