This article describes how to change the Default Port on Citrix Licensing Config Service.
Citrix Licensing Config Service might fail to start when another application or service uses the default port 80.
To change the default port, complete the following procedures:
To change the default port om machine with Citrix Licensing Config service, complete the following steps:
Open Windows Explorer.exe and browse to C:\Program Files (x86)\Citrix\Licensing\LicensingConfig\Service.
Note: Remove x86 for a 32-bit machine.
Open Citrix.LicensingConfig.SdkWcfEndpoint.exe.minimal.config and copy and paste the complete content in a notepad
Open Citrix.LicensingConfig.SdkWcfEndpoint.exe.config in a notepad and complete the following steps:
Clear all lines in it.
Paste the contents that you had copied into this document.
Save and close.
Run command prompt as an Administrator.
Browse to C:\Program Files (x86)\Citrix\Licensing\LicensingConfig\Service.
Note: Remove x86 for 32-bit machine.
Type "Citrix.LicensingConfig.SdkWcfEndpoint.exe /SDKPORT <PORT>*"
*For example: Citrix.LicensingConfig.SdkWcfEndpoint.exe /SDKPORT 8080To change the default port om machine that runs Desktop Delivery Controller, complete the following steps:
Run PowerShell and load all the Citrix Snap-ins (add-pssnapin citrix*).
Type "Remove-ConfigServiceGroup –ServiceGroupUid “5daf5329-90cf-470a-bfc6-eb0ffa0c4bd6”".
Type "$d = Get-LicServiceInstance –AdminAddress <licenseServer>:<port>*".
*For example: $d = Get-LicServiceInstance -AdminAddress mylicenseserver:8080
Type "$d.ServiceGroupUid = "5daf5329-90cf-470a-bfc6-eb0ffa0c4bd6"".
Type "$d.ServiceGroupName = "LIC"".
Type "$d | Register-ConfigServiceInstance".