Installation and use of Mqtt server EMQX on Windows server

Scenes

Build Mqtt server on Windows and use the client tool MqttBox to test:

https://blog.csdn.net/BADAO_LIUMANG_QIZHI/article/details/112305328

I have introduced the tutorial of mqtt server built based on activemq before, today I use Emqx to build mqtt server

EMQ X is a messaging and stream processing open source software for the 5G and Internet of Things market released by a technology company in Hangzhou, China (the company is called EMQ). The founding team of the company is mainly from Huawei, IBM, Amazon and Apple, and firmly supports open source software. Rarely, in 2013, EMQ was released as an open source project on Github, and it has become an open source MQTT message server widely used in the global market.
    EMQ X Broker is an mqtt server with its fully open source publish-subscribe model, developed based on the highly concurrent Erlang/OTP language platform, supporting millions of connections and distributed cluster architecture. MQTT5.0 support, high concurrency and low latency, extension modules and plug-ins, cross-platform installation and deployment, are widely used in the global Internet of Things market. Whether it is product prototyping, IoT startups, or large-scale commercial deployment, EMQ X Broker supports open source and free use.

Note:

Blog:
https://blog.csdn.net/badao_liumang_qizhi
Follow the public
account Domineering
programmers Get programming-related e-books, tutorial pushes and free downloads.

achieve

Emqx official website download address:

https://www.emqx.io/cn/downloads#broker

Choose for Cloud

EMQ X Broker under

Click to download the compressed package of Windows Server Edition under

 

After downloading, unzip it on Winserver. You cannot start it on your own computer. This is for the server version. The currently supported operating system is

 

Find the bin directory after decompression on Winserver, open cmd here

emqx start

Start emqx

 

Then open the browser and enter:

localhost:18083

Default username and password

admin

public

 

Then stop emqx, under bin

emqx stop

 

 

 

Guess you like

Origin blog.csdn.net/BADAO_LIUMANG_QIZHI/article/details/112574520