thingsboard / tbmq

Open-source, scalable, and fault-tolerant MQTT broker able to handle 4M+ concurrent client connections, supporting at least 3M messages per second throughput per single cluster node with low latency delivery. The cluster mode supports more than 100M concurrently connected clients.
https://thingsboard.io/products/mqtt-broker/
Apache License 2.0
572 stars 46 forks source link

[Bug] #59

Closed jot4p closed 1 year ago

jot4p commented 1 year ago

Hi,

I have one problem with docker composer project.

If I access via 0.0.0.0:8083 login works fine. image

But if I access externaly or localhost the login fails.

image

image

Best Regards, Joao

dmytro-landiak commented 1 year ago

Hi @jot4p!

Have you changed the default username from sysadmin@thingsboard.org to sysadmin@thingsboard.com?

I see default one on the first screen. image

Otherwise, pls provide the tbmq logs (tbmq container logs) so I can search for a specific issue.

jot4p commented 1 year ago

ahhaa, a litle big difference !! xD

Thanks