一、下載
https://www.emqx.cn/downloads#broker
2、安裝執行(比較簡單)
#解壓 unzip emqx-centos8-4.3.0-amd64.zip #啟動 ./bin/emqx start
3、文件地址
https://docs.emqx.cn/broker/v4.3/
4、編輯使用者名稱/密碼配置檔案
vim /etc/emqx/plugins/emqx_auth_username.conf ##-------------------------------------------------------------------- ## Username Authentication Plugin ##-------------------------------------------------------------------- ## Examples: auth.user.1.username = admin auth.user.1.password = admin888 ## Password hash. ## ## Value: plain | md5 | sha | sha256 auth.user.password_hash = plain #plain 表示透傳
這裡建議一個專案設一組使用者/密碼,方便管理。
5、關閉匿名訪問
vim /etc/emqx/emqx.conf allow_anonymous = false
6、啟用外掛
7、啟動服務
#啟動 $ emqx start EMQ X v4.0.0 is started successfully! #狀態檢視 $ emqx_ctl status Node 'emqx@127.0.0.1' is started emqx 4.0.0 is running #停止 emqx stop #重啟 emqx restart
8、連線(好用的客戶端工具)
(2)MQTT.fx:下載地址