Enterprise-grade MQTT Broker supporting 100K+ concurrent connections. Fully open-source, enabling enterprises to build high-availability IoT infrastructure at lower cost.
Trusted by Excellent Enterprises
深圳市比亚迪锂电池有限公司坑梓分公司 Built for large-scale IoT scenarios, providing high-performance, high-availability, and scalable messaging services
Supports 100K+ concurrent connections on a single node with millisecond latency, meeting high-throughput requirements.
Supports MQTT over TLS/SSL, username/password authentication, and ACL permission control to ensure secure data transmission.
Built-in Web Dashboard for real-time monitoring of connections, subscriptions, and message traffic, with online client session management.
Built-in cluster plugin supports multi-node deployment for million-level concurrent connections, providing load balancing and high availability for large-scale device access.
Flexible plugin mechanism supporting authentication, bridging, storage, and cluster extensions to meet customization needs.
Provides Java client SDK with support for MQTT 3.1/3.1.1/5.0 protocols and simple, easy-to-use API design.
Three steps to achieve cost optimization, comprehensive improvement from architecture to efficiency
High-performance communication framework based on smart-socket
Message latency <1ms, more cost-effective hardware specifications with equivalent performanceAI-assisted development model
10x R&D efficiency improvement, cost less than 1% of traditional modelDual optimization of technology cost and R&D cost
Total cost reduced to one-tenth of the originalRigorously tested data performance, providing solid guarantees for large-scale IoT scenarios
Docker and manual deployment options available, start service within 5 minutes
Simplest deployment method, start complete service with one command
version: '3.8'
services:
smart-mqtt:
image: smartboot/smart-mqtt:latest
container_name: smart-mqtt
ports:
- 1883:1883
- 18083:18083 docker-compose up -d Quickly start a single container
docker run -d \
--name smart-mqtt \
-p 1883:1883 \
-p 18083:18083 \
smartboot/smart-mqtt:latest Download latest version from Gitee or GitHub Releases
wget https://gitee.com/smartboot/smart-mqtt/releases/download/v1.5.4/smart-mqtt-full-v1.5.4.zip
unzip smart-mqtt-full-v1.5.4.zip
cd smart-mqtt Run startup script to start smart-mqtt
./bin/start.sh Multiple ways to verify if smart-mqtt is running successfully
View Process
ps aux | grep smart-mqtt Check Port Listening
netstat -tlnp | grep 1883 Subscribe to Topic (Terminal 1)
mosquitto_sub -h localhost -p 1883 -t test/topic Publish Message (Terminal 2)
mosquitto_pub -h localhost -p 1883 -t test/topic -m "Hello" smart-mqtt smart-mqtt Enterprise edition provides advanced features and dedicated technical support on top of professional edition
24/7 response, one-on-one service from dedicated technical consultants
Customized features based on business requirements for special scenarios
Professional cluster architecture design with high availability and load balancing
99.99% service availability guarantee with comprehensive disaster recovery plan
Email: zhengjunweimail@163.com
AGPL license open source, commercial license optional.
Docker one-click deployment, complete integration in 5 minutes.