Sign inSign up

thingsboard/tbmq

By thingsboard

Updated 25 days ago

Single instance of TBMQ

Image
0

10K+

thingsboard/tbmq repository overview

TBMQ is an open-source industry-ready MQTT broker developed and distributed under the ThingsBoard umbrella that facilitates MQTT client connectivity, message publishing, and distribution among subscribers.

Documentation

TBMQ documentation is hosted on tbmq.io.

Running

For Linux or macOS users, execute the following commands to download the script that will install and start TBMQ:

wget https://raw.githubusercontent.com/thingsboard/tbmq/release-2.4.0/msa/tbmq/configs/tbmq-install-and-run.sh && sudo chmod +x tbmq-install-and-run.sh && ./tbmq-install-and-run.sh

Once the installation process is complete for local deployment, you can access TBMQ UI by visiting the following URL: http://localhost:8083/. Wait patiently until the services are up and running. To log in, utilize the following default credentials.

Username:

Password:

sysadmin

To stop the containers:

docker compose stop

To start the containers:

docker compose start

In case of any issues, you can examine service logs for errors. For example to see TBMQ logs execute the following command:

docker compose logs -f tbmq

Tag summary

Content type

Image

Digest

sha256:bbceaec27

Size

491.5 MB

Last updated

25 days ago

docker pull thingsboard/tbmq:2.4.0