1.win10环境中

1.官网下载,解压
2.进入解压目录 shift+右键,控制台打开
3.进入 bin目录 执行 emqttd console 控制台模式启动:
4.运行emqttd bin目录下执行 emqttd start
5.使用mosquitto工具测试下。文档
emqttd安装
6.查看后台控制台 http://localhost:18083/
7.关闭emqttd 进入bin目录 执行 emqttd stop

ubuntu14.04安装

1.下载emp:wget http://emqtt.com/downloads/2070/ubuntu14_04

  1. 解压 unzip 对应的zip包
  2. 移动到自己喜欢的目录 mv emqttd/ /usr/local
  3. 控制台调试模式启动,检查 EMQ 是否可正常启动: ./bin/emqttd console
  4. 浏览器打开控制台 http://ip:18083/
  5. 测试如 win10 环境

集群

net_kernel:connect_node('[email protected]').
./bin/emqttd_ctl cluster join [email protected]
emqttd_ctl cluster leave

博客小福利 阿里云优惠券 点我免费领取

相关文章:

  • 2021-10-12
  • 2022-02-09
  • 2021-11-16
  • 2021-10-13
  • 2021-10-21
  • 2021-05-29
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-05-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案