mqtt开源服务器 EMQX 使用指南

送分小仙女□ 提交于 2019-12-09 20:36:26

官网: https://docs.emqx.io/broker/v3/cn/getstarted.html#mqtt-clients

 

一、安装启动

# 各平台下载https://www.emqx.io/downloads/broker?osType=Linux
# 解压(例子linux) , window RARunzip emqx-macosx-v3.2.0.zip && cd emqx
# 启动emqx
./bin/emqx start

# 检查运行状态
./bin/emqx_ctl status

# 停止emqx
./bin/emqx stop
 

 

二、进入后台管理

控制台地址: http://127.0.0.1:18083,默认用户名: admin,密码:public

 

 

 

 

 

 

 

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!