飞哥的海

导航

LINUX CENTOS7 部署步骤 EMQX

0. MQTT 服务器 开源https://www.emqx.io/zh

1. 官方安装教程
https://www.emqx.io/zh/downloads?os=CentOS

2. 搬运

curl -s https://assets.emqx.com/scripts/install-emqx-rpm.sh | sudo bash
yum install emqx
systemctl start emqx

3. 如果不配置 EMQX Yum 源, 将无法执行 yum install

4. 设置 开机启动

systemctl start emqx

5. 查看emqx监听端口

netstat -nltp|grep emqx

6. 访问控制终端:

 http://localhost:18083/

7. 用户名:密码  admin:public 查看位置在:

vim /etc/emqx/emqx.conf

 



posted on 2022-11-17 14:50  飞哥的海  阅读(811)  评论(0)    收藏  举报