Skip to content

Instantly share code, notes, and snippets.

@fxp
Last active November 15, 2016 07:25
Show Gist options
  • Save fxp/b1a92b88c5e3873f82fcd5c7ec4718b5 to your computer and use it in GitHub Desktop.
Save fxp/b1a92b88c5e3873f82fcd5c7ec4718b5 to your computer and use it in GitHub Desktop.
Install rabbitmq management UI on Ubuntu
rabbitmq-plugins enable rabbitmq_management
rabbitmqctl add_user test test
rabbitmqctl set_user_tags test administrator
# Admin panel hosted on [ip_address]:15672
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment