Skip to main content
Nintex Community Menu Bar
Knowledge Base

Rabbit Admin User lost Admin Rights

  • June 23, 2024
  • 0 replies
  • 24 views

Forum|alt.badge.img+3

Topic

Customer has reported that Rabbit MQ password stopped working and was prompting the message:



Not management user

Instructions 

Cause:
Missing permissions/rights.
Solution:
In order to resolve the issue and grant the user with the required rights:
Run the following two commands in CMD from C:\Nintex\RabbitMQ\rabbitmq_server-3.8.1\sbin

.\rabbitmqctl.bat set_permissions -p / admin ".*" ".*" ".*"

.\rabbitmqctl.bat set_user_tags admin administrator