< All Topics
Print

RLM has a built in method where a client can locate an on premises RLM server by sending a broadcast request to the local network (this is a similar concept to how DHCP works). Broadcast is enabled by default, and is the last attempt the client will make to locate a license on the network.

 

When is a broadcast message sent?

A broadcast message is sent to the network if all other attempts to checkout a license have failed. Basically, if all else fails the client will attempt a checkout via broadcast before giving up. You can read the full process of attempting to find a license in our documentation.

 

Disabling broadcast

Broadcast is enabled by default, though you can chose to disable it.

 

Server Side

When starting the RLM server (either manually or as a service) add the -noudp flag. This will mean the server will not listen for broadcast requests on the network.

 

Client side

This is controlled by the software provider (ISV).

ISVs: When building the RLM dev kit, modify your rlm_isv_config.c file and change rlm_isv_cfg_disable_broadcast to 1.

 

Multiple license servers

If you are running multiple RLM servers on a single computer, only one of the processes will be able to bind to port 5053 and listen for broadcast requests. If you would like broadcast requests to be available for all license servers, you will need to configure a single RLM server. See our KB: License Server Administration for Multiple Software Providers

RLM and RLM
Activation Pro

What’s the difference?

Reprise License Manager (RLM)

Software License Manager

RLM provides runtime checking that verifies that your application is licensed to run and that the current usage of your application is within the limits you have ser every time your application runs.

As a Software publisher, you integrate RLM into your product, and RLM keeps track at runtime of who is using the licenses of your software.

RLM can do this entirely within the client library (linked into your application), or, more commonly, your application makes a request of the RLM Lincese Server to check out a license.

The lincese server runs either on your customers network, or in the cloud if you are using our RLMCloud™ service.

RLM provides runtime checking that verifies that your application is licensed to run and that the current usage of your application is within the limits you have ser every time your application runs.

RLM Activation Pro

Software Activation Manager

Activation Pro is
used once when your customer purchases your software in order to retrieve the license which is specific to that customer.

Software Activation’s purpose in life is to get the licenses for your product to your customers with a minimum of fuss.

Activation Pro also has a server component wich we call the activation server.

Your application contacts the activation server and supplies a short text activation key, and in exchange, the activation server returns the license which enables your product.

Generally, this is done once, right after your customer purchases your software, not every time your software is invoked.