How to load & start EMQX plugin using emqx_ctl
You can easily load (& start) an EMQX plugin such as emqx_auth_mnesia
load_emqx_plugin.sh
./bin/emqx_ctl plugins load emqx_auth_mnesiaIf you are using docker-compose and your container is named emqx, you can use
load_emqx_plugin_docker.sh
docker-compose exec emqx ./bin/emqx_ctl plugins load emqx_auth_mnesiaAfter running this command, the plugin will show up as Running in the dashboard:

If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow