服务器 EMQX

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

 

一、安装启动

# 各平台下载
https://www.emqx.io/downloads/broker?osType=Linux

# 解压(例子linux) , window RAR
unzip 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

mqtt开源服务器 EMQX ,客户端MQTTX5.0,使用指南

 

  

官网说明 https://mqttx.app/cn/

各版本下载地址 https://www.emqx.io/downloads/MQTTX/

 

 

 

 

 

 

 

 

 

相关文章:

  • 2021-04-12
  • 2022-12-23
  • 2022-01-06
  • 2021-10-11
  • 2021-08-10
  • 2021-11-18
  • 2021-07-10
  • 2022-12-23
猜你喜欢
  • 2023-01-02
  • 2022-12-23
  • 2021-11-18
  • 2021-04-30
  • 2021-04-07
  • 2021-07-05
  • 2022-12-23
相关资源
相似解决方案