目錄
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軟件商店中