服务器 EMQX
官网: https://docs.emqx.io/broker/v3/cn/getstarted.html#mqtt-clients
一、安装启动
# 各平台下载
https://www.emqx.io/downloads/broker?osType=Linux
# 解压(例子linux) , window RAR
unzip emqx-macosx-v3.2.0.zip && cd emqx
# 启动emqx
./bin/emqx start
# 检查运行状态
./bin/emqx_ctl status
# 停止emqx
./bin/emqx stop
二、进入后台管理
控制台地址: http://127.0.0.1:18083,默认用户名: admin,密码:public
MQTT X - 优雅的跨平台 MQTT 5.0 桌面客户端
官网说明 https://mqttx.app/cn/
各版本下载地址 https://www.emqx.io/downloads/MQTTX/