<?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]ioBroker Anfänger braucht Hilfe ioBroker ist nicht mehr erreichbar]]></title><description><![CDATA[<p dir="auto"><img src="/assets/uploads/files/6091_task.png" alt="6091_task.png" class=" img-fluid img-markdown" /> Hallo an Alle</p>
<p dir="auto">ich bin blutiger Anfänger was ioBroker betrifft</p>
<p dir="auto">ich habe den ioBroker auf einem Windows 10 System installiert einige Sonoff Basic (Tasmota) eingebunden, auch schon ne schöne Visualisierung erstellt.</p>
<p dir="auto">Am Freitag wollte ich zur Abfrage meines Garagentors einen Sonoff SV 5/7-32V (Tasmota) anschließen. Dabei muss irgendetwas schiefgelaufen sein. Der Sonoff (vorher mit Handynetzteil ausprobiert und hat funktioniert) zeigte keine Reaktion mehr. Es war kein Zugriff über die Weboberfläche auf Tasmota mehr möglich. Habe dann versucht zu resetten, dann war nur ein WLAN mit der Bezeichnung ESPXXXXX vorhanden bei dem ich mich mit einem Nutzernamen und Passwort, anmelden sollte. Da ging auch nichts mehr weiter. Aber die absolute Katastrophe ist, dass der ioBroker seitdem nicht mehr erreichbar ist;(.</p>
<p dir="auto">Habe dann versucht mit dieser Anleitung:</p>
<p dir="auto"><a href="http://www.iobroker.net/docu/?page_id=3928&amp;lang=de" rel="nofollow ugc">http://www.iobroker.net/docu/?page_id=3928&amp;lang=de</a></p>
<p dir="auto">weiter zu kommen.</p>
<p dir="auto">Hier ist was ich rausbekommen habe:</p>
<blockquote>
<p dir="auto">! ````<br />
C:&gt;cd iobroker<br />
! C:\ioBroker&gt;iobroker start<br />
! C:\ioBroker&gt;node node_modules/iobroker.js-controller/iobroker.js start<br />
! Starting iobroker controller daemon...<br />
! C:\ioBroker&gt;iobroker restart<br />
! C:\ioBroker&gt;node node_modules/iobroker.js-controller/iobroker.js restart<br />
! iobroker controller daemon is not running<br />
! Starting iobroker controller daemon...<br />
! C:\ioBroker&gt;node node_modules/iobroker.js-controller/controller.js --logs<br />
! 2018-02-25 22:12:23.830 - info: host.DESKTOP-9BRQ797 iobroker.js-controller version 1.2.3 js-controller starting<br />
! 2018-02-25 22:12:23.830 - info: host.DESKTOP-9BRQ797 Copyright (c) 2014-2017 bluefox, 2014 hobbyquaker<br />
! 2018-02-25 22:12:23.830 - info: host.DESKTOP-9BRQ797 hostname: DESKTOP-9BRQ797, node: v4.5.0<br />
! 2018-02-25 22:12:23.846 - info: host.DESKTOP-9BRQ797 ip addresses: 2003:76:4e6d:3800:e52d:3734:ec8b:661a 2003:76:4e6d:3800:3c7b:e56a:f053:5cd4 fe80::e52d:3734:ec8b:661a 192.168.178.48 2001:0:9d38:78cf:8a1:3f72:3f57:4dcf fe80::8a1:3f72:3f57:4dcf<br />
! 2018-02-25 22:12:23.971 - info: host.DESKTOP-9BRQ797 inMem-states listening on port 9000<br />
! 2018-02-25 22:12:24.002 - info: host.DESKTOP-9BRQ797 inMem-objects listening on port 9001<br />
! 2018-02-25 22:12:24.018 - error: Another instance is running or some application uses port!<br />
! 2018-02-25 22:12:24.018 - error: uncaught exception: listen EADDRINUSE 127.0.0.1:9000<br />
! 2018-02-25 22:12:24.018 - info: host.DESKTOP-9BRQ797 terminated<br />
! 2018-02-25 22:12:24.033 - info: iobroker _restart<br />
! 2018-02-25 22:12:24.080 - info: host.DESKTOP-9BRQ797 InMemoryDB connected<br />
! Cannot find view "system"<br />
! Cannot find view "system"<br />
! 2018-02-25 22:12:24.096 - error: host.DESKTOP-9BRQ797 _design/system missing - call node iobroker.js setup<br />
! listen EADDRINUSE 127.0.0.1:9001<br />
! Error: listen EADDRINUSE 127.0.0.1:9001<br />
! at Object.exports._errnoException (util.js:907:11)<br />
! at exports._exceptionWithHostPort (util.js:930:20)<br />
! at Server._listen2 (net.js:1250:14)<br />
! at listen (net.js:1286:10)<br />
! at net.js:1395:9<br />
! at nextTickCallbackWith3Args (node.js:453:9)<br />
! at process._tickCallback (node.js:359:17)<br />
! at Function.Module.runMain (module.js:443:11)<br />
! at startup (node.js:139:18)<br />
! at node.js:974:3<br />
! C:\ioBroker&gt;</p>
</blockquote>
<pre><code>
Vielleicht hilft das auch noch das Problem einzugrenzen:

&gt;! ````
C:\ioBroker&gt;netstat -n -a -p TCP
&gt;! Aktive Verbindungen
&gt;! Proto Lokale Adresse Remoteadresse Status
&gt;! TCP 0.0.0.0:135 0.0.0.0:0 ABHÖREN
&gt;! TCP 0.0.0.0:445 0.0.0.0:0 ABHÖREN
&gt;! TCP 0.0.0.0:2869 0.0.0.0:0 ABHÖREN
&gt;! TCP 0.0.0.0:7680 0.0.0.0:0 ABHÖREN
&gt;! TCP 0.0.0.0:49664 0.0.0.0:0 ABHÖREN
&gt;! TCP 0.0.0.0:49665 0.0.0.0:0 ABHÖREN
&gt;! TCP 0.0.0.0:49666 0.0.0.0:0 ABHÖREN
&gt;! TCP 0.0.0.0:49667 0.0.0.0:0 ABHÖREN
&gt;! TCP 0.0.0.0:49671 0.0.0.0:0 ABHÖREN
&gt;! TCP 0.0.0.0:49672 0.0.0.0:0 ABHÖREN
&gt;! TCP 0.0.0.0:49704 0.0.0.0:0 ABHÖREN
&gt;! TCP 127.0.0.1:5939 0.0.0.0:0 ABHÖREN
&gt;! TCP 127.0.0.1:5939 127.0.0.1:49685 HERGESTELLT
&gt;! TCP 127.0.0.1:5939 127.0.0.1:50361 HERGESTELLT
&gt;! TCP 127.0.0.1:9000 0.0.0.0:0 ABHÖREN
&gt;! TCP 127.0.0.1:9001 0.0.0.0:0 ABHÖREN
&gt;! TCP 127.0.0.1:49685 127.0.0.1:5939 HERGESTELLT
&gt;! TCP 127.0.0.1:49688 127.0.0.1:49689 HERGESTELLT
&gt;! TCP 127.0.0.1:49689 127.0.0.1:49688 HERGESTELLT
&gt;! TCP 127.0.0.1:50361 127.0.0.1:5939 HERGESTELLT
&gt;! TCP 192.168.178.48:139 0.0.0.0:0 ABHÖREN
&gt;! TCP 192.168.178.48:5040 0.0.0.0:0 ABHÖREN
&gt;! TCP 192.168.178.48:49782 204.79.197.254:443 HERGESTELLT
&gt;! TCP 192.168.178.48:50043 40.77.229.62:443 HERGESTELLT
&gt;! C:\ioBroker&gt;
&gt;! C:\ioBroker&gt;iobroker list instances
&gt;! C:\ioBroker&gt;node node_modules/iobroker.js-controller/iobroker.js list instances
&gt;! C:\ioBroker&gt;
</code></pre>
<p dir="auto">Auch sehr seltsam:</p>
<blockquote>
<p dir="auto">! <code>C:\ioBroker&gt;node node_modules/iobroker.js-controller/iobroker.js list instances ! C:\ioBroker&gt;node node_modules/iobroker.admin/admin.js --logs ! C:\ioBroker&gt;iobroker start admin ! C:\ioBroker&gt;node node_modules/iobroker.js-controller/iobroker.js start admin ! Cannot find any instances of "admin" ! C:\ioBroker&gt; !</code></p>
</blockquote>
<p dir="auto">MOD-Edit by eric2905, Log-Auszüge, usw. immer in CODE- und ggf. SPOILER-Tags setzen</p>
]]></description><link>https://forum.iobroker.net/topic/11184/gelöst-iobroker-anfänger-braucht-hilfe-iobroker-ist-nicht-mehr-erreichbar</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Apr 2026 12:01:16 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/11184.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 26 Feb 2018 11:32:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [gelöst]ioBroker Anfänger braucht Hilfe ioBroker ist nicht mehr erreichbar on Tue, 27 Feb 2018 11:13:36 GMT]]></title><description><![CDATA[<p dir="auto">Nachdem ich jetzt ioBroker nochmals deinstalliert habe und dann noch den Ordner ioBroker inkl. Inhalt gelöscht habe, dann wieder installiert habe, läuft ioBroker jetzt. Ich habe mir vorher eine Kopie vom Ordner ioBroker-data gemacht.</p>
<p dir="auto">Kann ich jetzt irgendwie meinen bistherigen Stand wieder zurückholen?</p>
]]></description><link>https://forum.iobroker.net/post/135805</link><guid isPermaLink="true">https://forum.iobroker.net/post/135805</guid><dc:creator><![CDATA[schwarzerpanther]]></dc:creator><pubDate>Tue, 27 Feb 2018 11:13:36 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst]ioBroker Anfänger braucht Hilfe ioBroker ist nicht mehr erreichbar on Tue, 27 Feb 2018 10:04:02 GMT]]></title><description><![CDATA[<p dir="auto">auch hier:</p>
<p dir="auto">( <a href="https://smarthome.schimmer-media.de/forum/index.php?thread/572-iobroker-anf%C3%A4nger-braucht-hilfe-iobroker-ist-nicht-mehr-erreichbar/&amp;postID=6150#post6150" rel="nofollow ugc">https://smarthome.schimmer-media.de/for … 0#post6150</a> )</p>
<p dir="auto">Einen Task IOBROKER kann es nicht geben. Es gibt nur ein paar NODES-Prozesse.</p>
<p dir="auto">Du scheinst irgendetwas grundlegendes zu übersehen, wenn selbst nach einer vermeidlichen Neuinstallation nichts läuft ….</p>
]]></description><link>https://forum.iobroker.net/post/135786</link><guid isPermaLink="true">https://forum.iobroker.net/post/135786</guid><dc:creator><![CDATA[Ralf_N]]></dc:creator><pubDate>Tue, 27 Feb 2018 10:04:02 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst]ioBroker Anfänger braucht Hilfe ioBroker ist nicht mehr erreichbar on Tue, 27 Feb 2018 05:17:42 GMT]]></title><description><![CDATA[<p dir="auto">Ja richtig am 18.01. hab ich ioBroker installiert</p>
<p dir="auto">Hier auch noch der data Ordner:</p>
<pre><code>`c:\ioBroker\iobroker-data&gt;dir
 Volume in Laufwerk C: hat keine Bezeichnung.
 Volumeseriennummer: 98DC-EBC5

 Verzeichnis von c:\ioBroker\iobroker-data

18.01.2018  09:07` 

&lt;dir&gt; `.
18.01.2018  09:07` 

&lt;dir&gt; `..
20.02.2018  12:43` 

&lt;dir&gt; `files
18.01.2018  09:07` 

&lt;dir&gt; `history
18.01.2018  08:57             2.234 iobroker.json
26.02.2018  22:12            17.288 objects.json
26.02.2018  22:12            17.288 objects.json.bak
27.02.2018  06:20             1.678 states.json
27.02.2018  06:20             1.679 states.json.bak
               5 Datei(en),         40.167 Bytes
               4 Verzeichnis(se), 95.957.110.784 Bytes frei

c:\ioBroker\iobroker-data&gt;`&lt;/dir&gt;

&lt;/dir&gt;

&lt;/dir&gt;

&lt;/dir&gt;

</code></pre>
]]></description><link>https://forum.iobroker.net/post/132660</link><guid isPermaLink="true">https://forum.iobroker.net/post/132660</guid><dc:creator><![CDATA[schwarzerpanther]]></dc:creator><pubDate>Tue, 27 Feb 2018 05:17:42 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst]ioBroker Anfänger braucht Hilfe ioBroker ist nicht mehr erreichbar on Mon, 26 Feb 2018 22:28:02 GMT]]></title><description><![CDATA[<p dir="auto"><s><a class="plugin-mentions-user plugin-mentions-a" href="/user/schwarzerpanther" aria-label="Profile: schwarzerpanther">@<bdi>schwarzerpanther</bdi></a>:</s></p>
<blockquote>
<pre><code> Verzeichnis von c:\ioBroker
```` `  
</code></pre>
</blockquote>
<p dir="auto">Das Verzeichnis ist in Ordnung. War die Erstinstallation von ioBroker am 18.01.2018 ?</p>
]]></description><link>https://forum.iobroker.net/post/135724</link><guid isPermaLink="true">https://forum.iobroker.net/post/135724</guid><dc:creator><![CDATA[paul53]]></dc:creator><pubDate>Mon, 26 Feb 2018 22:28:02 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst]ioBroker Anfänger braucht Hilfe ioBroker ist nicht mehr erreichbar on Mon, 26 Feb 2018 22:18:55 GMT]]></title><description><![CDATA[<p dir="auto"><s><a class="plugin-mentions-user plugin-mentions-a" href="/user/schwarzerpanther" aria-label="Profile: schwarzerpanther">@<bdi>schwarzerpanther</bdi></a>:</s></p>
<blockquote>
<p dir="auto">wird die Datei bei erneuter Installation nicht überschrieben? `<br />
Ich denke nicht. Ein Vergleich der Dateigröße mit der in der Kopie gibt die Anwort: Die im Original-Verzeichnis <strong>iobroker-data</strong> müsste wesentlich kleiner sein, wenn sie überschrieben worden wäre.</p>
</blockquote>
]]></description><link>https://forum.iobroker.net/post/135723</link><guid isPermaLink="true">https://forum.iobroker.net/post/135723</guid><dc:creator><![CDATA[paul53]]></dc:creator><pubDate>Mon, 26 Feb 2018 22:18:55 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst]ioBroker Anfänger braucht Hilfe ioBroker ist nicht mehr erreichbar on Mon, 26 Feb 2018 21:36:07 GMT]]></title><description><![CDATA[<pre><code>`c:\ioBroker&gt;dir
 Volume in Laufwerk C: hat keine Bezeichnung.
 Volumeseriennummer: 98DC-EBC5

 Verzeichnis von c:\ioBroker

26.02.2018  22:26` 

&lt;dir&gt; `.
26.02.2018  22:26` 

&lt;dir&gt; `..
26.02.2018  22:12                74 controller.js
26.02.2018  22:12` 

&lt;dir&gt; `daemon
18.01.2018  08:54` 

&lt;dir&gt; `etc
23.02.2018  04:02` 

&lt;dir&gt; `history
26.02.2018  22:12               892 install.js
18.01.2018  09:07` 

&lt;dir&gt; `iobroker-data
26.02.2018  20:50` 

&lt;dir&gt; `iobroker-data - Kopie
26.02.2018  22:12                67 iobroker.bat
02.03.2016  00:02            32.038 ioBroker.ico
26.02.2018  01:29    

&lt;dir&gt;          log
26.02.2018  22:12    

&lt;dir&gt;          node_modules
26.02.2018  22:12               396 package.json
26.02.2018  22:12             1.604 serviceIoBroker.bat
26.02.2018  22:07            10.427 unins000.dat
26.02.2018  22:06         1.232.359 unins000.exe
26.02.2018  22:12               436 uninstall.js
               9 Datei(en),      1.278.293 Bytes
               9 Verzeichnis(se), 96.003.526.656 Bytes frei

c:\ioBroker&gt;&lt;/dir&gt;

&lt;/dir&gt;` &lt;/dir&gt;

&lt;/dir&gt;

&lt;/dir&gt;

&lt;/dir&gt;

&lt;/dir&gt;

&lt;/dir&gt;

&lt;/dir&gt;

</code></pre>
]]></description><link>https://forum.iobroker.net/post/135719</link><guid isPermaLink="true">https://forum.iobroker.net/post/135719</guid><dc:creator><![CDATA[schwarzerpanther]]></dc:creator><pubDate>Mon, 26 Feb 2018 21:36:07 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst]ioBroker Anfänger braucht Hilfe ioBroker ist nicht mehr erreichbar on Mon, 26 Feb 2018 21:32:52 GMT]]></title><description><![CDATA[<p dir="auto">Wie sieht denn der Inhalt deines Verzeichnisses C:\iobroker aus?</p>
]]></description><link>https://forum.iobroker.net/post/135717</link><guid isPermaLink="true">https://forum.iobroker.net/post/135717</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Mon, 26 Feb 2018 21:32:52 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst]ioBroker Anfänger braucht Hilfe ioBroker ist nicht mehr erreichbar on Mon, 26 Feb 2018 21:32:04 GMT]]></title><description><![CDATA[<p dir="auto">wird die Datei bei erneuter Installation nicht überschrieben?</p>
]]></description><link>https://forum.iobroker.net/post/135716</link><guid isPermaLink="true">https://forum.iobroker.net/post/135716</guid><dc:creator><![CDATA[schwarzerpanther]]></dc:creator><pubDate>Mon, 26 Feb 2018 21:32:04 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst]ioBroker Anfänger braucht Hilfe ioBroker ist nicht mehr erreichbar on Mon, 26 Feb 2018 21:06:26 GMT]]></title><description><![CDATA[<p dir="auto"><s><a class="plugin-mentions-user plugin-mentions-a" href="/user/schwarzerpanther" aria-label="Profile: schwarzerpanther">@<bdi>schwarzerpanther</bdi></a>:</s></p>
<blockquote>
<pre><code>error: view instanceStats [object Object]
```` `  
</code></pre>
</blockquote>
<p dir="auto">Das sieht nicht gut aus. Vermutlich ist die Datei <strong>objects.json</strong> zerschossen ? Genaueres kann wahrscheinlich nur Bluefox dazu sagen.</p>
]]></description><link>https://forum.iobroker.net/post/135711</link><guid isPermaLink="true">https://forum.iobroker.net/post/135711</guid><dc:creator><![CDATA[paul53]]></dc:creator><pubDate>Mon, 26 Feb 2018 21:06:26 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst]ioBroker Anfänger braucht Hilfe ioBroker ist nicht mehr erreichbar on Mon, 26 Feb 2018 20:36:09 GMT]]></title><description><![CDATA[<pre><code>c:\ioBroker&gt;iobroker add admin

c:\ioBroker&gt;node node_modules/iobroker.js-controller/iobroker.js add admin
host.DESKTOP-9BRQ797 error: view instanceStats [object Object]

c:\ioBroker&gt;
</code></pre>
]]></description><link>https://forum.iobroker.net/post/135704</link><guid isPermaLink="true">https://forum.iobroker.net/post/135704</guid><dc:creator><![CDATA[schwarzerpanther]]></dc:creator><pubDate>Mon, 26 Feb 2018 20:36:09 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst]ioBroker Anfänger braucht Hilfe ioBroker ist nicht mehr erreichbar on Mon, 26 Feb 2018 20:26:30 GMT]]></title><description><![CDATA[<p dir="auto">Versuche mal</p>
<pre><code>iobroker add admin
</code></pre>
]]></description><link>https://forum.iobroker.net/post/135698</link><guid isPermaLink="true">https://forum.iobroker.net/post/135698</guid><dc:creator><![CDATA[paul53]]></dc:creator><pubDate>Mon, 26 Feb 2018 20:26:30 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst]ioBroker Anfänger braucht Hilfe ioBroker ist nicht mehr erreichbar on Mon, 26 Feb 2018 20:10:44 GMT]]></title><description><![CDATA[<p dir="auto">ich bin am PC als Administrator angemeldet dann unter Ausführen CMD und zum Ordner C:\ioBroker navigiert</p>
<p dir="auto">oder hätte ich das wo anders eingeben sollen? :shock:</p>
]]></description><link>https://forum.iobroker.net/post/135690</link><guid isPermaLink="true">https://forum.iobroker.net/post/135690</guid><dc:creator><![CDATA[schwarzerpanther]]></dc:creator><pubDate>Mon, 26 Feb 2018 20:10:44 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst]ioBroker Anfänger braucht Hilfe ioBroker ist nicht mehr erreichbar on Mon, 26 Feb 2018 20:02:49 GMT]]></title><description><![CDATA[<p dir="auto">Aber die Konsole hast du als admin gestartet?</p>
<p dir="auto">Gruß</p>
<p dir="auto">Rainer</p>
]]></description><link>https://forum.iobroker.net/post/135688</link><guid isPermaLink="true">https://forum.iobroker.net/post/135688</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Mon, 26 Feb 2018 20:02:49 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst]ioBroker Anfänger braucht Hilfe ioBroker ist nicht mehr erreichbar on Mon, 26 Feb 2018 20:00:06 GMT]]></title><description><![CDATA[<p dir="auto">hab jetzt mal neu installiert</p>
<p dir="auto">also unter Dienste ioBroker steht Wird ausgeführt Starttyp ist Automatisch</p>
<p dir="auto">auch im Taskmanager wird ioBroker ausgeführt</p>
<p dir="auto">aber trotz allem nur:</p>
<pre><code>C:\ioBroker&gt;iobroker list instances

C:\ioBroker&gt;node node_modules/iobroker.js-controller/iobroker.js list instances

C:\ioBroker&gt;
</code></pre>
<p dir="auto">bin langsam am verzweifeln</p>
]]></description><link>https://forum.iobroker.net/post/135687</link><guid isPermaLink="true">https://forum.iobroker.net/post/135687</guid><dc:creator><![CDATA[schwarzerpanther]]></dc:creator><pubDate>Mon, 26 Feb 2018 20:00:06 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst]ioBroker Anfänger braucht Hilfe ioBroker ist nicht mehr erreichbar on Mon, 26 Feb 2018 18:36:19 GMT]]></title><description><![CDATA[<p dir="auto"><s><a class="plugin-mentions-user plugin-mentions-a" href="/user/schwarzerpanther" aria-label="Profile: schwarzerpanther">@<bdi>schwarzerpanther</bdi></a>:</s></p>
<blockquote>
<pre><code>C:\ioBroker&gt;iobroker start admin

C:\ioBroker&gt;node node_modules/iobroker.js-controller/iobroker.js start admin
Cannot find any instances of "admin"
```` `  
</code></pre>
</blockquote>
<p dir="auto">Offenbar läßt sich der Admin-Adapter nicht starten. Ich würde einfach drüber installieren; vorher zur Sicherheit eine Kopie des Verzeichnisses <strong>C:\ioBroker\iobroker-data</strong> erstellen.</p>
]]></description><link>https://forum.iobroker.net/post/135647</link><guid isPermaLink="true">https://forum.iobroker.net/post/135647</guid><dc:creator><![CDATA[paul53]]></dc:creator><pubDate>Mon, 26 Feb 2018 18:36:19 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst]ioBroker Anfänger braucht Hilfe ioBroker ist nicht mehr erreichbar on Mon, 26 Feb 2018 17:08:47 GMT]]></title><description><![CDATA[<p dir="auto">Unter Verwaltung/Dienste muss der Status von ioBroker "gestartet" sein (Starttyp: Automatisch).</p>
]]></description><link>https://forum.iobroker.net/post/135623</link><guid isPermaLink="true">https://forum.iobroker.net/post/135623</guid><dc:creator><![CDATA[paul53]]></dc:creator><pubDate>Mon, 26 Feb 2018 17:08:47 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst]ioBroker Anfänger braucht Hilfe ioBroker ist nicht mehr erreichbar on Mon, 26 Feb 2018 17:03:46 GMT]]></title><description><![CDATA[<p dir="auto">Wie ich schon schrieb, habe ich kein Windows.</p>
<p dir="auto">War ein Schuss ins Blaue.</p>
<p dir="auto">Aber dann, als Windows-Anwender, hast Du eine Idee?</p>
<p dir="auto">Gruß,</p>
<p dir="auto">Eric</p>
<p dir="auto">Von unterwegs getippert</p>
]]></description><link>https://forum.iobroker.net/post/135620</link><guid isPermaLink="true">https://forum.iobroker.net/post/135620</guid><dc:creator><![CDATA[eric2905]]></dc:creator><pubDate>Mon, 26 Feb 2018 17:03:46 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst]ioBroker Anfänger braucht Hilfe ioBroker ist nicht mehr erreichbar on Mon, 26 Feb 2018 17:01:59 GMT]]></title><description><![CDATA[<p dir="auto"><s><a class="plugin-mentions-user plugin-mentions-a" href="/user/eric2905" aria-label="Profile: eric2905">@<bdi>eric2905</bdi></a>:</s></p>
<blockquote>
<p dir="auto">In ersten Screenshot sind 2 Node.js-Instanzen zu sehen - ich denke, da sind die beiden, die sich behindern. `<br />
Das glaube ich nicht: Bei mir (Win 7) laufen 14 Node-Prozesse.</p>
</blockquote>
]]></description><link>https://forum.iobroker.net/post/135619</link><guid isPermaLink="true">https://forum.iobroker.net/post/135619</guid><dc:creator><![CDATA[paul53]]></dc:creator><pubDate>Mon, 26 Feb 2018 17:01:59 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst]ioBroker Anfänger braucht Hilfe ioBroker ist nicht mehr erreichbar on Mon, 26 Feb 2018 16:55:21 GMT]]></title><description><![CDATA[<p dir="auto"><s><a class="plugin-mentions-user plugin-mentions-a" href="/user/schwarzerpanther" aria-label="Profile: schwarzerpanther">@<bdi>schwarzerpanther</bdi></a>:</s></p>
<blockquote>
<p dir="auto">wie oben geschrieben:</p>
<p dir="auto">ich habe den ioBroker auf einem Windows 10 System installiert `</p>
</blockquote>
<p dir="auto">Sorry, aber Deine Aussage oben<br />
<s><a class="plugin-mentions-user plugin-mentions-a" href="/user/schwarzerpanther" aria-label="Profile: schwarzerpanther">@<bdi>schwarzerpanther</bdi></a>:</s></p>
<blockquote>
<p dir="auto">Ich hatte den PC neu gestartet <strong><strong>&lt;u&gt;oder muss ich den ioBroker separat neu rebooten?&lt;/u&gt;</strong></strong> `  ließt sich anders.</p>
</blockquote>
<p dir="auto">Reboote das Win10-System bitte einmal und poste dann erneut einen Screenshot der Prozesse in Taskmanager.</p>
<p dir="auto">In ersten Screenshot sind 2 Node.js-Instanzen zu sehen - ich denke, da sind die beiden, die sich behindern.</p>
<p dir="auto">Gruß,</p>
<p dir="auto">Eric</p>
]]></description><link>https://forum.iobroker.net/post/135618</link><guid isPermaLink="true">https://forum.iobroker.net/post/135618</guid><dc:creator><![CDATA[eric2905]]></dc:creator><pubDate>Mon, 26 Feb 2018 16:55:21 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst]ioBroker Anfänger braucht Hilfe ioBroker ist nicht mehr erreichbar on Mon, 26 Feb 2018 13:48:21 GMT]]></title><description><![CDATA[<p dir="auto">wie oben geschrieben:</p>
<p dir="auto">ich habe den ioBroker auf einem Windows 10 System installiert</p>
]]></description><link>https://forum.iobroker.net/post/135557</link><guid isPermaLink="true">https://forum.iobroker.net/post/135557</guid><dc:creator><![CDATA[schwarzerpanther]]></dc:creator><pubDate>Mon, 26 Feb 2018 13:48:21 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst]ioBroker Anfänger braucht Hilfe ioBroker ist nicht mehr erreichbar on Mon, 26 Feb 2018 13:45:24 GMT]]></title><description><![CDATA[<p dir="auto"><s><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: Homoran">@<bdi>Homoran</bdi></a>:</s></p>
<blockquote>
<p dir="auto">Aber läuft da ioBroker nicht als Dienst? `<br />
Ja.</p>
</blockquote>
]]></description><link>https://forum.iobroker.net/post/135555</link><guid isPermaLink="true">https://forum.iobroker.net/post/135555</guid><dc:creator><![CDATA[paul53]]></dc:creator><pubDate>Mon, 26 Feb 2018 13:45:24 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst]ioBroker Anfänger braucht Hilfe ioBroker ist nicht mehr erreichbar on Mon, 26 Feb 2018 13:43:41 GMT]]></title><description><![CDATA[<p dir="auto">Bin auch kein WIN-User.</p>
<p dir="auto">Aber läuft da ioBroker nicht als Dienst?</p>
<p dir="auto">kann man den nicht beenden?</p>
<p dir="auto">Gruß</p>
<p dir="auto">Rainer</p>
]]></description><link>https://forum.iobroker.net/post/135554</link><guid isPermaLink="true">https://forum.iobroker.net/post/135554</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Mon, 26 Feb 2018 13:43:41 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst]ioBroker Anfänger braucht Hilfe ioBroker ist nicht mehr erreichbar on Mon, 26 Feb 2018 13:42:15 GMT]]></title><description><![CDATA[<p dir="auto"><s><a class="plugin-mentions-user plugin-mentions-a" href="/user/schwarzerpanther" aria-label="Profile: schwarzerpanther">@<bdi>schwarzerpanther</bdi></a>:</s></p>
<blockquote>
<p dir="auto">Ich hatte den PC neu gestartet oder muss ich den ioBroker separat neu rebooten? `<br />
Moment, Dein ioBroker läuft doch auf dem PC, oder?</p>
</blockquote>
<p dir="auto">Zumindest gibst Du immer was am C: Prompt ein, und das ist weder Linux noch Mac.</p>
<p dir="auto">Wo genau läuft Dein ioBroker (Server)?</p>
<p dir="auto">Gruß,</p>
<p dir="auto">Eric</p>
]]></description><link>https://forum.iobroker.net/post/135553</link><guid isPermaLink="true">https://forum.iobroker.net/post/135553</guid><dc:creator><![CDATA[eric2905]]></dc:creator><pubDate>Mon, 26 Feb 2018 13:42:15 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst]ioBroker Anfänger braucht Hilfe ioBroker ist nicht mehr erreichbar on Mon, 26 Feb 2018 13:39:08 GMT]]></title><description><![CDATA[<p dir="auto">Ich hatte den PC neu gestartet oder muss ich den ioBroker separat neu rebooten?</p>
<p dir="auto">Sorry bin totaler Anfänger.</p>
]]></description><link>https://forum.iobroker.net/post/135549</link><guid isPermaLink="true">https://forum.iobroker.net/post/135549</guid><dc:creator><![CDATA[schwarzerpanther]]></dc:creator><pubDate>Mon, 26 Feb 2018 13:39:08 GMT</pubDate></item></channel></rss>