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

  1. Start the program. If the installation is not currently licensed, the Licensing and Activation dialog will automatically appear and you can skip to step 3.
  2. On the Help menu, click License.
  3. Under License Location, click to select License Server

Licensing and Activation Dialog
Licensing and Activation Dialog

  1. Click the Edit button at the right of the server field to edit the server name and port number.

Licensing Server Dialog
License Server Dialog

  1. In the Server box, type the Host name of the server running the Thunderhead License Manager.
  2. In the Port box, type 52100 (or the number you specified following How can I change the ports user by the license server?).
  3. Click OK to save the server connection settings and attempt to connect to the license server.

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

Configuring using the PROPS file

This section will user 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.