Hi,
just trying to execute mosquitto container with Docker@iHost, but port 1883 seems to be not assignable. Checked: it seems not open, but the container starts only using different ports.
Someone can confirm 1883 TCP port can’t be used on iHost? Is it reserved?
Alexie
March 20, 2024, 12:44pm
2
MQTT2CUBE-Tasmota add-on allows you to sync your Tasmota devices to iHost (CUBE) for control.
Make sure you’ve updated your iHost (CUBE) to V1.8
If you have a working MQTT broker and you want to keep using it, skip to step 6
If you want to run a MQTT broker in iHost and connect your Tasmota device, follow the step 1-6
Step 1
Create a volume, name it like mosquittoConfig
[image]
Step 2
Run the Filebrowser add-on, select the volume created in step1
[image]
Step 3
Open the page of fileb…
this post show you how to install and config mosquitto
this is not the answer I was searching for I know how to solve: changing tcp port. The point is another one.
SuiKa
March 21, 2024, 7:11am
4
The 1883 port of iHost is reserved.
It’s not recommended to use it.
If you are trying to run a mosquitto container.
Try run it with bridge network mode and map the 1883 port of container to a custom port.
ok, this is the answer I was searching for: 1883 can’t be used.
Thanks