Centos7-EMQX安装与使用
一、安装
1.下载
emqx-centos6-4.2.6-x86_64.zip 一定下新版,旧版我发现很多功能没有。。比如用户登陆信息。。
下载链接:https://www.emqx.io/downloads/broker/
2.解压
需要安装unzip,然后解压。
3.关闭匿名登录
进etc/emqx.conf,找到allow_anonymous =true,改为false。
4.启动emqx
进目录emqx,启动
./bin//emqx start
5.查看状态
./bin/emqx_ctl status
二、使用
1.进入dashboard
http://192.168.1.56:18083/ 登录:admin/public
打不开就重启emqx
重启:
./bin//emqx stop
./bin//emqx start
2.设置连接密码
dashboard中,找到pugins--emqx_auth_username --Start---Manage,填写账号密码
3.客户端连接
192.168.1.56 1883
username: xiaozhu
password: xxxxxxxxxxxxxxxxxxxxx