Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

As a single user you don’t need to install the license server. Simply follow the instructions below.

Setup license file

Info

You may need to create the license folder if it doesn’t exist yet.

  • copy the license file in a folder called license in your local .das-element folder

    • Linux/MacOS: ~/.das-element/license

    • Windows %homepath%/.das-element/license

  • edit the variables.env file and add this line

    Image RemovedImage Added
    Code Block
    DASELEMENT_LICENSE_TYPE=local
  • start the application (thumbs up)

...

  • (tick)

Install RLM as service (alternative)

An alternative approach is to install the RLM license server as a service.

Install service

Example for Linux

Code Block
rlm -install_service -service_name daselement_rlm -display_name "Das Element License Service" -dlog /path/to/logs/rlmd.log -c /path/to/license/file.lic

Example for Windows

Code Block
rlm.exe -install_service -service_name daselement_rlm -display_name "Das Element License Service" -dlog %HOMEPATH%\.das-element\logs\rlmd.log -c %HOMEPATH%\.das-element\licenses\daselement_20240118.lic

Remove service

Code Block
rlm -delete_service -service_name daselement_rlm

Troubleshooting

Follow this link for troubleshooting suggestions: Troubleshooting