...
download the RLM license server: http://das-element.com/download/
unzip anywhere on your license server
run
get_host_info(.sh/.bat)
to get host id/namecontact support to get your license file
on your client set the environment variable
DASELEMENT_LICENSE=5053@{host_name}
To show your licenses visit the following address in your web browser: {license_server}:5054
Note |
---|
If your application doesn’t start check the log file: |
...
open a command prompt (cmd.exe)
type:
ifconfig /all
- hit enterlook for you network device and "Physical Address"
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}
. The default port is 5053
Example:
Linux
export DASELEMENT_LICENSE=5053@vfx-license
Windows
setx DASELEMENT_LICENSE "5053@vfx-license”