rabbitmqctl add_user <username> <password> rabbitmqctl set_user_tags <username> administrator rabbitmqctl set_permissions -p / <username> ".*" ".*" ".*"
Please replace placeholders like <username> and <password> with your own data.
<username>
<password>