⚐ Note: A maximum number of 10,000 connections (devices) per MQTT broker server is suggested.
1. Run the installer Aranda.ADM.MQTT.Broker.exe
2. Define the language for the installation process.

3. The installer validates the prerequisites that must be met to configure the Aranda broker. If this is not met, the system will install the required information.

4. When you finish installing the requirements, you will be able to see the welcome screen. Confirm the installation by clicking the Following.

5. In the Customer Information window, enter the user name, organization, and click Following. These fields may be left empty.

6. Define the type of installation, the options are:
- Complete: All sites and services will be installed on the default routes.
- Custom: You can change the installation path of websites and services.


7. Once the Full or Custom installation is chosen, click Install, you must have permissions as a machine administrator.

8. When the installation process is finished, click the End.

9. Once the installation process is finished, go to the services and verify that the service: Aranda MQTT Broker is installed and running.

10. To configure the port you want to expose, open the appsettings.json in the folder where the service is installed, and do the following:

11. Modify the section Mqtt:Port to change the port and restart the service to apply the changes.

12. In Windows Defender Firewall, select the Inbound rules option and in the MQTT properties, validate that port 1884/1883 is open on the machine.

13.The archives of Log will be stored in the following path: C:/Windows/System32/LogFiles/ArandaMqttBroker

—
Uninstalling MQTT Broker
1. Open the Aranda MQTT Broker file, the Properties window is enabled, and in the General, under the Service Status, select the Detain and click the Apply.

2. Start a terminal in administrator mode and run the following information:

3. Run the command:
SC DELETE “Aranda MQTT Broker”``
4. Once the command is executed, the result is as follows:

5. Check the services again and it should not be installed.
⚐ Note: A maximum number of 10,000 connections (devices) per MQTT broker server is suggested.