Try License Vault, our new cloud solution for license management! Hosted by JetBrains, License Vault doesn't require installation and can be accessed from any device with an internet connection. Learn more
By default, License Server (FLS) starts on default host and port:
Linux
macOS
Windows
0.0.0.0:8080
0.0.0.0:8080
127.0.0.1:80
This is fine for testing internally, but running a production FLS server on this address is not secure. You should have a physical or virtual server with a dedicated IP address and preferably a resolvable domain name, and configure the host and port for running FLS accordingly.
Linux
macOS
Windows
Change to the FLS installation directory.
Stop FLS using the following command:
./bin/license-server.sh stop
Specify the host and port as FLS configuration parameters. For example, to set the FLS host to license-server.domain.com and port to 8181, run the following command:
Specify the host and port as FLS configuration parameters. For example, to set the FLS host to license-server.domain.com and port to 8181, run the following command:
For example, you can use the Services snap-in for Microsoft Management Console (MMC).
Change to the FLS installation directory using the command line.
Specify the host and port as FLS configuration parameters. For example, to set the FLS host to license-server.domain.com and port to 8181, run the following command: