Node-RED: Simple example: using Node-RED with the MQTT server
This documentation is part of the MQTT server guide. You can view the complete guide here: How to connect Node-RED to the Mosquitto MQTT server.
👋 Welcome to the Stackhero documentation!
Stackhero offers a ready-to-use Node-RED cloud solution that provides a host of benefits, including:
- MQTT server included (Mosquitto).
- Full access to Node-RED admin UI.
- Node-RED Dashboard included.
- Unlimited and dedicated SMTP email server included.
- Effortless updates with just a click.
- Customisable domain name secured with HTTPS (for example, https://node-red.your-company.com).
- Optimal performance and robust security powered by a private and dedicated VM.
Save time and simplify your life: it only takes 5 minutes to try Stackhero's Node-RED cloud hosting solution!
If you are new to using MQTT with Node-RED, here is a simple example to help you get started quickly. This example demonstrates how to send a message to a topic and receive messages from it. You can download the flow example and import it into your Node-RED instance using the "Import" menu.
Simple example of connecting MQTT to Node-RED
If your MQTT nodes are stuck in the "connecting" state, it is advisable to check whether the
MQTT authenticationflow is still present. If it is missing, you can download it here: mqttAuthenticationFlow.json. Import this flow into your Node-RED instance, update theUsersnode with your chosen passwords, and remove any unnecessary comments as needed.