...
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
...