Install License Server

You need a license server with a valid license file running in order to start the application.
To receive your license file, please send the order ID as well as the host name and host ID (MAC address) of your license server to support@das-element.com


The license server required is RLM (Reprise License Manager) by Reprise Software.
https://reprisesoftware.com/

 

 

Check out this video tutorial to get started.

 

 

Setup License Server

 

To show your licenses visit the following address in your web browser: {license_server}:5054

If your application doesn’t start check the log file: ~/.das-element/logs/back-end.log

What is the host name?

The host name is what your computer name is called on a network.
Your license server host name will be something similar to: licserver or vfx-license

Linux/Mac

Windows

Linux/Mac

Windows

  • open a terminal

  • type: hostname - hit enter

  • this should give you the host name

  • open a command prompt (cmd.exe)

  • type: hostname - hit enter

  • this should give you the host name

- alternative -

What is the host ID?

The Host ID is your Ethernet ID/MAC address. It will look similar to this:
0284b864d514 or 02:84:b8:64:d5:14

Linux/Mac

Windows

Linux/Mac

Windows

  • open a terminal/shell

  • type: ifconfig - hit enter

  • the host id is the number after "ether"

  • look for you network device and “Hwaddr”

  • open a command prompt (cmd.exe)

  • type: ipconfig /all - hit enter (or getmac /V)

  • look for you network device and "Physical Address"

- alternative -

 

 

Connect to the license server

To connect to your license server you have three options:

  • set an environment variable

  • use a license config file

  • use an environment variable file

To show your licenses visit the following address in your web browser: http://vfx-license:5054

Environment Variable (option 1)

Set environment variable DASELEMENT_LICENSE - as a fallback the variable RLM_LICENSE will be used.
Should look something like this: {port}@{hostname}. The default port is 5053

Linux

export DASELEMENT_LICENSE=5053@your-license-server

Windows

setx DASELEMENT_LICENSE "5053@your-license-server”

Mac

launchctl setenv DASELEMENT_LICENSE 5053@your-license-server

License config file (option 2)

Create this file in the current users home directory:

~/.das-element/license.conf

Example file content:

5053@your-license-server

Environment variables file (option 3)

In the Users home directory there is a file called: variables.env
This file will be read before the software start. Add all the environment variables you need in that file.

# Linux / MacOS ~/.das-element/variables.env # Windows %homepath%/.das-element/variables.env

Example file content:

#### point to the license server DASELEMENT_LICENSE=5053@your-license-server


How to run RLM on a different port

If you need to start the RLM license server on a different port use the flag ‘-ws'.
Don’t forget to update the DASELEMENT_LICENSE environment variable accordingly!