KB: Running multiple Services on the same server: Difference between revisions

From RangerMSP Wiki - PSA software for MSPs and IT services providers
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=Introduction=
=Introduction=
Some customers require the use of multiple CommitCRM Servers. In some cases they also needed CommitCRM services for both servers, while running on the same computer. So the CommitCRM Team presents here the option to change the name of a CommitCRM service to a unique service name.
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=
=Resolution=
Under the “[PREF]” section in the new '''CommitWebInterface.ini''' file, add the following key (Add to the config):
Under the “[PREF]” section in the new '''CRMWebInterface.ini''' file, add the following key (Add to the config):
   
   
  [PREF]
  [PREF]
Line 10: Line 10:
*Make sure to use a '''different port''' ('''5000''') for the new Web Interface.
*Make sure to use a '''different port''' ('''5000''') for the new Web Interface.


*Then run commitwebinterface.exe –install from the new Web Interface directory.
*Then run CRMwebinterface.exe –install from the new Web Interface directory.


*This command will start the new web interface service:  
*This command will start the new web interface service:  
  Sc.exe start CommitWebInterface<'''NEWNAME'''>
  Sc.exe start CRMWebInterface<'''NEWNAME'''>


*Note: The same process can be used on the CommitServer and CommitRMMServer services, if you’re interested in running 2 copies of that.
*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:
Example:

Latest revision as of 12:45, 8 July 2020

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