At the NCache Server Port, NCache Server starts and accepts different client connections. Default value of this port is "9800". You can change the default value through Alachisoft.NCache.Service.exe.config file as follows:
<add key="NCacheServer.Port" value="9800" />
This will change the value at Server side. This change must also be made in client.nconf to make client aware of this change, as follows:
<ncache-server port="9800" connection-retries="60" retry-interval="1"/>
See Also