In multiserver deployments all individual servers should know about each other, they should be aware of the servers' IP addresses and the port based on the protocol it's communicating through.
By default there are two predefined servers:
- AMQP Server - the server where the RabbitMQ broker is running
- core - the default server that was defined during the installation process
Adding a New Server to Your Cluster
Log in as admin. Navigate to Settings > Configuration > CallREC Core > Servers and scroll down.
The Servers screen displays all installed servers and ports. Define aliases at the bottom of the list to use in other configuration dialogs.

To add a new server:
Type the server details:
Server name - The unique label of the server within the cluster
Server IP address
Port
The communication port of the protocol used for communication. Possible port numbers- 30400 - RMI port used for communication between all GQM services except Key Manager
- 30401 - RMI port used for communication by the Key manager service
- 5672 - AMQP port used for communication with the RabbitMQ broker
- Click New.
- Click Save configuration.