EMQX启动失败~

EMQX Windows 5.3.2版,启动出现一下错误:
C:\emqx>C:\emqx\erts-13.2.2.4\bin\erl.exe -mode embedded -boot “C:\emqx\releases
\5.3.2\start” -config “C:\emqx\data\configs\app.2024.05.22.21.02.24.config” -arg
s_file “C:\emqx\data\configs\vm.2024.05.22.21.02.24.args” -mnesia dir ‘c:/emqx/d
ata/mnesia/emqx@127.0.0.1’
Protocol ‘ekka’: register/listen error: “port 4370 is in use”
请问这是什么问题呢?

Protocol ‘ekka’: register/listen error: “port 4370 is in use”
指 4370端口被占用了。

另外, Windows 版本我们已经不维护了。在 Windows 上建议通过 Docker 来安装使用

好的 谢谢~