Skip to content

Instantly share code, notes, and snippets.

@juelvaldivia
Last active July 1, 2026 11:59
Show Gist options
  • Select an option

  • Save juelvaldivia/a9446d978d5c16c168aac26d4fb0a796 to your computer and use it in GitHub Desktop.

Select an option

Save juelvaldivia/a9446d978d5c16c168aac26d4fb0a796 to your computer and use it in GitHub Desktop.
$ sudo pacman -S rabbitmq
$ sudo systemctl enable --now rabbitmq
$ sudo rabbitmq-plugins enable rabbitmq_mqtt
$ sudo rabbitmq-plugins enable rabbitmq_management
$ sudo rabbitmqctl add_user admin1 admin1
$ sudo rabbitmqctl set_permissions -p / admin1 ".*" ".*" ".*"
$ sudo rabbitmqctl set_user_tags admin1 management administrator
visit http://localhost:15672
@Alilacream

Alilacream commented Jul 1, 2026

Copy link
Copy Markdown

by enabling rabbit ? i can use it via cli directly or do i need to use the web localhost ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment