Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Iobroker Admin Webseite nicht erreichbar

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    16
    1
    309

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    4.7k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.3k

Iobroker Admin Webseite nicht erreichbar

Scheduled Pinned Locked Moved ioBroker Allgemein
115 Posts 12 Posters 23.9k Views 11 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • crunchipC crunchip

    @matthesjimte bisschen dürftig, so kann dir niemand helfen

    M Offline
    M Offline
    matthesjimte
    wrote on last edited by
    #3

    @crunchip sagte in Iobroker Admin Webseite nicht erreichbar:

    @matthesjimte bisschen dürftig, so kann dir niemand helfen

    Da hast du recht, ich hatte aber vorhin die ganze Zeit ein problem den Post ab zuschicken.

    Nun steht mehr drin

    1 Reply Last reply
    0
    • M matthesjimte

      Guten Tag

      Ich habe das Problem das meine Admin Seite nicht erreichbar ist

      Ich habe schon versucht mit

      npm install iobroker.admin
      iobroker upload admin

      das wieder zum laufen zu bringen, aber leider ohne Erfolg

      iobroker list instances zeigt an, das admin läuft

      system.adapter.admin.0 : admin : iobroker-pi - enabled, port: 8082, bind: 0.0.0.0 (SSL), run as: admin

      Habe auch den port auf 8082 geändert.

      Noch eine Ideee?

      crunchipC Away
      crunchipC Away
      crunchip
      Forum Testing Most Active
      wrote on last edited by
      #4

      @matthesjimte sagte in Iobroker Admin Webseite nicht erreichbar:

      (SSL)

      wie rufst du die Seite auf?

      @matthesjimte sagte in Iobroker Admin Webseite nicht erreichbar:

      Habe auch den port auf 8082 geändert.

      admin sollte auf 8081 laufen, denn der web adapter läuft auf 8082

      @matthesjimte sagte in Iobroker Admin Webseite nicht erreichbar:

      Ich habe das Problem das meine Admin Seite nicht erreichbar ist

      seit wann, was gemacht?

      umgestiegen von Proxmox auf Unraid

      M 1 Reply Last reply
      0
      • crunchipC crunchip

        @matthesjimte sagte in Iobroker Admin Webseite nicht erreichbar:

        (SSL)

        wie rufst du die Seite auf?

        @matthesjimte sagte in Iobroker Admin Webseite nicht erreichbar:

        Habe auch den port auf 8082 geändert.

        admin sollte auf 8081 laufen, denn der web adapter läuft auf 8082

        @matthesjimte sagte in Iobroker Admin Webseite nicht erreichbar:

        Ich habe das Problem das meine Admin Seite nicht erreichbar ist

        seit wann, was gemacht?

        M Offline
        M Offline
        matthesjimte
        wrote on last edited by matthesjimte
        #5

        @crunchip
        Mittels Edge und ip:port

        geht weder mit https noch mit http

        Hat bis jetzt immer geklappt.

        Geändert nichts, (jetzt kommst) nur ein Apt-get update und upgrade

        Bis gestern keine Probleme gehabt

        Habe den Port wieder auf 8081 geändert

        1 Reply Last reply
        0
        • M matthesjimte

          Guten Tag

          Ich habe das Problem das meine Admin Seite nicht erreichbar ist

          Ich habe schon versucht mit

          npm install iobroker.admin
          iobroker upload admin

          das wieder zum laufen zu bringen, aber leider ohne Erfolg

          iobroker list instances zeigt an, das admin läuft

          system.adapter.admin.0 : admin : iobroker-pi - enabled, port: 8082, bind: 0.0.0.0 (SSL), run as: admin

          Habe auch den port auf 8082 geändert.

          Noch eine Ideee?

          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          wrote on last edited by Thomas Braun
          #6

          @matthesjimte sagte in Iobroker Admin Webseite nicht erreichbar:

          npm install iobroker.admin

          Ist ein ungeschickter Befehl.
          Der muss nämlich im richtigen Verzeichnis abgeschossen werden. Ob du das getan hast sieht keiner. Deswegen immer

          iobroker add admin [ggf. weitere Optionen]
          

          verwenden, dann passt das auch.

          Vollständige Ein- wie Ausgaben zu

          iobroker update -i
          iobroker list instances
          

          bitte zunächst mal.

          Linux-Werkzeugkasten:
          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
          NodeJS Fixer Skript:
          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

          M 1 Reply Last reply
          0
          • Thomas BraunT Thomas Braun

            @matthesjimte sagte in Iobroker Admin Webseite nicht erreichbar:

            npm install iobroker.admin

            Ist ein ungeschickter Befehl.
            Der muss nämlich im richtigen Verzeichnis abgeschossen werden. Ob du das getan hast sieht keiner. Deswegen immer

            iobroker add admin [ggf. weitere Optionen]
            

            verwenden, dann passt das auch.

            Vollständige Ein- wie Ausgaben zu

            iobroker update -i
            iobroker list instances
            

            bitte zunächst mal.

            M Offline
            M Offline
            matthesjimte
            wrote on last edited by matthesjimte
            #7

            @thomas-braun sagte in Iobroker Admin Webseite nicht erreichbar:

            iobroker update -i

            Sorry, hatte ich vergessen

            Bitte schön

            iobroker@iobroker-pi:/opt/iobroker $ iobroker update -i
            Used repository: Stable (default)
            hash changed or no sources cached => force download of new sources
            Cannot get any information of "_repoInfo". Ignored.
            update done
            Adapter    "admin"         : 6.2.20   , installed 6.2.17 [Updateable]
            Adapter    "backitup"      : 2.4.10   , installed 2.1.17 [Updateable]
            Adapter    "discovery"     : 3.0.5    , installed 2.6.1 [Updateable]
            Adapter    "fritzdect"     : 2.2.3    , installed 2.1.15 [Updateable]
            Adapter    "habpanel"      : 0.5.0    , installed 0.4.3 [Updateable]
            Adapter    "i2c"           : 1.2.1    , installed 1.2.0 [Updateable]
            Adapter    "info"          : 1.9.19   , installed 1.7.10 [Updateable]
            Adapter    "javascript"    : 6.0.0    , installed 5.1.3 [Updateable]
            Controller "js-controller" : 4.0.23   , installed 3.2.16 [Updateable]
            Adapter    "kecontact"     : 1.4.1    , installed 1.3.3 [Updateable]
            Adapter    "modbus"        : 5.0.4    , installed 3.2.6 [Updateable]
            Adapter    "node-red"      : 3.3.1    , installed 2.4.0 [Updateable]
            Adapter    "parser"        : 1.1.8    , installed 1.0.7 [Updateable]
            Adapter    "sbfspot"       : 4.0.8    , installed 4.0.5 [Updateable]
            Adapter    "simple-api"    : 2.7.0    , installed 2.5.3 [Updateable]
            Adapter    "socketio"      : 4.2.0    , installed 3.1.4 [Updateable]
            Adapter    "terminal"      : 0.2.6    , installed 0.2.6
            Adapter    "web"           : 4.3.0    , installed 3.4.7 [Updateable]
            
            iobroker@iobroker-pi:/opt/iobroker $ iobroker list instances
              system.adapter.admin.0                  : admin                 : iobroker-pi                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
            + system.adapter.backitup.0               : backitup              : iobroker-pi                              -  enabled
            + system.adapter.discovery.0              : discovery             : iobroker-pi                              -  enabled
            + system.adapter.fritzdect.0              : fritzdect             : iobroker-pi                              -  enabled
            + system.adapter.i2c.0                    : i2c                   : iobroker-pi                              -  enabled
            + system.adapter.info.0                   : info                  : iobroker-pi                              -  enabled
            + system.adapter.javascript.0             : javascript            : iobroker-pi                              -  enabled
            + system.adapter.kecontact.0              : kecontact             : iobroker-pi                              -  enabled
            + system.adapter.modbus.0                 : modbus                : iobroker-pi                              -  enabled
            + system.adapter.modbus.1                 : modbus                : iobroker-pi                              -  enabled
            + system.adapter.modbus.2                 : modbus                : iobroker-pi                              -  enabled
            + system.adapter.node-red.0               : node-red              : iobroker-pi                              -  enabled, port: 1880, bind: 0.0.0.0
            + system.adapter.parser.0                 : parser                : iobroker-pi                              -  enabled
            + system.adapter.simple-api.0             : simple-api            : iobroker-pi                              -  enabled, port: 8087, bind: 192.168.1.150, run as: admin
            + system.adapter.terminal.0               : terminal              : iobroker-pi                              -  enabled, port: 8088, bind: 0.0.0.0, run as: admin
            
            + instance is alive
            
            
            BananaJoeB 1 Reply Last reply
            0
            • M matthesjimte

              @thomas-braun sagte in Iobroker Admin Webseite nicht erreichbar:

              iobroker update -i

              Sorry, hatte ich vergessen

              Bitte schön

              iobroker@iobroker-pi:/opt/iobroker $ iobroker update -i
              Used repository: Stable (default)
              hash changed or no sources cached => force download of new sources
              Cannot get any information of "_repoInfo". Ignored.
              update done
              Adapter    "admin"         : 6.2.20   , installed 6.2.17 [Updateable]
              Adapter    "backitup"      : 2.4.10   , installed 2.1.17 [Updateable]
              Adapter    "discovery"     : 3.0.5    , installed 2.6.1 [Updateable]
              Adapter    "fritzdect"     : 2.2.3    , installed 2.1.15 [Updateable]
              Adapter    "habpanel"      : 0.5.0    , installed 0.4.3 [Updateable]
              Adapter    "i2c"           : 1.2.1    , installed 1.2.0 [Updateable]
              Adapter    "info"          : 1.9.19   , installed 1.7.10 [Updateable]
              Adapter    "javascript"    : 6.0.0    , installed 5.1.3 [Updateable]
              Controller "js-controller" : 4.0.23   , installed 3.2.16 [Updateable]
              Adapter    "kecontact"     : 1.4.1    , installed 1.3.3 [Updateable]
              Adapter    "modbus"        : 5.0.4    , installed 3.2.6 [Updateable]
              Adapter    "node-red"      : 3.3.1    , installed 2.4.0 [Updateable]
              Adapter    "parser"        : 1.1.8    , installed 1.0.7 [Updateable]
              Adapter    "sbfspot"       : 4.0.8    , installed 4.0.5 [Updateable]
              Adapter    "simple-api"    : 2.7.0    , installed 2.5.3 [Updateable]
              Adapter    "socketio"      : 4.2.0    , installed 3.1.4 [Updateable]
              Adapter    "terminal"      : 0.2.6    , installed 0.2.6
              Adapter    "web"           : 4.3.0    , installed 3.4.7 [Updateable]
              
              iobroker@iobroker-pi:/opt/iobroker $ iobroker list instances
                system.adapter.admin.0                  : admin                 : iobroker-pi                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
              + system.adapter.backitup.0               : backitup              : iobroker-pi                              -  enabled
              + system.adapter.discovery.0              : discovery             : iobroker-pi                              -  enabled
              + system.adapter.fritzdect.0              : fritzdect             : iobroker-pi                              -  enabled
              + system.adapter.i2c.0                    : i2c                   : iobroker-pi                              -  enabled
              + system.adapter.info.0                   : info                  : iobroker-pi                              -  enabled
              + system.adapter.javascript.0             : javascript            : iobroker-pi                              -  enabled
              + system.adapter.kecontact.0              : kecontact             : iobroker-pi                              -  enabled
              + system.adapter.modbus.0                 : modbus                : iobroker-pi                              -  enabled
              + system.adapter.modbus.1                 : modbus                : iobroker-pi                              -  enabled
              + system.adapter.modbus.2                 : modbus                : iobroker-pi                              -  enabled
              + system.adapter.node-red.0               : node-red              : iobroker-pi                              -  enabled, port: 1880, bind: 0.0.0.0
              + system.adapter.parser.0                 : parser                : iobroker-pi                              -  enabled
              + system.adapter.simple-api.0             : simple-api            : iobroker-pi                              -  enabled, port: 8087, bind: 192.168.1.150, run as: admin
              + system.adapter.terminal.0               : terminal              : iobroker-pi                              -  enabled, port: 8088, bind: 0.0.0.0, run as: admin
              
              + instance is alive
              
              
              BananaJoeB Offline
              BananaJoeB Offline
              BananaJoe
              Most Active
              wrote on last edited by BananaJoe
              #8

              @matthesjimte Admin läuft bei dir auf Port 8081 und nur über https.
              Ich hoffe es ist auch ein Zertifikat hinterlegt ...

              Edit1: und es fehlt das + vor der admin-Instanz, die läuft also nicht

              iobroker start admin.0
              

              Edit2: mit

              iobroker add admin --enabled --port 9091
              

              könntest du eine weitere Instanz admin.1 ohne https/SSL auf Port 9091 hinzufügen (oder andere Zahl einsetzen) und darüber schauen was mit der Instanz auf Port 8081 los ist (admin.0) - hatte das vorher mit https:// funktioniert oder es gerade diese Änderung schuld am Problem?

              ioBroker@Ubuntu 24.04 LTS (VMware) für: >260 Geräte, 5 Switche, 7 AP, 10 IP-Cam, 1 NAS 42TB, 1 ESXi 15TB, 4 Proxmox 1TB, 1 Hyper-V 48TB, 14 x Echo, 5x FireTV, 5 x Tablett/Handy VIS || >=160 Tasmota/Shelly || >=95 ZigBee || PV 8.1kW / Akku 14kWh || 2x USV APC 750W kaskadiert || Creality CR-10 SE 3D-Drucker

              M 1 Reply Last reply
              0
              • BananaJoeB BananaJoe

                @matthesjimte Admin läuft bei dir auf Port 8081 und nur über https.
                Ich hoffe es ist auch ein Zertifikat hinterlegt ...

                Edit1: und es fehlt das + vor der admin-Instanz, die läuft also nicht

                iobroker start admin.0
                

                Edit2: mit

                iobroker add admin --enabled --port 9091
                

                könntest du eine weitere Instanz admin.1 ohne https/SSL auf Port 9091 hinzufügen (oder andere Zahl einsetzen) und darüber schauen was mit der Instanz auf Port 8081 los ist (admin.0) - hatte das vorher mit https:// funktioniert oder es gerade diese Änderung schuld am Problem?

                M Offline
                M Offline
                matthesjimte
                wrote on last edited by matthesjimte
                #9

                @bananajoe

                das Plus habe ich total übersehen

                Habe versucht admin zu starten, dass "+" kommt aber nicht

                Wenn ich versuche einen neuen Port zu definieren

                iobroker@iobroker-pi:/opt/iobroker $ sudo iobroker add admin --enabled --port 9091
                host.iobroker-pi create instance admin
                /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979
                                                        Object.keys(adapterConf.instanceObjects[i].common.name).forEach(lang => adapterConf.instanceObjects[i].common.name[lang] = adapterConf.instanceObjects[i].common.name.replace('%INSTANCE%', instance));
                                                                                                                                                                                                                              ^
                
                TypeError: adapterConf.instanceObjects[i].common.name.replace is not a function
                    at /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979:207
                    at Array.forEach (<anonymous>)
                    at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979:97)
                    at processImmediate (internal/timers.js:463:21)
                
                

                Habe auch versucht es mit admin.1

                iobroker@iobroker-pi:/opt/iobroker $ sudo iobroker add admin.1 --enabled --port 9091
                host.iobroker-pi create instance admin
                /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979
                                                        Object.keys(adapterConf.instanceObjects[i].common.name).forEach(lang => adapterConf.instanceObjects[i].common.name[lang] = adapterConf.instanceObjects[i].common.name.replace('%INSTANCE%', instance));
                                                                                                                                                                                                                              ^
                
                TypeError: adapterConf.instanceObjects[i].common.name.replace is not a function
                    at /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979:207
                    at Array.forEach (<anonymous>)
                    at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979:97)
                    at processImmediate (internal/timers.js:463:21)
                
                
                DJMarc75D Thomas BraunT 3 Replies Last reply
                0
                • M matthesjimte

                  @bananajoe

                  das Plus habe ich total übersehen

                  Habe versucht admin zu starten, dass "+" kommt aber nicht

                  Wenn ich versuche einen neuen Port zu definieren

                  iobroker@iobroker-pi:/opt/iobroker $ sudo iobroker add admin --enabled --port 9091
                  host.iobroker-pi create instance admin
                  /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979
                                                          Object.keys(adapterConf.instanceObjects[i].common.name).forEach(lang => adapterConf.instanceObjects[i].common.name[lang] = adapterConf.instanceObjects[i].common.name.replace('%INSTANCE%', instance));
                                                                                                                                                                                                                                ^
                  
                  TypeError: adapterConf.instanceObjects[i].common.name.replace is not a function
                      at /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979:207
                      at Array.forEach (<anonymous>)
                      at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979:97)
                      at processImmediate (internal/timers.js:463:21)
                  
                  

                  Habe auch versucht es mit admin.1

                  iobroker@iobroker-pi:/opt/iobroker $ sudo iobroker add admin.1 --enabled --port 9091
                  host.iobroker-pi create instance admin
                  /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979
                                                          Object.keys(adapterConf.instanceObjects[i].common.name).forEach(lang => adapterConf.instanceObjects[i].common.name[lang] = adapterConf.instanceObjects[i].common.name.replace('%INSTANCE%', instance));
                                                                                                                                                                                                                                ^
                  
                  TypeError: adapterConf.instanceObjects[i].common.name.replace is not a function
                      at /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979:207
                      at Array.forEach (<anonymous>)
                      at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979:97)
                      at processImmediate (internal/timers.js:463:21)
                  
                  
                  DJMarc75D Offline
                  DJMarc75D Offline
                  DJMarc75
                  wrote on last edited by
                  #10

                  @matthesjimte nicht mit SUDO vor iobroker Kommandos !

                  Lehrling seit 1975 !!!
                  Beitrag geholfen ? dann gerne ein upvote rechts unten im Beitrag klicken ;)
                  https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge

                  M 1 Reply Last reply
                  0
                  • M matthesjimte

                    @bananajoe

                    das Plus habe ich total übersehen

                    Habe versucht admin zu starten, dass "+" kommt aber nicht

                    Wenn ich versuche einen neuen Port zu definieren

                    iobroker@iobroker-pi:/opt/iobroker $ sudo iobroker add admin --enabled --port 9091
                    host.iobroker-pi create instance admin
                    /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979
                                                            Object.keys(adapterConf.instanceObjects[i].common.name).forEach(lang => adapterConf.instanceObjects[i].common.name[lang] = adapterConf.instanceObjects[i].common.name.replace('%INSTANCE%', instance));
                                                                                                                                                                                                                                  ^
                    
                    TypeError: adapterConf.instanceObjects[i].common.name.replace is not a function
                        at /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979:207
                        at Array.forEach (<anonymous>)
                        at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979:97)
                        at processImmediate (internal/timers.js:463:21)
                    
                    

                    Habe auch versucht es mit admin.1

                    iobroker@iobroker-pi:/opt/iobroker $ sudo iobroker add admin.1 --enabled --port 9091
                    host.iobroker-pi create instance admin
                    /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979
                                                            Object.keys(adapterConf.instanceObjects[i].common.name).forEach(lang => adapterConf.instanceObjects[i].common.name[lang] = adapterConf.instanceObjects[i].common.name.replace('%INSTANCE%', instance));
                                                                                                                                                                                                                                  ^
                    
                    TypeError: adapterConf.instanceObjects[i].common.name.replace is not a function
                        at /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979:207
                        at Array.forEach (<anonymous>)
                        at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979:97)
                        at processImmediate (internal/timers.js:463:21)
                    
                    
                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    wrote on last edited by
                    #11

                    @matthesjimte sagte in Iobroker Admin Webseite nicht erreichbar:

                    sudo iobroker

                    Ich weine still...

                    Linux-Werkzeugkasten:
                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                    NodeJS Fixer Skript:
                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                    M 1 Reply Last reply
                    2
                    • M matthesjimte

                      @bananajoe

                      das Plus habe ich total übersehen

                      Habe versucht admin zu starten, dass "+" kommt aber nicht

                      Wenn ich versuche einen neuen Port zu definieren

                      iobroker@iobroker-pi:/opt/iobroker $ sudo iobroker add admin --enabled --port 9091
                      host.iobroker-pi create instance admin
                      /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979
                                                              Object.keys(adapterConf.instanceObjects[i].common.name).forEach(lang => adapterConf.instanceObjects[i].common.name[lang] = adapterConf.instanceObjects[i].common.name.replace('%INSTANCE%', instance));
                                                                                                                                                                                                                                    ^
                      
                      TypeError: adapterConf.instanceObjects[i].common.name.replace is not a function
                          at /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979:207
                          at Array.forEach (<anonymous>)
                          at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979:97)
                          at processImmediate (internal/timers.js:463:21)
                      
                      

                      Habe auch versucht es mit admin.1

                      iobroker@iobroker-pi:/opt/iobroker $ sudo iobroker add admin.1 --enabled --port 9091
                      host.iobroker-pi create instance admin
                      /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979
                                                              Object.keys(adapterConf.instanceObjects[i].common.name).forEach(lang => adapterConf.instanceObjects[i].common.name[lang] = adapterConf.instanceObjects[i].common.name.replace('%INSTANCE%', instance));
                                                                                                                                                                                                                                    ^
                      
                      TypeError: adapterConf.instanceObjects[i].common.name.replace is not a function
                          at /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979:207
                          at Array.forEach (<anonymous>)
                          at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:979:97)
                          at processImmediate (internal/timers.js:463:21)
                      
                      
                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      wrote on last edited by
                      #12

                      @matthesjimte

                      iobroker stop
                      iobroer fix
                      iobroker update
                      iobroker upgrade
                      iobroker start
                      

                      Linux-Werkzeugkasten:
                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                      NodeJS Fixer Skript:
                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                      1 Reply Last reply
                      0
                      • Thomas BraunT Thomas Braun

                        @matthesjimte sagte in Iobroker Admin Webseite nicht erreichbar:

                        sudo iobroker

                        Ich weine still...

                        M Offline
                        M Offline
                        matthesjimte
                        wrote on last edited by matthesjimte
                        #13

                        @thomas-braun

                        Du darfst auch laut weinen.
                        Ich bin jetzt nicht der Experte und werde es aufnehmen

                        Danke für den Hinweis

                        Thomas BraunT 1 Reply Last reply
                        0
                        • M matthesjimte

                          @thomas-braun

                          Du darfst auch laut weinen.
                          Ich bin jetzt nicht der Experte und werde es aufnehmen

                          Danke für den Hinweis

                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          wrote on last edited by Thomas Braun
                          #14

                          @matthesjimte

                          fix es lieber.

                          Und ich verstehe auch nicht wo der Blödsinn immer herkommt.
                          Hier im Thread hat bislang niemand sudo iobroker vorgegeben. Warum meinst du also es müsste ein sudo vorweg gesetzt werden?

                          Linux-Werkzeugkasten:
                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                          NodeJS Fixer Skript:
                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                          M 1 Reply Last reply
                          0
                          • DJMarc75D DJMarc75

                            @matthesjimte nicht mit SUDO vor iobroker Kommandos !

                            M Offline
                            M Offline
                            matthesjimte
                            wrote on last edited by
                            #15

                            @djmarc75
                            Danke für den Hinweis

                            1 Reply Last reply
                            0
                            • Thomas BraunT Thomas Braun

                              @matthesjimte

                              fix es lieber.

                              Und ich verstehe auch nicht wo der Blödsinn immer herkommt.
                              Hier im Thread hat bislang niemand sudo iobroker vorgegeben. Warum meinst du also es müsste ein sudo vorweg gesetzt werden?

                              M Offline
                              M Offline
                              matthesjimte
                              wrote on last edited by
                              #16

                              @thomas-braun
                              bin dran

                              Thomas BraunT 1 Reply Last reply
                              0
                              • M matthesjimte

                                @thomas-braun
                                bin dran

                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                wrote on last edited by
                                #17

                                @matthesjimte #

                                Der js-controller muss auch aktuell gehalten werden.
                                Also zusätzlich noch:

                                iobroker stop
                                iobroker update
                                iobroker upgrade self
                                iobroker start
                                

                                Ich vermute jetzt mal, nodejs hat's auch nötig:

                                sudo ln -s /usr/bin/node /usr/bin/nodejs
                                uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                

                                Linux-Werkzeugkasten:
                                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                NodeJS Fixer Skript:
                                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                M 1 Reply Last reply
                                0
                                • Thomas BraunT Thomas Braun

                                  @matthesjimte #

                                  Der js-controller muss auch aktuell gehalten werden.
                                  Also zusätzlich noch:

                                  iobroker stop
                                  iobroker update
                                  iobroker upgrade self
                                  iobroker start
                                  

                                  Ich vermute jetzt mal, nodejs hat's auch nötig:

                                  sudo ln -s /usr/bin/node /usr/bin/nodejs
                                  uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                  
                                  M Offline
                                  M Offline
                                  matthesjimte
                                  wrote on last edited by
                                  #18

                                  @thomas-braun

                                  Erstmal danke für den Support

                                  Habe jetzt bis zum Js-controller die Update alles gemacht, aber da ich aktuell auf meine Heizungssteuerung angewiesen bin (kein Öl mehr zum Heizen), muss ich das jetzt erstmal hier stoppen.

                                  Muss dann mal heute Nacht schauen, ich kann mich erinnern das bestimmte Scripte damals nicht gelaufen sind und ich deshalb das System nie weiter hochgezogen habe.

                                  Werden dann ein Image ziehen und dann weiter machen, in der Hoffnung dass das System danach wieder läuft.

                                  Aber ich denke ich werde wahrscheinlich nicht drum rum kommen es auf einen neuen System nochmals aufzubauen

                                  Nochmals Danke

                                  S 1 Reply Last reply
                                  0
                                  • M matthesjimte

                                    @thomas-braun

                                    Erstmal danke für den Support

                                    Habe jetzt bis zum Js-controller die Update alles gemacht, aber da ich aktuell auf meine Heizungssteuerung angewiesen bin (kein Öl mehr zum Heizen), muss ich das jetzt erstmal hier stoppen.

                                    Muss dann mal heute Nacht schauen, ich kann mich erinnern das bestimmte Scripte damals nicht gelaufen sind und ich deshalb das System nie weiter hochgezogen habe.

                                    Werden dann ein Image ziehen und dann weiter machen, in der Hoffnung dass das System danach wieder läuft.

                                    Aber ich denke ich werde wahrscheinlich nicht drum rum kommen es auf einen neuen System nochmals aufzubauen

                                    Nochmals Danke

                                    S Offline
                                    S Offline
                                    Schtallone
                                    wrote on last edited by
                                    #19

                                    Hallo, ich nehme den Ball hier noch einmal auf,

                                    ich kann auch nicht mehr auf meinen iobroker per Browser zugreifen.

                                    hier das log

                                         
                                    
                                    -----                                                                      -----
                                    
                                    ----- ██╗  ██████╗  ██████╗  ██████╗   ██████╗  ██╗  ██╗ ███████╗ ██████╗  -----
                                    
                                    ----- ██║ ██╔═══██╗ ██╔══██╗ ██╔══██╗ ██╔═══██╗ ██║ ██╔╝ ██╔════╝ ██╔══██╗ -----
                                    
                                    ----- ██║ ██║   ██║ ██████╔╝ ██████╔╝ ██║   ██║ █████╔╝  █████╗   ██████╔╝ -----
                                    
                                    ----- ██║ ██║   ██║ ██╔══██╗ ██╔══██╗ ██║   ██║ ██╔═██╗  ██╔══╝   ██╔══██╗ -----
                                    
                                    ----- ██║ ╚██████╔╝ ██████╔╝ ██║  ██║ ╚██████╔╝ ██║  ██╗ ███████╗ ██║  ██║ -----
                                    
                                    ----- ╚═╝  ╚═════╝  ╚═════╝  ╚═╝  ╚═╝  ╚═════╝  ╚═╝  ╚═╝ ╚══════╝ ╚═╝  ╚═╝ -----
                                    
                                    -----                                                                      -----
                                    
                                    -----              Welcome to your ioBroker Docker container!              -----
                                    
                                    -----                    Startupscript is now running!                     -----
                                    
                                    -----                          Please be patient!                          -----
                                    
                                    --------------------------------------------------------------------------------
                                    
                                    
                                    
                                    --------------------------------------------------------------------------------
                                    
                                    -----                          System Information                          -----
                                    
                                    -----                    arch:                x86_64                       -----
                                    
                                    -----                    hostname:            iobroker                     -----
                                    
                                    -----                                                                      -----
                                    
                                    -----                          Version Information                         -----
                                    
                                    -----                    image:               v8.1.0                       -----
                                    
                                    -----                    build:               2023-09-14T23:45:28+00:00    -----
                                    
                                    -----                    node:                v18.17.1                     -----
                                    
                                    -----                    npm:                 9.6.7                        -----
                                    
                                    -----                                                                      -----
                                    
                                    -----                        Environment Variables                         -----
                                    
                                    -----                    SETGID:              1000                         -----
                                    
                                    -----                    SETUID:              1000                         -----
                                    
                                    --------------------------------------------------------------------------------
                                    
                                    
                                    
                                    --------------------------------------------------------------------------------
                                    
                                    -----                   Step 1 of 5: Preparing container                   -----
                                    
                                    --------------------------------------------------------------------------------
                                    
                                    
                                    
                                    This is not the first run of this container. Skipping first run preparation.
                                    
                                    
                                    
                                    --------------------------------------------------------------------------------
                                    
                                    -----             Step 2 of 5: Detecting ioBroker installation             -----
                                    
                                    --------------------------------------------------------------------------------
                                    
                                    
                                    
                                    Existing installation of ioBroker detected in "/opt/iobroker".
                                    
                                    
                                    
                                    --------------------------------------------------------------------------------
                                    
                                    -----             Step 3 of 5: Checking ioBroker installation              -----
                                    
                                    --------------------------------------------------------------------------------
                                    
                                    
                                    
                                    (Re)setting permissions (This might take a while! Please be patient!)... Done.
                                    
                                    
                                    
                                    Fixing "sudo-bug" by replacing sudo with gosu... Done.
                                    
                                    
                                    
                                    Checking Database connection... Done.
                                    
                                    
                                    
                                    Hostname in ioBroker matches the hostname of this container.
                                    
                                    No action required.
                                    
                                    
                                    
                                    --------------------------------------------------------------------------------
                                    
                                    -----                Step 4 of 5: Applying special settings                -----
                                    
                                    --------------------------------------------------------------------------------
                                    
                                    
                                    
                                    Some adapters have special requirements/ settings which can be activated by the use of environment variables.
                                    
                                    For more information see ioBroker Docker Image Docs (https://docs.buanet.de/iobroker-docker-image/docs/).
                                    
                                    
                                    
                                    
                                    
                                    --------------------------------------------------------------------------------
                                    
                                    -----                    Step 5 of 5: ioBroker startup                     -----
                                    
                                    --------------------------------------------------------------------------------
                                    
                                    
                                    
                                    Starting ioBroker... 
                                    
                                    
                                    
                                    ##### #### ### ## # iobroker.js-controller log output # ## ### #### #####
                                    
                                    ================================== > LOG REDIRECT system.adapter.jarvis.0 => true [starting]
                                    
                                    host.iobroker check instance "system.adapter.admin.0" for host "iobroker"
                                    
                                    host.iobroker check instance "system.adapter.influxdb.0" for host "iobroker"
                                    
                                    host.iobroker check instance "system.adapter.javascript.0" for host "iobroker"
                                    
                                    host.iobroker check instance "system.adapter.node-red.0" for host "iobroker"
                                    
                                    host.iobroker check instance "system.adapter.pushover.0" for host "iobroker"
                                    
                                    host.iobroker check instance "system.adapter.telegram.0" for host "iobroker"
                                    
                                    host.iobroker check instance "system.adapter.ical.0" for host "iobroker"
                                    
                                    host.iobroker check instance "system.adapter.meross.0" for host "iobroker"
                                    
                                    host.iobroker check instance "system.adapter.modbus.0" for host "iobroker"
                                    
                                    host.iobroker check instance "system.adapter.mqtt.0" for host "iobroker"
                                    
                                    host.iobroker check instance "system.adapter.mqtt.1" for host "iobroker"
                                    
                                    host.iobroker check instance "system.adapter.netatmo.0" for host "iobroker"
                                    
                                    host.iobroker check instance "system.adapter.shelly.0" for host "iobroker"
                                    
                                    host.iobroker check instance "system.adapter.sonos.0" for host "iobroker"
                                    
                                    host.iobroker check instance "system.adapter.backitup.0" for host "iobroker"
                                    
                                    host.iobroker check instance "system.adapter.cloud.0" for host "iobroker"
                                    
                                    host.iobroker check instance "system.adapter.device-watcher.0" for host "iobroker"
                                    
                                    host.iobroker check instance "system.adapter.dwd.0" for host "iobroker"
                                    
                                    host.iobroker check instance "system.adapter.energiefluss.0" for host "iobroker"
                                    
                                    host.iobroker check instance "system.adapter.feiertage.0" for host "iobroker"
                                    
                                    host.iobroker check instance "system.adapter.jarvis.0" for host "iobroker"
                                    
                                    host.iobroker check instance "system.adapter.pvforecast.0" for host "iobroker"
                                    
                                    host.iobroker check instance "system.adapter.schoolfree.0" for host "iobroker"
                                    
                                    host.iobroker check instance "system.adapter.shuttercontrol.0" for host "iobroker"
                                    
                                    host.iobroker check instance "system.adapter.snmp.0" for host "iobroker"
                                    
                                    host.iobroker check instance "system.adapter.sourceanalytix.0" for host "iobroker"
                                    
                                    host.iobroker check instance "system.adapter.terminal.0" for host "iobroker"
                                    
                                    host.iobroker check instance "system.adapter.vw-connect.0" for host "iobroker"
                                    
                                    host.iobroker check instance "system.adapter.web.0" for host "iobroker"
                                    

                                    Ich habe alle Schritte in diesem Thread bzgl. der Updates der Ardapter, controller usw. erfolgreich durchgeführt.

                                    Hier noch die Instanzen:

                                    root@iobroker:/opt/iobroker# iobroker list instances
                                    + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 192.168.1.10 (SSL), run as: admin
                                      system.adapter.alias-manager.0          : alias-manager         : iobroker                                 - disabled
                                    + system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                                      system.adapter.cloud.0                  : cloud                 : iobroker                                 - disabled
                                      system.adapter.device-watcher.0         : device-watcher        : iobroker                                 - disabled
                                      system.adapter.devices.0                : devices               : iobroker                                 - disabled
                                      system.adapter.dwd.0                    : dwd                   : iobroker                                 - disabled
                                      system.adapter.energiefluss.0           : energiefluss          : iobroker                                 - disabled
                                      system.adapter.feiertage.0              : feiertage             : iobroker                                 - disabled
                                      system.adapter.ical.0                   : ical                  : iobroker                                 - disabled
                                      system.adapter.influxdb.0               : influxdb              : iobroker                                 - disabled, port: 8086
                                      system.adapter.jarvis.0                 : jarvis                : iobroker                                 - disabled
                                      system.adapter.javascript.0             : javascript            : iobroker                                 - disabled
                                      system.adapter.meross.0                 : meross                : iobroker                                 - disabled
                                      system.adapter.modbus.0                 : modbus                : iobroker                                 - disabled
                                      system.adapter.mqtt.0                   : mqtt                  : iobroker                                 - disabled, port: 1883, bind: 0.0.0.0
                                      system.adapter.mqtt.1                   : mqtt                  : iobroker                                 - disabled, port: 1883, bind: 0.0.0.0
                                      system.adapter.netatmo.0                : netatmo               : iobroker                                 - disabled
                                      system.adapter.node-red.0               : node-red              : iobroker                                 - disabled, port: 1880, bind: 192.168.1.10
                                      system.adapter.pushover.0               : pushover              : iobroker                                 - disabled
                                      system.adapter.pvforecast.0             : pvforecast            : iobroker                                 - disabled
                                      system.adapter.schoolfree.0             : schoolfree            : iobroker                                 - disabled
                                      system.adapter.shelly.0                 : shelly                : iobroker                                 - disabled, port: 1882, bind: 192.168.1.10
                                      system.adapter.shuttercontrol.0         : shuttercontrol        : iobroker                                 - disabled
                                      system.adapter.snmp.0                   : snmp                  : iobroker                                 - disabled
                                      system.adapter.sonos.0                  : sonos                 : iobroker                                 - disabled
                                      system.adapter.sourceanalytix.0         : sourceanalytix        : iobroker                                 - disabled
                                      system.adapter.telegram.0               : telegram              : iobroker                                 - disabled, port: 8443, bind: 0.0.0.0
                                      system.adapter.terminal.0               : terminal              : iobroker                                 - disabled, port: 8088, bind: 192.168.1.10, run as: admin
                                      system.adapter.vw-connect.0             : vw-connect            : iobroker                                 - disabled
                                      system.adapter.web.0                    : web                   : iobroker                                 - disabled, port: 8082, bind: 0.0.0.0, run as: admin
                                    
                                    

                                    ICh hoffe Ihr könnt mir irgendwie weiter helfen. VIELEN DANK und Gruß

                                    Marc BergM ? 2 Replies Last reply
                                    0
                                    • S Schtallone

                                      Hallo, ich nehme den Ball hier noch einmal auf,

                                      ich kann auch nicht mehr auf meinen iobroker per Browser zugreifen.

                                      hier das log

                                           
                                      
                                      -----                                                                      -----
                                      
                                      ----- ██╗  ██████╗  ██████╗  ██████╗   ██████╗  ██╗  ██╗ ███████╗ ██████╗  -----
                                      
                                      ----- ██║ ██╔═══██╗ ██╔══██╗ ██╔══██╗ ██╔═══██╗ ██║ ██╔╝ ██╔════╝ ██╔══██╗ -----
                                      
                                      ----- ██║ ██║   ██║ ██████╔╝ ██████╔╝ ██║   ██║ █████╔╝  █████╗   ██████╔╝ -----
                                      
                                      ----- ██║ ██║   ██║ ██╔══██╗ ██╔══██╗ ██║   ██║ ██╔═██╗  ██╔══╝   ██╔══██╗ -----
                                      
                                      ----- ██║ ╚██████╔╝ ██████╔╝ ██║  ██║ ╚██████╔╝ ██║  ██╗ ███████╗ ██║  ██║ -----
                                      
                                      ----- ╚═╝  ╚═════╝  ╚═════╝  ╚═╝  ╚═╝  ╚═════╝  ╚═╝  ╚═╝ ╚══════╝ ╚═╝  ╚═╝ -----
                                      
                                      -----                                                                      -----
                                      
                                      -----              Welcome to your ioBroker Docker container!              -----
                                      
                                      -----                    Startupscript is now running!                     -----
                                      
                                      -----                          Please be patient!                          -----
                                      
                                      --------------------------------------------------------------------------------
                                      
                                      
                                      
                                      --------------------------------------------------------------------------------
                                      
                                      -----                          System Information                          -----
                                      
                                      -----                    arch:                x86_64                       -----
                                      
                                      -----                    hostname:            iobroker                     -----
                                      
                                      -----                                                                      -----
                                      
                                      -----                          Version Information                         -----
                                      
                                      -----                    image:               v8.1.0                       -----
                                      
                                      -----                    build:               2023-09-14T23:45:28+00:00    -----
                                      
                                      -----                    node:                v18.17.1                     -----
                                      
                                      -----                    npm:                 9.6.7                        -----
                                      
                                      -----                                                                      -----
                                      
                                      -----                        Environment Variables                         -----
                                      
                                      -----                    SETGID:              1000                         -----
                                      
                                      -----                    SETUID:              1000                         -----
                                      
                                      --------------------------------------------------------------------------------
                                      
                                      
                                      
                                      --------------------------------------------------------------------------------
                                      
                                      -----                   Step 1 of 5: Preparing container                   -----
                                      
                                      --------------------------------------------------------------------------------
                                      
                                      
                                      
                                      This is not the first run of this container. Skipping first run preparation.
                                      
                                      
                                      
                                      --------------------------------------------------------------------------------
                                      
                                      -----             Step 2 of 5: Detecting ioBroker installation             -----
                                      
                                      --------------------------------------------------------------------------------
                                      
                                      
                                      
                                      Existing installation of ioBroker detected in "/opt/iobroker".
                                      
                                      
                                      
                                      --------------------------------------------------------------------------------
                                      
                                      -----             Step 3 of 5: Checking ioBroker installation              -----
                                      
                                      --------------------------------------------------------------------------------
                                      
                                      
                                      
                                      (Re)setting permissions (This might take a while! Please be patient!)... Done.
                                      
                                      
                                      
                                      Fixing "sudo-bug" by replacing sudo with gosu... Done.
                                      
                                      
                                      
                                      Checking Database connection... Done.
                                      
                                      
                                      
                                      Hostname in ioBroker matches the hostname of this container.
                                      
                                      No action required.
                                      
                                      
                                      
                                      --------------------------------------------------------------------------------
                                      
                                      -----                Step 4 of 5: Applying special settings                -----
                                      
                                      --------------------------------------------------------------------------------
                                      
                                      
                                      
                                      Some adapters have special requirements/ settings which can be activated by the use of environment variables.
                                      
                                      For more information see ioBroker Docker Image Docs (https://docs.buanet.de/iobroker-docker-image/docs/).
                                      
                                      
                                      
                                      
                                      
                                      --------------------------------------------------------------------------------
                                      
                                      -----                    Step 5 of 5: ioBroker startup                     -----
                                      
                                      --------------------------------------------------------------------------------
                                      
                                      
                                      
                                      Starting ioBroker... 
                                      
                                      
                                      
                                      ##### #### ### ## # iobroker.js-controller log output # ## ### #### #####
                                      
                                      ================================== > LOG REDIRECT system.adapter.jarvis.0 => true [starting]
                                      
                                      host.iobroker check instance "system.adapter.admin.0" for host "iobroker"
                                      
                                      host.iobroker check instance "system.adapter.influxdb.0" for host "iobroker"
                                      
                                      host.iobroker check instance "system.adapter.javascript.0" for host "iobroker"
                                      
                                      host.iobroker check instance "system.adapter.node-red.0" for host "iobroker"
                                      
                                      host.iobroker check instance "system.adapter.pushover.0" for host "iobroker"
                                      
                                      host.iobroker check instance "system.adapter.telegram.0" for host "iobroker"
                                      
                                      host.iobroker check instance "system.adapter.ical.0" for host "iobroker"
                                      
                                      host.iobroker check instance "system.adapter.meross.0" for host "iobroker"
                                      
                                      host.iobroker check instance "system.adapter.modbus.0" for host "iobroker"
                                      
                                      host.iobroker check instance "system.adapter.mqtt.0" for host "iobroker"
                                      
                                      host.iobroker check instance "system.adapter.mqtt.1" for host "iobroker"
                                      
                                      host.iobroker check instance "system.adapter.netatmo.0" for host "iobroker"
                                      
                                      host.iobroker check instance "system.adapter.shelly.0" for host "iobroker"
                                      
                                      host.iobroker check instance "system.adapter.sonos.0" for host "iobroker"
                                      
                                      host.iobroker check instance "system.adapter.backitup.0" for host "iobroker"
                                      
                                      host.iobroker check instance "system.adapter.cloud.0" for host "iobroker"
                                      
                                      host.iobroker check instance "system.adapter.device-watcher.0" for host "iobroker"
                                      
                                      host.iobroker check instance "system.adapter.dwd.0" for host "iobroker"
                                      
                                      host.iobroker check instance "system.adapter.energiefluss.0" for host "iobroker"
                                      
                                      host.iobroker check instance "system.adapter.feiertage.0" for host "iobroker"
                                      
                                      host.iobroker check instance "system.adapter.jarvis.0" for host "iobroker"
                                      
                                      host.iobroker check instance "system.adapter.pvforecast.0" for host "iobroker"
                                      
                                      host.iobroker check instance "system.adapter.schoolfree.0" for host "iobroker"
                                      
                                      host.iobroker check instance "system.adapter.shuttercontrol.0" for host "iobroker"
                                      
                                      host.iobroker check instance "system.adapter.snmp.0" for host "iobroker"
                                      
                                      host.iobroker check instance "system.adapter.sourceanalytix.0" for host "iobroker"
                                      
                                      host.iobroker check instance "system.adapter.terminal.0" for host "iobroker"
                                      
                                      host.iobroker check instance "system.adapter.vw-connect.0" for host "iobroker"
                                      
                                      host.iobroker check instance "system.adapter.web.0" for host "iobroker"
                                      

                                      Ich habe alle Schritte in diesem Thread bzgl. der Updates der Ardapter, controller usw. erfolgreich durchgeführt.

                                      Hier noch die Instanzen:

                                      root@iobroker:/opt/iobroker# iobroker list instances
                                      + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 192.168.1.10 (SSL), run as: admin
                                        system.adapter.alias-manager.0          : alias-manager         : iobroker                                 - disabled
                                      + system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                                        system.adapter.cloud.0                  : cloud                 : iobroker                                 - disabled
                                        system.adapter.device-watcher.0         : device-watcher        : iobroker                                 - disabled
                                        system.adapter.devices.0                : devices               : iobroker                                 - disabled
                                        system.adapter.dwd.0                    : dwd                   : iobroker                                 - disabled
                                        system.adapter.energiefluss.0           : energiefluss          : iobroker                                 - disabled
                                        system.adapter.feiertage.0              : feiertage             : iobroker                                 - disabled
                                        system.adapter.ical.0                   : ical                  : iobroker                                 - disabled
                                        system.adapter.influxdb.0               : influxdb              : iobroker                                 - disabled, port: 8086
                                        system.adapter.jarvis.0                 : jarvis                : iobroker                                 - disabled
                                        system.adapter.javascript.0             : javascript            : iobroker                                 - disabled
                                        system.adapter.meross.0                 : meross                : iobroker                                 - disabled
                                        system.adapter.modbus.0                 : modbus                : iobroker                                 - disabled
                                        system.adapter.mqtt.0                   : mqtt                  : iobroker                                 - disabled, port: 1883, bind: 0.0.0.0
                                        system.adapter.mqtt.1                   : mqtt                  : iobroker                                 - disabled, port: 1883, bind: 0.0.0.0
                                        system.adapter.netatmo.0                : netatmo               : iobroker                                 - disabled
                                        system.adapter.node-red.0               : node-red              : iobroker                                 - disabled, port: 1880, bind: 192.168.1.10
                                        system.adapter.pushover.0               : pushover              : iobroker                                 - disabled
                                        system.adapter.pvforecast.0             : pvforecast            : iobroker                                 - disabled
                                        system.adapter.schoolfree.0             : schoolfree            : iobroker                                 - disabled
                                        system.adapter.shelly.0                 : shelly                : iobroker                                 - disabled, port: 1882, bind: 192.168.1.10
                                        system.adapter.shuttercontrol.0         : shuttercontrol        : iobroker                                 - disabled
                                        system.adapter.snmp.0                   : snmp                  : iobroker                                 - disabled
                                        system.adapter.sonos.0                  : sonos                 : iobroker                                 - disabled
                                        system.adapter.sourceanalytix.0         : sourceanalytix        : iobroker                                 - disabled
                                        system.adapter.telegram.0               : telegram              : iobroker                                 - disabled, port: 8443, bind: 0.0.0.0
                                        system.adapter.terminal.0               : terminal              : iobroker                                 - disabled, port: 8088, bind: 192.168.1.10, run as: admin
                                        system.adapter.vw-connect.0             : vw-connect            : iobroker                                 - disabled
                                        system.adapter.web.0                    : web                   : iobroker                                 - disabled, port: 8082, bind: 0.0.0.0, run as: admin
                                      
                                      

                                      ICh hoffe Ihr könnt mir irgendwie weiter helfen. VIELEN DANK und Gruß

                                      Marc BergM Online
                                      Marc BergM Online
                                      Marc Berg
                                      Most Active
                                      wrote on last edited by
                                      #20

                                      @schtallone sagte in Iobroker Admin Webseite nicht erreichbar:

                                      ich kann auch nicht mehr auf meinen iobroker per Browser zugreifen.

                                      Nachdem du WAS gemacht hast? Wie konkret willst du auf den Admin zugreifen?

                                      NUC10I3+Ubuntu+Docker+ioBroker+influxDB2+Node Red+EMQX+Grafana

                                      Pi-hole, Traefik, Checkmk, Conbee II+Zigbee2MQTT, ESPSomfy-RTS, LoRaWAN, Arduino, KiCad

                                      Benutzt das Voting im Beitrag, wenn er euch geholfen hat.

                                      S 1 Reply Last reply
                                      0
                                      • Marc BergM Marc Berg

                                        @schtallone sagte in Iobroker Admin Webseite nicht erreichbar:

                                        ich kann auch nicht mehr auf meinen iobroker per Browser zugreifen.

                                        Nachdem du WAS gemacht hast? Wie konkret willst du auf den Admin zugreifen?

                                        S Offline
                                        S Offline
                                        Schtallone
                                        wrote on last edited by
                                        #21

                                        @marc-berg
                                        Ich hatte performance probleme und folgende Fehlermeldung:

                                        MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 101 onFirmwareUpdate listeners added to [EventEmitter]. Use emitter.setMaxListeners() to increase limit
                                        

                                        Daraufhin habe ich versucht, den iobroker aus einem Backup wiederherzustellen.

                                        ICh greife üblicherweise per IP:Port mit https zu

                                        Marc BergM 1 Reply Last reply
                                        0
                                        • S Schtallone

                                          @marc-berg
                                          Ich hatte performance probleme und folgende Fehlermeldung:

                                          MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 101 onFirmwareUpdate listeners added to [EventEmitter]. Use emitter.setMaxListeners() to increase limit
                                          

                                          Daraufhin habe ich versucht, den iobroker aus einem Backup wiederherzustellen.

                                          ICh greife üblicherweise per IP:Port mit https zu

                                          Marc BergM Online
                                          Marc BergM Online
                                          Marc Berg
                                          Most Active
                                          wrote on last edited by
                                          #22

                                          @schtallone sagte in Iobroker Admin Webseite nicht erreichbar:

                                          Daraufhin habe ich versucht, den iobroker aus einem Backup wiederherzustellen.

                                          Wie betreibst du den Container? Im Host-Modus?

                                          NUC10I3+Ubuntu+Docker+ioBroker+influxDB2+Node Red+EMQX+Grafana

                                          Pi-hole, Traefik, Checkmk, Conbee II+Zigbee2MQTT, ESPSomfy-RTS, LoRaWAN, Arduino, KiCad

                                          Benutzt das Voting im Beitrag, wenn er euch geholfen hat.

                                          S 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          567

                                          Online

                                          32.7k

                                          Users

                                          82.5k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe