emqx_mqtt安装+mqtt管理工具

emqx_mqtt安装+mqtt管理工具

参考:
https://blog.csdn.net/weixin_44462931/article/details/103629704
https://www.jianshu.com/p/c73f134e926f
https://www.cnblogs.com/emqx/p/11400733.html
https://docs.emqx.cn/broker/v4.3/introduction/checklist.html#emq-x-enterprise

x86 是 amd架构

Ubuntu安装(修改配置)

Ubuntu 18.04
x86_64 (amd)

下载

wget https://www.emqx.com/zh/downloads/broker/4.3.5/emqx-ubuntu18.04-4.3.5-amd64.zip

安装:

若是使用默认配置

# 解压
## 进入下载的文件夹(放到要安装的文件夹中)
unzip emqx-ubuntu18.04-4.3.5-amd64.zip
# 启动
./bin/emqx start

Ubuntu中指令

# 启动
./bin/emqx start
 
# 查看状态
./bin/emqx_clt status

web端

http://ip地址:18083
meqx默认用户名:admin 密码:public

mqtt管理软件

网页端管理:

http://tools.emqx.io/recent_connections/

可以同时管理多个mqtt,监听多个topic,也可以发送mqtt,不过清理浏览器缓存应该就没有了

MQTT Explorer :win10软件商店中



点击 ADVANCE设置监听的topic

小缺点:连接之后,不能单独将某个topic停掉

MQTTBox :win10软件商店中


原文地址:https://www.cnblogs.com/ziyue7575/p/15039625.html