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. [gelöst] Admin Adapter Update fehlgeschlagen

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    17
    1
    396

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

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

[gelöst] Admin Adapter Update fehlgeschlagen

Scheduled Pinned Locked Moved ioBroker Allgemein
admin adapter läuft nichtadmin adapter updateiobroker startet nichtupdate fehler
25 Posts 4 Posters 2.9k Views 4 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.
  • AlmixxA Almixx

    @glasfaser
    was muss ich denn eingeben statt den Fragezeichen?

    GlasfaserG Offline
    GlasfaserG Offline
    Glasfaser
    wrote on last edited by
    #15

    @almixx sagte in Admin Adapter Update fehlgeschlagen:

    @glasfaser
    was muss ich denn eingeben statt den Fragezeichen?

    Nichts .. so lassen !!!!

    for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm -rf ${i%%/}; done
    

    Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

    AlmixxA 1 Reply Last reply
    0
    • GlasfaserG Glasfaser

      @almixx sagte in Admin Adapter Update fehlgeschlagen:

      @glasfaser
      was muss ich denn eingeben statt den Fragezeichen?

      Nichts .. so lassen !!!!

      for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm -rf ${i%%/}; done
      
      AlmixxA Offline
      AlmixxA Offline
      Almixx
      wrote on last edited by
      #16

      @glasfaser , hab ich gemacht

      pi@raspberrypi:~ $ cd /opt/Iobroker/node_modules
      -bash: cd: /opt/Iobroker/node_modules: Datei oder Verzeichnis nicht gefunden
      pi@raspberrypi:~ $ cd /opt/iobroker/node_modules
      pi@raspberrypi:/opt/iobroker/node_modules $ for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm -rf ${i%%/}; done
      pi@raspberrypi:/opt/iobroker/node_modules $
      
      
      GlasfaserG 1 Reply Last reply
      0
      • AlmixxA Almixx

        @glasfaser , hab ich gemacht

        pi@raspberrypi:~ $ cd /opt/Iobroker/node_modules
        -bash: cd: /opt/Iobroker/node_modules: Datei oder Verzeichnis nicht gefunden
        pi@raspberrypi:~ $ cd /opt/iobroker/node_modules
        pi@raspberrypi:/opt/iobroker/node_modules $ for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm -rf ${i%%/}; done
        pi@raspberrypi:/opt/iobroker/node_modules $
        
        
        GlasfaserG Offline
        GlasfaserG Offline
        Glasfaser
        wrote on last edited by Glasfaser
        #17

        @almixx

        ja ... alles gut .. ist richtig

        jetzt nochmal von oben mit JS

        EDIT :

        Warum steht du dort im Verzeichniss

        /opt/iobroker/node_modules
        

        Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

        AlmixxA 1 Reply Last reply
        0
        • GlasfaserG Glasfaser

          @almixx

          ja ... alles gut .. ist richtig

          jetzt nochmal von oben mit JS

          EDIT :

          Warum steht du dort im Verzeichniss

          /opt/iobroker/node_modules
          
          AlmixxA Offline
          AlmixxA Offline
          Almixx
          wrote on last edited by
          #18

          @glasfaser es steht so im Text:

          Bitte Befehl unbedingt!! im Verzeichnis /opt/iobroker/node_modules ausführen; Befehl KOPIEREN, nicht eintippen, ein Vertipper kann und wird da 'tödlich' sein).
          
          Ingo
          

          hab alles so gemacht. Iobroker läuft aber noch nicht

          GlasfaserG 1 Reply Last reply
          0
          • AlmixxA Almixx

            @glasfaser es steht so im Text:

            Bitte Befehl unbedingt!! im Verzeichnis /opt/iobroker/node_modules ausführen; Befehl KOPIEREN, nicht eintippen, ein Vertipper kann und wird da 'tödlich' sein).
            
            Ingo
            

            hab alles so gemacht. Iobroker läuft aber noch nicht

            GlasfaserG Offline
            GlasfaserG Offline
            Glasfaser
            wrote on last edited by
            #19

            @almixx sagte in Admin Adapter Update fehlgeschlagen:

            hab alles so gemacht. Iobroker läuft aber noch nicht

            Dann bitte mehr Input ... was läuft nicht .

            Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

            AlmixxA 1 Reply Last reply
            0
            • GlasfaserG Glasfaser

              @almixx sagte in Admin Adapter Update fehlgeschlagen:

              hab alles so gemacht. Iobroker läuft aber noch nicht

              Dann bitte mehr Input ... was läuft nicht .

              AlmixxA Offline
              AlmixxA Offline
              Almixx
              wrote on last edited by
              #20

              @glasfaser , wenn ich Iobroker öffnen möchte über meineIP:8081, wird nichts geöffnet.

              GlasfaserG 1 Reply Last reply
              0
              • AlmixxA Almixx

                @glasfaser , wenn ich Iobroker öffnen möchte über meineIP:8081, wird nichts geöffnet.

                GlasfaserG Offline
                GlasfaserG Offline
                Glasfaser
                wrote on last edited by
                #21

                @almixx
                Ausgabe von :

                iob list instances
                
                iobroker status
                

                Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                AlmixxA 1 Reply Last reply
                0
                • GlasfaserG Glasfaser

                  @almixx
                  Ausgabe von :

                  iob list instances
                  
                  iobroker status
                  
                  AlmixxA Offline
                  AlmixxA Offline
                  Almixx
                  wrote on last edited by
                  #22

                  @glasfaser said in Admin Adapter Update fehlgeschlagen:

                  iobroker status

                  Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
                  permitted by applicable law.
                  Last login: Fri Dec 23 10:56:14 2022 from 192.168.178.13
                  pi@raspberrypi:~ $ iob list instances
                    system.adapter.admin.0                  : admin                 : raspberrypi                              - disabled, port: 8081, bind: 0.0.0.0, run as: admin
                  + system.adapter.alexa2.0                 : alexa2                : raspberrypi                              -  enabled
                  + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                  + system.adapter.deconz.0                 : deconz                : raspberrypi                              -  enabled, port: 80
                    system.adapter.devices.0                : devices               : raspberrypi                              -  enabled
                  + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
                  + system.adapter.fullybrowser.0           : fullybrowser          : raspberrypi                              -  enabled
                  + system.adapter.history.0                : history               : raspberrypi                              -  enabled
                  + system.adapter.hm-rega.0                : hm-rega               : raspberrypi                              -  enabled
                  + system.adapter.hm-rpc.0                 : hm-rpc                : raspberrypi                              -  enabled, port: 0
                  + system.adapter.hm-rpc.1                 : hm-rpc                : raspberrypi                              -  enabled, port: 0
                    system.adapter.ical.0                   : ical                  : raspberrypi                              -  enabled
                    system.adapter.ical.1                   : ical                  : raspberrypi                              -  enabled
                    system.adapter.ical.2                   : ical                  : raspberrypi                              -  enabled
                    system.adapter.ical.3                   : ical                  : raspberrypi                              -  enabled
                    system.adapter.icons-mfd-png.0          : icons-mfd-png         : raspberrypi                              -  enabled
                    system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : raspberrypi                              -  enabled
                  + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                  + system.adapter.info.0                   : info                  : raspberrypi                              -  enabled
                  + system.adapter.iot.0                    : iot                   : raspberrypi                              -  enabled
                  + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                  + system.adapter.moma.0                   : moma                  : raspberrypi                              -  enabled
                  + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1885, bind: 0.0.0.0
                  + system.adapter.mytime.0                 : mytime                : raspberrypi                              -  enabled
                  + system.adapter.panasonic-viera.0        : panasonic-viera       : raspberrypi                              -  enabled
                  + system.adapter.rpi2.0                   : rpi2                  : raspberrypi                              -  enabled
                  + system.adapter.scenes.0                 : scenes                : raspberrypi                              -  enabled
                  + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                  + system.adapter.shuttercontrol.0         : shuttercontrol        : raspberrypi                              -  enabled
                  + system.adapter.socketio.0               : socketio              : raspberrypi                              -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                  + system.adapter.sourceanalytix.0         : sourceanalytix        : raspberrypi                              -  enabled
                  + system.adapter.synology.0               : synology              : raspberrypi                              -  enabled, port: 5000
                  + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                  + system.adapter.tr-064.0                 : tr-064                : raspberrypi                              -  enabled
                  + system.adapter.trashschedule.0          : trashschedule         : raspberrypi                              -  enabled
                    system.adapter.viessmann.0              : viessmann             : raspberrypi                              - disabled, port: 3002
                    system.adapter.vis-bars.0               : vis-bars              : raspberrypi                              -  enabled
                    system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : raspberrypi                              -  enabled
                  + system.adapter.vis-inventwo.0           : vis-inventwo          : raspberrypi                              -  enabled
                    system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : raspberrypi                              -  enabled
                    system.adapter.vis-metro.0              : vis-metro             : raspberrypi                              -  enabled
                    system.adapter.vis-plumb.0              : vis-plumb             : raspberrypi                              -  enabled
                    system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
                  + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                  + system.adapter.wled.0                   : wled                  : raspberrypi                              -  enabled
                  + system.adapter.yamaha.0                 : yamaha                : raspberrypi                              -  enabled
                  
                  + instance is alive
                  pi@raspberrypi:~ $ iobroker status
                  iobroker is running on this host.
                  
                  
                  Objects type: jsonl
                  States  type: jsonl
                  pi@raspberrypi:~ $
                  
                  
                  GlasfaserG 1 Reply Last reply
                  0
                  • AlmixxA Almixx

                    @glasfaser said in Admin Adapter Update fehlgeschlagen:

                    iobroker status

                    Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
                    permitted by applicable law.
                    Last login: Fri Dec 23 10:56:14 2022 from 192.168.178.13
                    pi@raspberrypi:~ $ iob list instances
                      system.adapter.admin.0                  : admin                 : raspberrypi                              - disabled, port: 8081, bind: 0.0.0.0, run as: admin
                    + system.adapter.alexa2.0                 : alexa2                : raspberrypi                              -  enabled
                    + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                    + system.adapter.deconz.0                 : deconz                : raspberrypi                              -  enabled, port: 80
                      system.adapter.devices.0                : devices               : raspberrypi                              -  enabled
                    + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
                    + system.adapter.fullybrowser.0           : fullybrowser          : raspberrypi                              -  enabled
                    + system.adapter.history.0                : history               : raspberrypi                              -  enabled
                    + system.adapter.hm-rega.0                : hm-rega               : raspberrypi                              -  enabled
                    + system.adapter.hm-rpc.0                 : hm-rpc                : raspberrypi                              -  enabled, port: 0
                    + system.adapter.hm-rpc.1                 : hm-rpc                : raspberrypi                              -  enabled, port: 0
                      system.adapter.ical.0                   : ical                  : raspberrypi                              -  enabled
                      system.adapter.ical.1                   : ical                  : raspberrypi                              -  enabled
                      system.adapter.ical.2                   : ical                  : raspberrypi                              -  enabled
                      system.adapter.ical.3                   : ical                  : raspberrypi                              -  enabled
                      system.adapter.icons-mfd-png.0          : icons-mfd-png         : raspberrypi                              -  enabled
                      system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : raspberrypi                              -  enabled
                    + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                    + system.adapter.info.0                   : info                  : raspberrypi                              -  enabled
                    + system.adapter.iot.0                    : iot                   : raspberrypi                              -  enabled
                    + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                    + system.adapter.moma.0                   : moma                  : raspberrypi                              -  enabled
                    + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1885, bind: 0.0.0.0
                    + system.adapter.mytime.0                 : mytime                : raspberrypi                              -  enabled
                    + system.adapter.panasonic-viera.0        : panasonic-viera       : raspberrypi                              -  enabled
                    + system.adapter.rpi2.0                   : rpi2                  : raspberrypi                              -  enabled
                    + system.adapter.scenes.0                 : scenes                : raspberrypi                              -  enabled
                    + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                    + system.adapter.shuttercontrol.0         : shuttercontrol        : raspberrypi                              -  enabled
                    + system.adapter.socketio.0               : socketio              : raspberrypi                              -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                    + system.adapter.sourceanalytix.0         : sourceanalytix        : raspberrypi                              -  enabled
                    + system.adapter.synology.0               : synology              : raspberrypi                              -  enabled, port: 5000
                    + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                    + system.adapter.tr-064.0                 : tr-064                : raspberrypi                              -  enabled
                    + system.adapter.trashschedule.0          : trashschedule         : raspberrypi                              -  enabled
                      system.adapter.viessmann.0              : viessmann             : raspberrypi                              - disabled, port: 3002
                      system.adapter.vis-bars.0               : vis-bars              : raspberrypi                              -  enabled
                      system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : raspberrypi                              -  enabled
                    + system.adapter.vis-inventwo.0           : vis-inventwo          : raspberrypi                              -  enabled
                      system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : raspberrypi                              -  enabled
                      system.adapter.vis-metro.0              : vis-metro             : raspberrypi                              -  enabled
                      system.adapter.vis-plumb.0              : vis-plumb             : raspberrypi                              -  enabled
                      system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
                    + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                    + system.adapter.wled.0                   : wled                  : raspberrypi                              -  enabled
                    + system.adapter.yamaha.0                 : yamaha                : raspberrypi                              -  enabled
                    
                    + instance is alive
                    pi@raspberrypi:~ $ iobroker status
                    iobroker is running on this host.
                    
                    
                    Objects type: jsonl
                    States  type: jsonl
                    pi@raspberrypi:~ $
                    
                    
                    GlasfaserG Offline
                    GlasfaserG Offline
                    Glasfaser
                    wrote on last edited by
                    #23

                    @almixx

                    iobroker start admin
                    

                    Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                    AlmixxA 1 Reply Last reply
                    0
                    • GlasfaserG Glasfaser

                      @almixx

                      iobroker start admin
                      
                      AlmixxA Offline
                      AlmixxA Offline
                      Almixx
                      wrote on last edited by
                      #24

                      @glasfaser said in Admin Adapter Update fehlgeschlagen:

                      iobroker start admin

                      Vielen vielen Dank. Es läuft wieder.

                      Ich wüsste echt nicht, wie ich das ohne Eure Unterstützung hinbekommen sollte...
                      Nochmals vielen Dank für die Hilfestellung und frohes Weihnachtfest !!
                      Gruß Micha

                      GlasfaserG 1 Reply Last reply
                      1
                      • AlmixxA Almixx

                        @glasfaser said in Admin Adapter Update fehlgeschlagen:

                        iobroker start admin

                        Vielen vielen Dank. Es läuft wieder.

                        Ich wüsste echt nicht, wie ich das ohne Eure Unterstützung hinbekommen sollte...
                        Nochmals vielen Dank für die Hilfestellung und frohes Weihnachtfest !!
                        Gruß Micha

                        GlasfaserG Offline
                        GlasfaserG Offline
                        Glasfaser
                        wrote on last edited by
                        #25

                        @almixx sagte in Admin Adapter Update fehlgeschlagen:

                        Nochmals vielen Dank für die Hilfestellung und frohes Weihnachtfest !!

                        Das wünsche ich dir auch .... :evergreen_tree:

                        Dann bitte den Thread auf [gelöst] setzen

                        Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                        1 Reply Last reply
                        1
                        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

                        663

                        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