0

I downloaded emqx-windows-v3.2.3 from EMQ X Broker .

After unzip and start C:\emqx\bin>emqx start it, when I run its dashboard on chrome http://localhost:18083 I got URL not found ...

What is the problem?

enter image description here

Laczkó Örs
  • 1,082
  • 1
  • 18
  • 38
Cyrus the Great
  • 5,145
  • 5
  • 68
  • 149

1 Answers1

2

It may be that your port 8080 is occupied, which causes the management module not to start successfully. Please check the 8080 listener before starting EMQ X.

wivwiv
  • 255
  • 1
  • 3