<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[gelöst] influxdb Passwort verloren]]></title><description><![CDATA[<p dir="auto">Moin, es ist etwas peinlich, aber mein influxdb admin Passwort ist nicht auffindbar. Mit meinem iobroker-user komme ich rein, aber nicht als admin.</p>
<p dir="auto">Im Netz habe ich dazu nix gefunden. Vielleicht hat einer von euch eine Idee, wie ich das Passwort reseten kann. Root-Rechte auf der Maschine habe ich.  InfluxDB shell version: 1.8.3</p>
<p dir="auto">Danke.</p>
]]></description><link>https://forum.iobroker.net/topic/47173/gelöst-influxdb-passwort-verloren</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Jul 2026 02:47:23 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/47173.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 19 Aug 2021 16:10:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [gelöst] influxdb Passwort verloren on Fri, 20 Aug 2021 14:16:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sborg" aria-label="Profile: sborg">@<bdi>sborg</bdi></a><br />
Hut ab!</p>
<p dir="auto">Genau <strong>das</strong> habe ich gesucht! Vielen Dank! So konnte ich das Passwort neu setzen. BTW, der Eintrag in der influx.conf heißt genau: <strong>auth-enabled = false</strong></p>
]]></description><link>https://forum.iobroker.net/post/667169</link><guid isPermaLink="true">https://forum.iobroker.net/post/667169</guid><dc:creator><![CDATA[a200]]></dc:creator><pubDate>Fri, 20 Aug 2021 14:16:08 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] influxdb Passwort verloren on Fri, 20 Aug 2021 12:45:23 GMT]]></title><description><![CDATA[<p dir="auto">Naja, ganz so einfach darf das nicht sein, sonst könnte ja ein "Popel-User" einfach das admin-PW rücksetzen + kann sich dann admin-Rechte verschaffen ;)</p>
<p dir="auto">Hast du ein Backup der influxDB? --&gt; sonst sicherheitshalber eins anlegen<br />
In der influx.conf auf <em>auth=disabled</em> (bzw. false) umstellen (nun werden keine Passwörter mehr genutzt)<br />
Service/influx neu starten.<br />
Ich bin mir jetzt nicht sicher ob du nun dem admin ein neues PW überbrutzeln kannst, aber du kannst zumindest einen Dummy-User anlegen und dem admin-Rechte vergeben. Der sollte dann auch in der Lage sein das eigentliche admin-Passwort zu setzen.<br />
Soweit ich mich erinnere kann man auch nur die Daten (also ohne User/+Rechte) restoren. admin darf eh alles, müsste man dann halt den/die User wieder anlegen.</p>
]]></description><link>https://forum.iobroker.net/post/667113</link><guid isPermaLink="true">https://forum.iobroker.net/post/667113</guid><dc:creator><![CDATA[SBorg]]></dc:creator><pubDate>Fri, 20 Aug 2021 12:45:23 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] influxdb Passwort verloren on Thu, 19 Aug 2021 17:15:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/a200" aria-label="Profile: a200">@<bdi>a200</bdi></a></p>
<p dir="auto">Dann kann ich nur noch <a href="https://influxdb.narkive.com/ZbXuwnQL/lost-root-password" rel="nofollow ugc">das</a> anbieten.</p>
]]></description><link>https://forum.iobroker.net/post/666834</link><guid isPermaLink="true">https://forum.iobroker.net/post/666834</guid><dc:creator><![CDATA[Meister Mopper]]></dc:creator><pubDate>Thu, 19 Aug 2021 17:15:44 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] influxdb Passwort verloren on Thu, 19 Aug 2021 16:55:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/meister-mopper" aria-label="Profile: meister-mopper">@<bdi>meister-mopper</bdi></a> naja, alle meine Bemühungen über influx schlagen fehl.</p>
<pre><code>sepl@iobroker:~# influx
Connected to http://localhost:8086 version 1.8.3
InfluxDB shell version: 1.8.3
&gt; show databases
ERR: unable to parse authentication credentials
Warning: It is possible this error is due to not setting a database.
Please set a database with the command "use &lt;database&gt;".
</code></pre>
<p dir="auto">wie gesagt, mit iobroker_user geht es:</p>
<pre><code>sepl@iobroker:~# influx
Connected to http://localhost:8086 version 1.8.3
InfluxDB shell version: 1.8.3
&gt; auth
username: iobroker_user
password:
&gt; use iobrokerdb
Using database iobrokerdb
&gt;
</code></pre>
<p dir="auto">jetzt wollte ich als admin die Grants dür den iobroker2.0 anpassen:<br />
GRANT [CREATE RETENTION POLICY,ALTER RETENTION POLICY,CREATE DATABASE] to "iobroker_user"<br />
aber das geht nicht, wenn ich vorher die credentials von admin nicht eingebe. Diese habe ich nicht. Also war meine Frage, wie ich das admin-Passwort reseten kann. Und dein Vorschlag klappt nicht.</p>
<pre><code>sepl@iobroker:~# influx
Connected to http://localhost:8086 version 1.8.3
InfluxDB shell version: 1.8.3
&gt; user password -n admin
ERR: unable to parse authentication credentials
Warning: It is possible this error is due to not setting a database.
Please set a database with the command "use &lt;database&gt;".
&gt;
</code></pre>
<p dir="auto">Es sei denn ich habe was total falsch verstanden und bin meilenweit auf dem Holzweg?</p>
]]></description><link>https://forum.iobroker.net/post/666828</link><guid isPermaLink="true">https://forum.iobroker.net/post/666828</guid><dc:creator><![CDATA[a200]]></dc:creator><pubDate>Thu, 19 Aug 2021 16:55:48 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] influxdb Passwort verloren on Thu, 19 Aug 2021 16:24:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/a200" aria-label="Profile: a200">@<bdi>a200</bdi></a></p>
<p dir="auto">Nein, in der influx cli</p>
<p dir="auto">Vielleicht solltest Du Dich mal <a href="https://docs.influxdata.com/influxdb/v2.0/reference/cli/" rel="nofollow ugc">hiermit</a> auseinandersetzen <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f600.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--grinning" style="height:23px;width:auto;vertical-align:middle" title=":grinning:" alt="😀" /></p>
]]></description><link>https://forum.iobroker.net/post/666818</link><guid isPermaLink="true">https://forum.iobroker.net/post/666818</guid><dc:creator><![CDATA[Meister Mopper]]></dc:creator><pubDate>Thu, 19 Aug 2021 16:24:42 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] influxdb Passwort verloren on Thu, 19 Aug 2021 16:19:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/meister-mopper" aria-label="Profile: meister-mopper">@<bdi>meister-mopper</bdi></a> einfach so auf der console?</p>
<pre><code>sepl@iobroker:~# influx user password -n admin
unknown arguments: user password -n admin
Usage of influx:

</code></pre>
]]></description><link>https://forum.iobroker.net/post/666814</link><guid isPermaLink="true">https://forum.iobroker.net/post/666814</guid><dc:creator><![CDATA[a200]]></dc:creator><pubDate>Thu, 19 Aug 2021 16:19:53 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] influxdb Passwort verloren on Thu, 19 Aug 2021 16:13:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/a200" aria-label="Profile: a200">@<bdi>a200</bdi></a></p>
<p dir="auto">Update a password</p>
<h1>Syntax</h1>
<p dir="auto">influx user password -n &lt;username&gt;</p>
<h1>Example</h1>
<p dir="auto">influx user password -n johndoe</p>
<p dir="auto">When prompted, enter and confirm the new password.</p>
]]></description><link>https://forum.iobroker.net/post/666810</link><guid isPermaLink="true">https://forum.iobroker.net/post/666810</guid><dc:creator><![CDATA[Meister Mopper]]></dc:creator><pubDate>Thu, 19 Aug 2021 16:13:12 GMT</pubDate></item></channel></rss>