How to change the Identity Service port
This is a short guide on how to change the Identity Service port and keep the existing configuration with other components.
This workflow is valid for Identity Service v22.12 and higher.
Prerequisites
- Identity Service (further – IS) version 22.12 or higher is installed on your computer.
- Some modules (e.g. OpenLM Server, DSS, etc.) are connected to the IS.
The process
-
Disable all the components' security, one by one, in the IS.
noteDuring the port change, all components will work without any security. If it is critical for you to keep the EasyAdmin user interface and other modules unavailable to unauthorized users, you can shut down all component services until the configuration is done.
-
Log out from the Identity Service.
-
Stop the Identity Service.
-
Open CMD and use the
cdcommand to navigate to the SecurityService folder. By default:cd C:\Program Files\OpenLM\OpenLM Identity Service\SecurityService -
Execute the command below, replacing the address with the FQDN of your machine and any free port you want to use for IS access:
OpenLM.SecurityService -url "http(s)://new.identity.com:5001"
-
Start the IS service.
-
Log in to the Identity Service with the new URL.

-
Re-connect all your components to the IS.