...
To connect to your license server you have to set an environment variable to point to your license server when running the application.
To show your licenses visit the following address in your web browser: http://vfx-license:5054
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
Example:
Linux
export DASELEMENT_LICENSE=5053@vfx-license
Windows
Example: setx DASELEMENT_LICENSE "5053@vfx-licenseā