如何更改 EMQX 管理员密码
更改密码就像这样简单
change_emqx_password.sh
./bin/emqx_ctl admins passwd admin "[new password]"如果你使用 docker-compose 并且你的容器名为 emqx,你可以使用
change_emqx_password_docker.sh
docker-compose exec ./bin/emqx_ctl admins passwd admin "[new password]"If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow