How do I configure software to use a floating license?

All Thunderhead software can be configured to locate the floating license server using the Licensing and Activation dialog or through a PROPS file on each client computer.

Configuiring using the Licensing and Activation dialog

To activate your license, open the Licensing and Activation dialog of the product (shown in the image below - PyroSim used as an example). This dialog will automatically open if the product is unlicensed. If you are replacing a current license, you can open the dialog by clicking Help > License.

  1. Click the Floating License Server radio button.
  2. Click Edit floating license settings.
  3. In the License Server dialog, enter your license Server information. For Server, enter the Host name of the server running the Thunderhead License Manager. For Port, enter 52100 (or the number you specified following How can I change the ports user by the license server?).
  4. Click OK.

Licensing and Activation Dialog
Licensing and Activation Dialog

This client will now check licenses in and out from the License Manager as needed.

Configuring using the PROPS file

This section will use PyroSim as an example. Other Thunderhead software can be configured in the same way, just replace references to PyroSim with references to the product you are configuring.

  1. Open the PyroSim.props file. This is typically located in %USERPROFILE%\AppData\Roaming\PyroSim\PyroSim.props.
  2. Locate the properties PyroSim.licenseServer and thunderheadeng.license3.LicenseManager.location. Property names in the PROPS file are case sensitive, so the property name must be entered exactly as shown.
  3. Set the PyroSim.licenseServer property to the format {PORT}@{HOST NAME}, where HOST NAME is the Host Name of the server running the Thunderhead License Manager, and PORT is the port the License Manager is configured to use.
  4. Set the thunderheadeng.license3.LicenseManager.location property to the string server.

This client will now check licenses in and out from the License Manager as needed. This method can be used to configure one machine, then copy the modified PROPS file to other machines for subsequent installations.