mqtt service is installed (emqx, former emq)

System environment:

  • ubuntu 18.04server lts
  • IP address of the target system (accessible): 192.168.1.31

 emqx version: v3.2.3

  •   Open the Web page, select the target system and emqx version according to good installation package. Here I chose ubuntu18.04 / deb packages installed, copy the download link

 

 

  •  Download the installation package
    wget https://www.emqx.io/downloads/broker/v3.2.3/emqx-ubuntu18.04-v3.2.3_amd64.deb
  •  installation
    sudo dpkg -i emqx-ubuntu18.04-v3.2.3_amd64.deb

     

  •  Service starts
    sudo emqx start

     

  • Log dashboad, visit http: // server IP: 18083, I have here is http://192.168.1.31:18083, the user name admin password public (if using the password can not log in to view the document, visit the official website of the default user name and password https: / /docs.emqx.io/broker/v3/cn/getstarted.html)

 

Guess you like

Origin www.cnblogs.com/tu13/p/ubuntu-mqtt-emqx.html