美文网首页
mqtt账号管理

mqtt账号管理

作者: 有怪兽变身奥特曼 | 来源:发表于2022-05-12 15:08 被阅读0次

    查看用户列表

    emqx_ctl user list
    

    添加用户

    emqx_ctl user add "账号" "密码"
    

    修改用户密码

    emqx_ctl user update "账号" "密码"
    

    删除用户

    emqx_ctl user del "账号"
    

    相关文章

      网友评论

          本文标题:mqtt账号管理

          本文链接:https://www.haomeiwen.com/subject/fposurtx.html