KB: Running multiple Services on the same server
Introduction
Some customers require the use of multiple RangerMSP Servers. In some cases they also needed RangerMSP services for both servers, while running on the same computer. So the RangerMSP Team presents here the option to change the name of a RangerMSP service to a unique service name.
Resolution
Under the “[PREF]” section in the new CRMWebInterface.ini file, add the following key (Add to the config):
[PREF] UniqueServiceName=YouPreferedUniqueServiceName
- Make sure to use a different port (5000) for the new Web Interface.
- Then run CRMwebinterface.exe –install from the new Web Interface directory.
- This command will start the new web interface service:
Sc.exe start CRMWebInterface<NEWNAME>
- Note: The same process can be used on the RangerMSP Server and RangerMSP RMMServer services, if you’re interested in running 2 copies of that.
Example:
[Pref] ServerPort=4961 TimeOutAmount=60 ServerIP=127.0.0.1 UniqueServiceName=CCRMWebInterface