Overview

Deploy mqBase on your own infrastructure with full control over your data and configuration.

mqBase is distributed as a Docker image that bundles everything you need:

  • Mosquitto MQTT broker with dynamic security plugin

  • libSQL database for message persistence

  • Nginx web server for the admin UI

  • Admin Web UI for database queries, live broker monitoring, and ACL management

System Requirements

Resource
Minimum
Recommended

CPU

1 core

2+ cores

RAM

512 MB

1+ GB

Disk

1 GB

10+ GB (depends on retention)

Docker

20.10+

Latest

Exposed Ports

Port
Protocol
Description

1883

TCP

MQTT (plain)

8883

TCP

MQTT over TLS

9001

TCP

MQTT over WebSocket

8080

HTTP

Admin UI

8000

HTTP

libSQL HTTP API

Next Steps

Quick Startchevron-right

Last updated