Modifying RabbitMQ ports - Genetec Mission Control™ 3.0.6.0

Genetec Mission Control™ Deployment Guide 3.0.6.0

Applies to
Genetec Mission Control™ 3.0.6.0
Last updated
2022-10-26
Content type
Guides > Deployment guides
Language
English
Product
Genetec Mission Control™
Version
3.0

By default, RabbitMQ uses port 5671 for SSL communication. If you want to change the default port numbers used by Genetec Mission Control™, you must either change it during the installation process or change the port in the RabbitMQ.conf file.

Procedure

  1. Update the RabbitMQ.conf file.
    1. On the machine where Genetec Mission Control™ is installed, navigate to Computer\Local Disk (C:)\ProgramData\Genetec\RabbitMQ\conf.
    2. Open the RabbitMQ.conf file in a text editor.
    3. To change the SSL port from the default (5671 is selected by default during installation), modify the line:
      listeners.ssl.default = 5671
    4. To change the HTTPS API port from the default (15671), modify the line:
      management.ssl.port       = 15671
    5. Save and close the RabbitMQ.conf file.
  2. In the Services tab of the Windows Task Manager, restart the RabbitMQ service.
  3. Update the ports in the Incident Manager role to match the port information in the RabbitMQ.conf file.
    1. From the Config Tool home page, open the System task, and click the Roles view.
    2. Select the Incident Manager role, and click the RabbitMQ tab.
    3. Select the server you want to modify and click Edit the item ().
    4. Enter the new port number and click Apply.
    NOTE: You can modify either or both of the port information depending.
    1. If you have modified the ports on more than one RabbitMQ server, and if those servers are listed, then you must also edit the port for those servers.