Ubuntu 20.04 Quick Start Guide (v1.0.71)

When deploying License Server, it is always recommended to decouple License Server from the host running Telos applications. In other words, run License Server on a separate, centralized Server or VM from the applications it is licensing. This follows best practices, and ensures greater resiliency.

Prerequisites

  • TCP Port 35797 open in the firewall

  • A machine running Ubuntu 20.04

  • sudo privileges

  • Network access to the products requiring licenses

Installation

  • Update apt package list:

    sudo apt-get update
  • Download the Telos Alliance License Server Installer:

    wget https://telos-public.s3.amazonaws.com/license-server/telos_license-service_u20.04_1.0.71.tar.gz
  • Unpackage the file:

    tar -xf telos_license-service_u20.04_1.0.71.tar.gz
  • Change the path:

    cd install_linux_u20.04
  • Run the install script:

    sudo ./install_license_server.sh
  • Follow the link presented in the CLI to read the Telos Alliance EULA.

  • Press Enter on the keyboard to accept the EULA and install and use Telos Alliance License Server, or Ctrl-C to decline and abort installation.

After Accepting the Telos Alliance EULA, installation will proceed. Telos Alliance License Server will then be available for use in your production environment.

See individual product documentation for product-specific licensing steps and requirements.

Last updated