### Install node-red-contrib-aedes via npm Source: https://github.com/martin-doyle/node-red-contrib-aedes/blob/master/README.md This command installs the `node-red-contrib-aedes` package from the command line using npm. It should be executed from within your Node-RED user data directory, which is typically `$HOME/.node-red` by default. This makes the MQTT broker node available for use in your Node-RED editor. ```sh npm install node-red-contrib-aedes ``` -------------------------------- ### Node-RED Aedes MQTT Broker UI Configuration HTML Source: https://github.com/martin-doyle/node-red-contrib-aedes/blob/master/aedes.html This HTML snippet defines the user interface elements for configuring an Aedes MQTT Broker node within the Node-RED environment. It includes input fields for MQTT port, WebSocket binding (path/port), TLS certificate and key upload, and persistence options (memory, MongoDB, LevelDB). The snippet is truncated at the security tab's username input. ```HTML