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