下载地址:

http://emqtt.com/downloads

参考文档:

http://emqtt.com/docs/v2/index.html

安装过程:(windows版本为例)

1、下载 emqttd-windows7-v2.3.4.zip 并解压

2、cmd控制台进入解压的目录

控制台模式启动:

bin\emqttd console

如启动成功,会弹出控制台窗口(erlang)。

3、关闭控制台窗口,停止emqttd进程,准备注册 Windows 服务。

EMQ 注册为 Windows 服务:

bin\emqttd install

EMQ 服务启动:

bin\emqttd start

EMQ 服务停止:

bin\emqttd stop

EMQ 服务卸载:

bin\emqttd uninstall

4、登录验证

http://localhost:18083/ 

用户:admin   

密码:public

emqtt服务器安装

相关文章:

  • 2021-10-02
  • 2022-12-23
  • 2021-11-01
  • 2021-04-25
  • 2022-02-16
  • 2021-08-21
  • 2021-08-23
  • 2021-09-17
猜你喜欢
  • 2021-09-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-16
  • 2022-12-23
  • 2021-08-09
相关资源
相似解决方案