You can replace the default port that controls the PCoIP Secure Gateway (PSG) service that runs on a Horizon Connection Server instance. You might need to perform this task to avoid port contention.
The PCoIP Secure Gateway listens for control connections on the local TCP port 50060 by default.
Procedure
-
Create or edit the
locked.propertiesfile in the gateway configuration folder on the Horizon Connection Server computer where the PCoIP Secure Gateway is running.For example:
install_directory\Omnissa\Horizon\Server\sslgateway\conf\locked.propertiesThe properties in the
locked.propertiesfile are case sensitive. -
Add the
psgControlPortproperty to thelocked.propertiesfile.For example:
psgControlPort=52060 -
Start the Windows Registry Editor on the same machine.
-
Navigate to the
HKEY_LOCAL_MACHINE\SOFTWARE\Teradici\SecurityGatewayregistry key. -
Under this registry key, add the following String (
REG_SZ) value with your updated port number.For example:
TCPControlPort "52060"Note: The port number for
TCPControl Portis the same as the port number forpsgControlPort. -
Restart the Horizon Connection Server service to make your changes take effect.
Was this page helpful?