Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

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 of your license server to support@das-element.com


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

Connect to the license server

To connect to your license server you have to set an environment variable to point to your license server when running the application.

Set environment variable DASELEMENT_LICENSE As a fallback the variable RLM_LICENSE will be used.
Should look something like this: {port}@{hostname}

Example:

Linux

export DASELEMENT_LICENSE=5053@vfx-license

Windows

setx DASELEMENT_LICENSE "5053@vfx-license”

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: vfx-license

Linux/Windows

Open a command prompt/terminal
Type: “hostname“
This should give you the host name

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

Open a terminal/shell
Type "ifconfig"
The host id is the number after "ether"
Look for you network device and “Hwaddr”

Windows

Open a command prompt. Go to start menu and type "cmd"
Type "ipconfig /all"
Look for you network device and "Physical Address"

  • No labels