如何使用 emqx_ctl 加载和启动 EMQX 插件
你可以轻松加载(和启动)EMQX 插件如 emqx_auth_mnesia
load_emqx_plugin.sh
./bin/emqx_ctl plugins load emqx_auth_mnesia如果你使用 docker-compose 并且你的容器名为 emqx,你可以使用
load_emqx_plugin_docker.sh
docker-compose exec emqx ./bin/emqx_ctl plugins load emqx_auth_mnesia运行此命令后,插件将在仪表板中显示为运行中:

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