How to change EMQX admin password
Changing the password is as simple as
change_emqx_password.sh
./bin/emqx_ctl admins passwd admin "[new password]"If you are using docker-compose and your container is named emqx, you can use
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