Skip to content

Instantly share code, notes, and snippets.

@vladbabii
Created January 13, 2017 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vladbabii/d76f7425384f30abd7f06033dbd38d4d to your computer and use it in GitHub Desktop.
Save vladbabii/d76f7425384f30abd7f06033dbd38d4d to your computer and use it in GitHub Desktop.
RabbitMQ 3.6.6+ create new admin user
# replace thenewusername thenewpassword ;)
rabbitmqctl add_user thenewusername thenewpassword
rabbitmqctl set_user_tags thenewusername administrator
rabbitmqctl set_permissions -p / thenewusername ".*" ".*" ".*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment