https://docs.emqx.io/en/broker/latest/getting-started/install.html
Brew option conflict if Cassandra installed, also use nodetool.
$ https://github.com/emqx/emqx/releases
$ unzip emqx-macos-4.2.6-x86_64.zip
https://github.com/emqx/emqx-rel
$ git clone https://github.com/emqx/emqx-rel.git emqx-rel
$ cd emqx-rel
$ git checkout $(git describe --tags $(git rev-list --tags --max-count=1))
$ make
$ ./_build/emqx/rel/emqx/bin/emqx start
https://docs.emqx.io/en/broker/latest/getting-started/command-line.html
Start
$ ./bin/emqx start
EMQ X Broker 4.2.6 is started successfully!
Stop
$ ./bin/emqx stop
ok
Restart
$ ./bin/emqx restart
Node '[email protected]' not responding to pings.
EMQ X Broker 4.2.6 is stopped:
EMQ X Broker 4.2.6 is started successfully!
Status
$ ./bin/emqx_ctl status
Node '[email protected]' is started
emqx v4.2.6 is running
Console
$ ./bin/emqx console
Foreground
$ ./bin/emqx foreground
https://docs.emqx.io/en/broker/latest/getting-started/config.html#introduction
File | Desc |
---|---|
etc/emqx.conf | EMQ X Broker Configuration File |
etc/acl.conf | EMQ X Broker default ACL File |
etc/plugins/*.conf | Configuration Files of Plugins |
$ vim etc/plugins/emqx_dashboard.conf
Browser
http://localhost:18083/
Default username admin
and password public