How do I set up remote administration of the license server?

The license server can be remotely administered by one machine, group of machines or by any machine on a network, depending on the setup. This is controlled by the sesinetd.options file on the license server with the -M option.

For example: To allow any machine on the 192.168.*.* network to administer the license server, the sesinetd.options file could look like this

-V 2 -z 250000 -M 192.168.*.*

Allow one machine to administer the license server:

-V 2 -z 250000 -M 192.168.50.217

Allow a few machines to administer the license server:

-V 2 -z 250000 -M 192.168.50.217,192.168.50.215

Allow machines from different subnets to administer the license server:

-V 2 -z 250000 -m 192.168.50.*,10.0.1.* -M 192.168.50.217,10.0.1.41

Allow all machines on each subnet to administer the license server:

-V 2 -z 250000 -m 192.168.50.*,10.0.1.* -M 192.168.50.*,10.0.1.*

Allow only machines on one subnet to administer the license server:

-V 2 -z 250000 -m 192.168.50.*,10.0.1.* -M 10.0.1.*

The sesinetd.options file is located:

Windows: C:\Windows\System32 (note that this file needs to be created first and placed here)

Linux: /usr/lib/sesi

Mac: /Applications/Houdini/Houdini16.0.xxx/Frameworks/Houdini.framework/Versions/Current/Resources/houdini/sbin

For more information about controlling the behaviour of sesinetd, please refer to the question What kind of options are available to sesinetd?.

The -m option is needed if there are different subnets requiring the checkout of licenses. Please refer to the question How do I use my licenses across my network subnets?