Skip to content

boris-fx/rlm-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boris FX RLM Server Docker Container

This repository contains a recipe to run Boris FX's RLM license server in a Docker container.

To use this container, you need a license issued by Boris FX which is signed to a virtual machine MAC address. Generate a locally-administered, unicast MAC address using e.g. Random Locally Administered Unicast MAC Address, and supply this to Boris FX. They will sell you a license which is locked to that address. Tell them you would like a custom ISV port of 5153.

Define the environment variables:

HOSTID=<mac address>
HOSTNAME=<hostname>

One way to do this is using an environment file.

Place your license file in the licenses directory prior to starting the container.

The container exposes the following ports:

  • 5053: Main rlm port
  • 5054: Web interface
  • 5153: ISV port

5053 and 5054 are the default for Boris FX licenses but 5153 is custom. You can always change the ports in your license file without invalidating the signature.

Build

docker buildx bake

Run

docker compose up -d

Stop

docker compose down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published