Hello,
Thank you for your response. Please find our answers and additional findings below.
1. No external Mosquitto running on the host
We confirmed that port 1883 is not occupied by any process outside the CUBE OS container:
$ sudo ss -tlnp | grep 1883
(no output)
So there is no port conflict with an external broker.
2. Version 2.11.0 also affected – upgrade did not resolve the issue
We want to clarify that we have already tested both available Docker image versions:
The same error occurs on both versions with a completely fresh data directory. The upgrade did not resolve the problem.
3. Log analysis – root cause identified
We extracted the logs from /data/.logs/ and found the following recurring errors in the aibridge-api log:
[ERROR] [dynamic-security-mqtt] MQTT error: Connection refused: Not authorized
[ERROR] DROP TABLE groups COLUMN sn_list error: no such column: “sn_list”
The regular MQTT client connects successfully to mqtt://[127.0.0.1](http://127.0.0.1), but the dynamic-security-mqtt admin client is repeatedly rejected with “Not authorized”. This cycle repeats approximately every 2–3 seconds.
Additionally, the supervisor log shows a continuous Bluetooth enable/disable loop (~every 2 seconds), which may indicate a hardware access issue inside the container.
4. Network mode
We have tested both macvlan network mode (container IP: 192.168.3.10) and host network mode. The error is identical in both configurations, so the network mode is not a factor.
5. Log files attached
Please find the complete /data/.logs/ directory attached as cube_logs.tar.gz.
Based on our analysis, the issue appears to be a credential mismatch between the generated dynamic-security.json and the credentials used by the dynamic-security-mqtt client during initialization, possibly combined with a database schema incompatibility (sn_list column missing). Both errors occur on a completely fresh install with an empty data directory.
CUBE OS Docker – logs and additional findings
We look forward to your findings.
Best regards,
Váczi Zoltán
Minnie <notifications@ewelinkforum.discoursemail.com> ezt írta (időpont: 2026. jún. 24., Sze, 13:39):
(attachments)
cube_logs.tar.gz (31 KB)