Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] Config file for mosquitto and Port Number

I think it will be `listener 8883` in /etc/mosquitto/mosquitto.conf or /etc/mosquitto/conf.d/yourownconfig.conf, if 8883 port is what you want to listen.

Please check the document for more detail http://mosquitto.org/man/mosquitto-conf-5.html#idm46387084507120

listener port

Listen for incoming network connection on the specified port. A second optional argument allows the listener to be bound to a specific ip address/hostname. If this variable is used and neither bind_address nor port are used then the default listener will not be started. This option may be specified multiple times. See also the mount_point option.

Not reloaded on reload signal.


sai priya chethireddy <saipriyachethireddy@xxxxxxxxx> 於 2015年11月9日 週一 下午6:12寫道:
How to change default listening port number 1883 to another port?

On 6 November 2015 at 14:51, Iker Arbizu Azurmendi <ikarbiztech@xxxxxxxxx> wrote:
You should have one in your mosquitto path "/etc/mosquitto/mosquitto.conf"

You have examples about port, authentication... in that file.

Anyway, check this documentation page:



2015-11-06 9:59 GMT+01:00 sai priya chethireddy <saipriyachethireddy@xxxxxxxxx>:
Where can I get the config file for mosquitto?
How to change the default port settings for mosquitto?

_______________________________________________
mosquitto-dev mailing list
mosquitto-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/mosquitto-dev


_______________________________________________
mosquitto-dev mailing list
mosquitto-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/mosquitto-dev

_______________________________________________
mosquitto-dev mailing list
mosquitto-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/mosquitto-dev

Back to the top