A Simple Introduction to MQTT Bridges in the Cedalo MQTT Platform
If you’re new to MQTT or just starting to explore the Cedalo MQTT Platform, you might come across the term “MQTT Bridge.”
It sounds technical — but don’t worry. In this article, you’ll learn exactly what an MQTT bridge is, why it’s useful, and when you might need one. And most importantly: you won’t need to configure anything yourself. Our team will handle that for you.
Let’s dive in.
What Is an MQTT Bridge?
An MQTT bridge is a feature that allows two MQTT brokers to connect with each other.
Think of it like building a tunnel between two separate rooms. Messages published in the first room can travel through the tunnel and appear in the second room — and, if needed, messages from the second room can also travel back the other way.
In simple terms:
An MQTT bridge enables two brokers to share data automatically.

This is extremely useful when you have devices, sensors, or systems spread across different networks, locations, or departments, and you want them to communicate without moving all devices to the same broker.
Why Would You Use a Bridge?
Bridges are commonly used when:
1. You have multiple sites or locations
For example:
A factory has one MQTT broker for machines on the shop floor, and another broker in the IT department for analytics.
A bridge automatically shares the relevant data between them.
2. You want to collect data centrally
If you have many smaller MQTT brokers — one per line, machine, building, or customer site — a bridge can forward selected data to one central MQTT broker where dashboards, analytics, or cloud services run.
3. You want separation and security
Sometimes devices must stay inside a closed network for safety reasons.
A bridge lets you carefully control which data leaves the local environment, without exposing the whole network.
4. You need scalability
As your system grows, bridges help you expand without redesigning everything.
Just add another broker and bridge it to the others — easy and modular.
What Makes MQTT Bridges in Cedalo So Powerful?
The Cedalo MQTT Platform builds on top of Eclipse Mosquitto and enhances the experience with:
- easy monitoring
- clear configuration management
- solid security concepts
- better visibility into broker and bridge health
This makes bridges not only useful, but also reliable and manageable — even in large-scale environments.
Do I Need to Configure This Myself?
Yes.
Configuring a bridge manually requires technical expertise, careful planning, and proper security settings. To make things easier, we’ve put together a step-by-step guide showing exactly how to set up a Mosquitto bridge on your own.
All you need to do is follow the instructions in our blog post: How to Configure a Mosquitto Bridge.
The guide covers:
- Connecting your brokers
- Controlling the direction of data flow
- Choosing which topics to forward
With this guide, you can handle everything from configuration to testing yourself — no extra support needed.

laurenz.dallinger@cedalo.com