Skip to content
Follow
📚

Tutorials

Every guide we’ve published, newest first. Filter by topic, or use search if you already know what broke.

3,169 tutorials · page 265 of 265

Ubuntu Linux 2 min read
How to Install RabbitMQ on Ubuntu Linux

RabbitMQ, a lightweight open-source message broker, can be installed on Ubuntu 16.04, 17.10, and 18.04 by first installing Erlang/OTP, as RabbitMQ requires this to run. Once both are installed, user can enable RabbitMQ to start upon server boot up and activate RabbitMQ Web Console for easier management. Note that for Ubuntu 18.04, users have to manually install Erlang/OTP and RabbitMQ at the time of writing.

Updated Sep 2026 Read more →