Server URL
By default, License Server (FLS) starts on default host and port:
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.
Change to the FLS installation directory.
Stop FLS using the following command:
./bin/license-server.sh stopSpecify the host and port as FLS configuration parameters. For example, to set the FLS host to
license-server.domain.com
and port to8181
, run the following command:./bin/license-server.sh configure \ --listen license-server.domain.com \ --port 8181Start FLS using the following command:
./bin/license-server.sh start
Change to the FLS installation directory.
Stop FLS using the following command:
./bin/license-server.sh stopSpecify the host and port as FLS configuration parameters. For example, to set the FLS host to
license-server.domain.com
and port to8181
, run the following command:./bin/license-server.sh configure \ --listen license-server.domain.com \ --port 8181Start FLS using the following command:
./bin/license-server.sh start
Stop the service JetBrains License Service.
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 to8181
, run the following command:.\bin\license-server.bat configure ^ --listen-port 8181 ^ --base-url http://license-server.domain.com:8181Start the service JetBrains License Service.
Custom context path
If the machine where FLS is running also runs other web applications, you can specify a custom context path for FLS.
Change to the FLS installation directory.
Stop FLS using the following command:
./bin/license-server.sh stopSet the value of the
--context
parameter to the necessary context path relative to the root context.For example, to set the context path to
/licenseServer
, run the following command:./bin/license-server.sh configure \ --context /licenseServerStart FLS using the following command:
./bin/license-server.sh start
Change to the FLS installation directory.
Stop FLS using the following command:
./bin/license-server.sh stopSet the value of the
--context
parameter to the necessary context path relative to the root context.For example, to set the context path to
/licenseServer
, run the following command:./bin/license-server.sh configure \ --context /licenseServerStart FLS using the following command:
./bin/license-server.sh start
Stop the service JetBrains License Service.
For example, you can use the Services snap-in for Microsoft Management Console (MMC).
Change to the FLS installation directory using the command line.
Change the value of the
--base-url
parameter to the necessary context path relative to the root context.For example, to set the context path to
/licenseServer
onhttp://license-server.mydomain.com:8080
, run the following command:.\bin\license-server.bat configure ^ --base-url http://license-server.mydomain.com:8080/licenseServerStart the service JetBrains License Service.