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. ERROR: Invalid version of "admin"- trotz aktuellste Version

NEWS

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

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

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.5k

ERROR: Invalid version of "admin"- trotz aktuellste Version

Scheduled Pinned Locked Moved ioBroker Allgemein
admin 4.x
8 Posts 2 Posters 1.1k Views 2 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.
  • T Offline
    T Offline
    typ85q
    wrote on last edited by
    #1

    Hallo zusammen,

    wie im Titel beschrieben bekomme ich eine Fehlermeldung bei folgenden Adaptern:

    $ ./iobroker upgrade iot
    $ ./iobroker upgrade javascript
    und $ ./iobroker upgrade shelly

    ERROR: Invalid version of "admin". Installed "3.6.12", required ">=4.0.1
    process exited with code 0

    Ich habe gestern einen Umzug von Windows 10 auf raspberry vollzogen.

    Auf dem PI ist alles auf dem aktuellsten stand ...
    Admin Version ist "ioBroker.admin 4.0.10"

    Daher verstehe ist die Fehlermeldung nicht ganz, Würde mich über jeden Tip / Hilfe freuen.

    In diesem Sinne
    VG

    Thomas BraunT 1 Reply Last reply
    0
    • T typ85q

      Hallo zusammen,

      wie im Titel beschrieben bekomme ich eine Fehlermeldung bei folgenden Adaptern:

      $ ./iobroker upgrade iot
      $ ./iobroker upgrade javascript
      und $ ./iobroker upgrade shelly

      ERROR: Invalid version of "admin". Installed "3.6.12", required ">=4.0.1
      process exited with code 0

      Ich habe gestern einen Umzug von Windows 10 auf raspberry vollzogen.

      Auf dem PI ist alles auf dem aktuellsten stand ...
      Admin Version ist "ioBroker.admin 4.0.10"

      Daher verstehe ist die Fehlermeldung nicht ganz, Würde mich über jeden Tip / Hilfe freuen.

      In diesem Sinne
      VG

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

      @typ85q

      iobroker fix
      

      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

      T 1 Reply Last reply
      0
      • Thomas BraunT Thomas Braun

        @typ85q

        iobroker fix
        
        T Offline
        T Offline
        typ85q
        wrote on last edited by
        #3

        @Thomas-Braun
        Danke für den Tip, hab ich soeben gemacht und anschließend einen neustart durchgeführt aber ohne Erfolg.

        Noch weitere ideen ?

        Thomas BraunT 1 Reply Last reply
        0
        • T typ85q

          @Thomas-Braun
          Danke für den Tip, hab ich soeben gemacht und anschließend einen neustart durchgeführt aber ohne Erfolg.

          Noch weitere ideen ?

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

          @typ85q

          iobroker list adapters
          iobroker update
          iobroker upgrade
          

          Wenn das nicht funktioniert:

          cd /opt/iobroker
          sudo -H -u iobroker npm install iobroker.js-controller
          

          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

          T 1 Reply Last reply
          0
          • Thomas BraunT Thomas Braun

            @typ85q

            iobroker list adapters
            iobroker update
            iobroker upgrade
            

            Wenn das nicht funktioniert:

            cd /opt/iobroker
            sudo -H -u iobroker npm install iobroker.js-controller
            
            T Offline
            T Offline
            typ85q
            wrote on last edited by
            #5

            @Thomas-Braun

            ok wird immer seltsamer,

            iobroker list adapters
            system.adapter.admin : admin - v3.6.12

            iobroker update
            Used repository: default
            hash unchanged, use cached sources
            update done
            Adapter "admin" : 4.0.10 , installed 4.0.10

            iobroker upgrade
            Adapter "admin" is up to date.

            Thomas BraunT 1 Reply Last reply
            0
            • T typ85q

              @Thomas-Braun

              ok wird immer seltsamer,

              iobroker list adapters
              system.adapter.admin : admin - v3.6.12

              iobroker update
              Used repository: default
              hash unchanged, use cached sources
              update done
              Adapter "admin" : 4.0.10 , installed 4.0.10

              iobroker upgrade
              Adapter "admin" is up to date.

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

              @typ85q Bitte Konsolentext auch in </> CodeTags setzen.
              Danke.

              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

              T 1 Reply Last reply
              0
              • Thomas BraunT Thomas Braun

                @typ85q Bitte Konsolentext auch in </> CodeTags setzen.
                Danke.

                T Offline
                T Offline
                typ85q
                wrote on last edited by
                #7

                @Thomas-Braun

                 sudo -H -u iobroker npm install iobroker.js-controller
                
                > iobroker.js-controller@3.1.6 preinstall /opt/iobroker/node_modules/iobroker.js-controller
                > node lib/preinstallCheck.js
                
                NPM version: 6.14.6
                
                > iobroker.js-controller@3.1.6 install /opt/iobroker/node_modules/iobroker.js-controller
                > node iobroker.js setup first
                
                Existing earlier generated certificate is invalid (too old, validity longer then 345 days or keylength too short). Generating new Certificate!
                object system.certificates updated
                npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
                npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.7 (node_modules/osx-temperature-sensor):
                npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/zigbee-herdsman-converters/node_modules/fsevents):
                npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/zigbee-herdsman/node_modules/fsevents):
                npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/zigbee-herdsman/node_modules/jest-haste-map/node_modules/fsevents):
                npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                
                + iobroker.js-controller@3.1.6
                updated 3 packages in 87.346s
                
                55 packages are looking for funding
                  run `npm fund` for details
                
                
                

                leider ohne Erfolg.

                T 1 Reply Last reply
                0
                • T typ85q

                  @Thomas-Braun

                   sudo -H -u iobroker npm install iobroker.js-controller
                  
                  > iobroker.js-controller@3.1.6 preinstall /opt/iobroker/node_modules/iobroker.js-controller
                  > node lib/preinstallCheck.js
                  
                  NPM version: 6.14.6
                  
                  > iobroker.js-controller@3.1.6 install /opt/iobroker/node_modules/iobroker.js-controller
                  > node iobroker.js setup first
                  
                  Existing earlier generated certificate is invalid (too old, validity longer then 345 days or keylength too short). Generating new Certificate!
                  object system.certificates updated
                  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
                  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.7 (node_modules/osx-temperature-sensor):
                  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/zigbee-herdsman-converters/node_modules/fsevents):
                  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/zigbee-herdsman/node_modules/fsevents):
                  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/zigbee-herdsman/node_modules/jest-haste-map/node_modules/fsevents):
                  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                  
                  + iobroker.js-controller@3.1.6
                  updated 3 packages in 87.346s
                  
                  55 packages are looking for funding
                    run `npm fund` for details
                  
                  
                  

                  leider ohne Erfolg.

                  T Offline
                  T Offline
                  typ85q
                  wrote on last edited by
                  #8

                  OK also ich habe den iobroker.admin ordner umbenannt und anschließend den admin adapter neu installiert "iobroker fix" ausgeführt neugestartet und jetzt gehts ....

                  Danke für die Unterstützung.

                  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

                  298

                  Online

                  32.7k

                  Users

                  82.4k

                  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