KeenTools License Server is a command line utility for Linux, Mac OS and Windows which is designed to host floating Studio subscription keys in studios' private networks. The guide can be found here.
We'll let you know when there are new amazing features
No. You can activate subscription keys manually from another computer with internet access using Manual Installation page. The Hardware ID can be found if you launch the License Server with the "run" command.
Host: services.keentools.io, port: 443. It happens when a subscription key is being installed and when a running instance of License Server is checking installed subscription keys from time to time.
Definitely! When our plugins are loaded they check KEENTOOLS_LICENSE_SERVER variable, and if it contains a string with a host address and/or a port number, they try to connect using it and get a license. Here are some examples of what this variable could contain: localhost (the default port will be used), 192.168.1.42, server.local:4242, 10.0.0.66:7766.
This may happen with subscription keys of a wrong type. Only Studio subscriptions work with License Server.
Check there are no firewalls between the user's machine and the machine with the license server. The default port used by License Server is 7096.
Please, check there are no other processes using that port on the machine where License Server is being run.
You can redirect stdout to the License Server executable, i.e.
"cat keys.txt | ./KeenToolsLicenseServer install"
or
"echo 'key1 key2 key3 ...' | ./KeenToolsLicenseServer install"
The subscription keys are being read during the startup, so you need to restart the existing License Server process to make newly installed keys available for users.
There's no difference if you know how to use the OS of your choice as a server.
Yes.
Subscription key is locked for up to two minutes after it was used last time.
In that case you either need to coordinate your work between two or more machines, or just get more subscriptions.
We recommend using Non-Sucking Service Manager, it's free and easy to use.
Please try to install Microsoft Visual C++ 2010 Redistributable Package.
This may happen when root certificates on your OS are obsolete.
To update them on old versions of Windows please follow instructions on this page. Usually launching this command is enough: "CertUtil –generateSSTFromWU Rootstore.sst".
Alternatively, you can activate licenses manually and then place activated license files in the license storage folder of license server.