<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=MQTT%3A_install_di_Debian_11</id>
	<title>MQTT: install di Debian 11 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=MQTT%3A_install_di_Debian_11"/>
	<link rel="alternate" type="text/html" href="https://onnocenter.or.id/wiki/index.php?title=MQTT:_install_di_Debian_11&amp;action=history"/>
	<updated>2026-04-11T14:15:03Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.4</generator>
	<entry>
		<id>https://onnocenter.or.id/wiki/index.php?title=MQTT:_install_di_Debian_11&amp;diff=64850&amp;oldid=prev</id>
		<title>Onnowpurbo: Created page with &quot;Instalasi   sudo apt update -y &amp;&amp; sudo apt install mosquitto mosquitto-clients -y  Check &amp; Start   sudo systemctl status mosquitto  sudo systemctl start mosquitto  sudo system...&quot;</title>
		<link rel="alternate" type="text/html" href="https://onnocenter.or.id/wiki/index.php?title=MQTT:_install_di_Debian_11&amp;diff=64850&amp;oldid=prev"/>
		<updated>2022-04-07T06:37:20Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Instalasi   sudo apt update -y &amp;amp;&amp;amp; sudo apt install mosquitto mosquitto-clients -y  Check &amp;amp; Start   sudo systemctl status mosquitto  sudo systemctl start mosquitto  sudo system...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Instalasi&lt;br /&gt;
&lt;br /&gt;
 sudo apt update -y &amp;amp;&amp;amp; sudo apt install mosquitto mosquitto-clients -y&lt;br /&gt;
&lt;br /&gt;
Check &amp;amp; Start&lt;br /&gt;
&lt;br /&gt;
 sudo systemctl status mosquitto&lt;br /&gt;
 sudo systemctl start mosquitto&lt;br /&gt;
 sudo systemctl enable mosquitto&lt;br /&gt;
&lt;br /&gt;
Subscribe&lt;br /&gt;
&lt;br /&gt;
 mosquitto_sub -h address -t topic&lt;br /&gt;
&lt;br /&gt;
Publish&lt;br /&gt;
&lt;br /&gt;
 mosquitto_pub -h address -t topic -m “message”&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Config==&lt;br /&gt;
&lt;br /&gt;
password&lt;br /&gt;
&lt;br /&gt;
 sudo mosquitto_passwd -c /etc/mosquitto/passwd test&lt;br /&gt;
 sudo mosquitto_passwd -c /etc/mosquitto/passwd onno&lt;br /&gt;
 sudo mosquitto_passwd -c /etc/mosquitto/passwd mark&lt;br /&gt;
&lt;br /&gt;
config&lt;br /&gt;
&lt;br /&gt;
 sudo vi /etc/mosquitto/conf.d/default.conf&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
tambahkan&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
 # allow_anonymous false&lt;br /&gt;
 allow_anonymous true&lt;br /&gt;
 # password_file /etc/mosquitto/passwd&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Restart&lt;br /&gt;
&lt;br /&gt;
 sudo systemctl restart mosquitto&lt;br /&gt;
&lt;br /&gt;
==Referensi==&lt;br /&gt;
&lt;br /&gt;
* https://www.arubacloud.com/tutorial/how-to-install-and-secure-mosquitto-on-ubuntu-20-04.aspx#HowtoinstallandsecureMosquittoonUbuntu20.04&lt;/div&gt;</summary>
		<author><name>Onnowpurbo</name></author>
	</entry>
</feed>