Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Kein Zugriff auf die Admin Oberfläche

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    756

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

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

Kein Zugriff auf die Admin Oberfläche

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
21 Beiträge 2 Kommentatoren 1.7k Aufrufe 1 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • DerMichaD DerMicha
    pi@ioBroker-RasPi:~ $ iob stop
    pi@ioBroker-RasPi:~ $ iob fix
    pi@ioBroker-RasPi:~ $ iob start
    pi@ioBroker-RasPi:~ $ iob diag
    iobroker [command]
    
    Commands:
      iobroker setup                                               Setup ioBroker
      iobroker start [all|<adapter>.<instance>]                    Starts the js-controller or a specified adapter instance
      iobroker stop [<adapter>.<instance>]                         stops the js-controller or a specified adapter instance
      iobroker restart [<adapter>.<instance>]                      Restarts js-controller or a specified adapter instance  [aliases: r]
      iobroker debug <adapter>[.<instance>]                        Starts a Node.js debugging session for the adapter instance
      iobroker info                                                Shows the host info
      iobroker logs [<adapter>]                                    Monitor log
      iobroker add <adapter> [desiredNumber]                       Add instance of adapter  [aliases: a]
      iobroker install <adapter>                                   Installs a specified adapter  [aliases: i]
      iobroker rebuild [<module>]                                  Rebuild all native modules or path
      iobroker url <url> [<name>]                                  Install adapter from specified url, e.g. GitHub
      iobroker del <adapter>                                       Remove adapter and all instances from this host  [aliases: delete]
      iobroker del <adapter>.<instance>                            Remove adapter instance  [aliases: delete]
      iobroker update [<repositoryUrl>]                            Update repository and list adapters
      iobroker upgrade                                             Upgrade management
      iobroker upload [all|<adapter>]                              Upload management  [aliases: u]
      iobroker object                                              Object management  [aliases: o]
      iobroker state                                               State management  [aliases: s]
      iobroker message <adapter>[.instance] <command> [<message>]  Send message to adapter instance/s
      iobroker list <type> [<filter>]                              List all entries, like objects
      iobroker chmod <mode> <file>                                 Change file rights
      iobroker chown <user> <group> <file>                         Change file ownership
      iobroker touch <file>                                        Touch file
      iobroker rm <file>                                           Remove file
      iobroker file                                                File management
      iobroker user                                                User commands
      iobroker group                                               group management
      iobroker host <hostname>                                     Set host to given hostname
      iobroker set <adapter>.<instance>                            Change settings of adapter config
      iobroker license <license.file or license.text>              Update license by given file
      iobroker cert                                                Certificate management
      iobroker clean <yes>                                         Clears all objects and states
      iobroker backup                                              Create backup
      iobroker restore <backup name or path>                       Restore a specified backup
      iobroker validate <backup name or path>                      Validate a specified backup
      iobroker status [all|<adapter>.<instance>]                   Status of ioBroker or adapter instance  [aliases: isrun]
      iobroker repo [<name>]                                       Show repo information
      iobroker uuid                                                Show uuid of the installation  [aliases: id]
      iobroker unsetup                                             Reset license, installation secret and language
      iobroker fix                                                 Execute the installation fixer script, this updates your ioBroker installation
      iobroker multihost                                           Multihost management
      iobroker compact                                             compact group management
      iobroker plugin                                              Plugin management
      iobroker version [<adapter>]                                 Show version of js-controller or specified adapter  [aliases: v]
    
    Options:
      --help  Show help  [boolean]
    pi@ioBroker-RasPi:~ $
    
    
    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von
    #11

    @dermicha

    curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh
    

    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

    DerMichaD 1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @dermicha

      curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh
      
      DerMichaD Offline
      DerMichaD Offline
      DerMicha
      schrieb am zuletzt editiert von
      #12

      @thomas-braun sagte in Kein Zugriff auf die Admin Oberfläche:

      @dermicha

      curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh
      

      da passiert nix...

      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • DerMichaD DerMicha

        @thomas-braun sagte in Kein Zugriff auf die Admin Oberfläche:

        @dermicha

        curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh
        

        da passiert nix...

        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von
        #13

        @dermicha

        Zeigen was da nicht passiert.
        Da muss eigentlich das iob diag Skript los rasseln. Tut es jedenfalls hier.

        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

        DerMichaD 1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @dermicha

          Zeigen was da nicht passiert.
          Da muss eigentlich das iob diag Skript los rasseln. Tut es jedenfalls hier.

          DerMichaD Offline
          DerMichaD Offline
          DerMicha
          schrieb am zuletzt editiert von
          #14

          @thomas-braun

          pi@ioBroker-RasPi:~ $ curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh
          pi@ioBroker-RasPi:~ $
          
          

          nix...

          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • DerMichaD DerMicha

            @thomas-braun

            pi@ioBroker-RasPi:~ $ curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh
            pi@ioBroker-RasPi:~ $
            
            

            nix...

            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #15

            @dermicha

            iob update
            sudo apt update
            

            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

            DerMichaD 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @dermicha

              iob update
              sudo apt update
              
              DerMichaD Offline
              DerMichaD Offline
              DerMicha
              schrieb am zuletzt editiert von
              #16

              @thomas-braun

              pi@ioBroker-RasPi:~ $ iob update
              Used repository: Stable (default)
              Cannot read or parse /opt/iobroker/node_modules/@iobroker/js-controller-common/lib/common/../node_modules/iobroker.onvif/io-package.json: /opt/iobroker/node_modules/iobroker.onvif/io-package.json: Unexpected end of JSON input
              Cannot read or parse /opt/iobroker/node_modules/@iobroker/js-controller-common/lib/common/../node_modules/iobroker.onvif/io-package.json: /opt/iobroker/node_modules/iobroker.onvif/io-package.json: Unexpected end of JSON input
              Adapter    "admin"        : 6.3.5    , installed 6.3.5
              Adapter    "backitup"     : 2.5.12   , installed 2.4.9  [Updatable]
              Adapter    "discovery"    : 3.1.0    , installed 2.7.3  [Updatable]
              Adapter    "fb-checkpresence": 1.1.25, installed 1.1.20 [Updatable]
              Adapter    "flot"         : 1.11.0   , installed 1.10.7 [Updatable]
              Adapter    "history"      : 2.2.4    , installed 1.9.14 [Updatable]
              Adapter    "ical"         : 1.13.2   , installed 1.12.1 [Updatable]
              Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
              Adapter    "info"         : 1.9.19   , installed 1.9.8  [Updatable]
              Adapter    "javascript"   : 6.1.4    , installed 5.7.0  [Updatable]
              Controller "js-controller": 4.0.24   , installed 4.0.24
              Adapter    "mielecloudservice": 6.4.0, installed 6.4.0
              Adapter    "oilfox"       : 4.1.2    , installed 4.1.2
              Adapter    "parser"       : 1.1.8    , installed 1.1.8
              Adapter    "ping"         : 1.5.3    , installed 1.5.0  [Updatable]
              Adapter    "rpi2"         : 1.3.2    , installed 1.3.1  [Updatable]
              Adapter    "shelly"       : 6.3.1    , installed 5.3.2  [Updatable]
              Adapter    "simple-api"   : 2.7.2    , installed 2.7.1  [Updatable]
              Adapter    "socketio"     : 4.2.0    , installed 3.1.4  [Updatable]
              Adapter    "sonoff"       : 2.5.1    , installed 2.4.5  [Updatable]
              Adapter    "tankerkoenig" : 3.3.7    , installed 2.1.1  [Updatable]
              Adapter    "tr-064"       : 4.2.17   , installed 4.2.16 [Updatable]
              Adapter    "vis"          : 1.4.15   , installed 1.4.15
              Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
              Adapter    "vis-colorpicker": 1.2.0  , installed 1.2.0
              Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
              Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
              Adapter    "vis-hqwidgets": 1.3.0    , installed 1.1.7  [Updatable]
              Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
              Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
              Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
              Adapter    "vis-timeandweather": 1.2.2, installed 1.1.7 [Updatable]
              Adapter    "vis-weather"  : 2.5.6    , installed 2.5.5  [Updatable]
              Adapter    "web"          : 4.3.0    , installed 4.3.0
              Adapter    "wifilight"    : 1.1.4    , installed 1.1.0  [Updatable]
              Adapter    "wled"         : 0.6.7    , installed 0.6.7
              Adapter    "worx"         : 2.0.3    , installed 2.0.3
              Adapter    "ws"           : 1.3.0    , installed 1.3.0
              pi@ioBroker-RasPi:~ $ sudo apt update
              Holen:1 http://archive.raspberrypi.org/debian stretch InRelease [25,3 kB]
              Holen:2 http://raspbian.raspberrypi.org/raspbian stretch InRelease [15,0 kB]
              Holen:3 http://raspbian.raspberrypi.org/raspbian stretch/main armhf Packages [11,7 MB]
              Holen:4 http://archive.raspberrypi.org/debian stretch/main armhf Packages [192 kB]
              Holen:5 https://deb.nodesource.com/node_14.x stretch InRelease [4.585 B]
              Holen:6 https://deb.nodesource.com/node_14.x stretch/main armhf Packages [784 B]
              Es wurden 11,9 MB in 7 s geholt (1.627 kB/s).
              Paketlisten werden gelesen... Fertig
              Abhängigkeitsbaum wird aufgebaut.
              Statusinformationen werden eingelesen.... Fertig
              Aktualisierung für 176 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
              
              
              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • DerMichaD DerMicha

                @thomas-braun

                pi@ioBroker-RasPi:~ $ iob update
                Used repository: Stable (default)
                Cannot read or parse /opt/iobroker/node_modules/@iobroker/js-controller-common/lib/common/../node_modules/iobroker.onvif/io-package.json: /opt/iobroker/node_modules/iobroker.onvif/io-package.json: Unexpected end of JSON input
                Cannot read or parse /opt/iobroker/node_modules/@iobroker/js-controller-common/lib/common/../node_modules/iobroker.onvif/io-package.json: /opt/iobroker/node_modules/iobroker.onvif/io-package.json: Unexpected end of JSON input
                Adapter    "admin"        : 6.3.5    , installed 6.3.5
                Adapter    "backitup"     : 2.5.12   , installed 2.4.9  [Updatable]
                Adapter    "discovery"    : 3.1.0    , installed 2.7.3  [Updatable]
                Adapter    "fb-checkpresence": 1.1.25, installed 1.1.20 [Updatable]
                Adapter    "flot"         : 1.11.0   , installed 1.10.7 [Updatable]
                Adapter    "history"      : 2.2.4    , installed 1.9.14 [Updatable]
                Adapter    "ical"         : 1.13.2   , installed 1.12.1 [Updatable]
                Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
                Adapter    "info"         : 1.9.19   , installed 1.9.8  [Updatable]
                Adapter    "javascript"   : 6.1.4    , installed 5.7.0  [Updatable]
                Controller "js-controller": 4.0.24   , installed 4.0.24
                Adapter    "mielecloudservice": 6.4.0, installed 6.4.0
                Adapter    "oilfox"       : 4.1.2    , installed 4.1.2
                Adapter    "parser"       : 1.1.8    , installed 1.1.8
                Adapter    "ping"         : 1.5.3    , installed 1.5.0  [Updatable]
                Adapter    "rpi2"         : 1.3.2    , installed 1.3.1  [Updatable]
                Adapter    "shelly"       : 6.3.1    , installed 5.3.2  [Updatable]
                Adapter    "simple-api"   : 2.7.2    , installed 2.7.1  [Updatable]
                Adapter    "socketio"     : 4.2.0    , installed 3.1.4  [Updatable]
                Adapter    "sonoff"       : 2.5.1    , installed 2.4.5  [Updatable]
                Adapter    "tankerkoenig" : 3.3.7    , installed 2.1.1  [Updatable]
                Adapter    "tr-064"       : 4.2.17   , installed 4.2.16 [Updatable]
                Adapter    "vis"          : 1.4.15   , installed 1.4.15
                Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                Adapter    "vis-colorpicker": 1.2.0  , installed 1.2.0
                Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                Adapter    "vis-hqwidgets": 1.3.0    , installed 1.1.7  [Updatable]
                Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
                Adapter    "vis-timeandweather": 1.2.2, installed 1.1.7 [Updatable]
                Adapter    "vis-weather"  : 2.5.6    , installed 2.5.5  [Updatable]
                Adapter    "web"          : 4.3.0    , installed 4.3.0
                Adapter    "wifilight"    : 1.1.4    , installed 1.1.0  [Updatable]
                Adapter    "wled"         : 0.6.7    , installed 0.6.7
                Adapter    "worx"         : 2.0.3    , installed 2.0.3
                Adapter    "ws"           : 1.3.0    , installed 1.3.0
                pi@ioBroker-RasPi:~ $ sudo apt update
                Holen:1 http://archive.raspberrypi.org/debian stretch InRelease [25,3 kB]
                Holen:2 http://raspbian.raspberrypi.org/raspbian stretch InRelease [15,0 kB]
                Holen:3 http://raspbian.raspberrypi.org/raspbian stretch/main armhf Packages [11,7 MB]
                Holen:4 http://archive.raspberrypi.org/debian stretch/main armhf Packages [192 kB]
                Holen:5 https://deb.nodesource.com/node_14.x stretch InRelease [4.585 B]
                Holen:6 https://deb.nodesource.com/node_14.x stretch/main armhf Packages [784 B]
                Es wurden 11,9 MB in 7 s geholt (1.627 kB/s).
                Paketlisten werden gelesen... Fertig
                Abhängigkeitsbaum wird aufgebaut.
                Statusinformationen werden eingelesen.... Fertig
                Aktualisierung für 176 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
                
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von Thomas Braun
                #17

                @dermicha

                Stretch?
                Hallo! Aufwachen! Das ist schon seit Jahren tot. Und zwar Mausetot.
                Installier da ein lebendes Debian.
                Selbst der direkte Nachfolger ist schon zu den Akten gelegt worden.

                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

                DerMichaD 1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @dermicha

                  Stretch?
                  Hallo! Aufwachen! Das ist schon seit Jahren tot. Und zwar Mausetot.
                  Installier da ein lebendes Debian.
                  Selbst der direkte Nachfolger ist schon zu den Akten gelegt worden.

                  DerMichaD Offline
                  DerMichaD Offline
                  DerMicha
                  schrieb am zuletzt editiert von
                  #18

                  @thomas-braun
                  leider keine Ahnung!
                  Hab das vor ca 4 jahren mal alles Aufgebaut und seither läuft lief es.
                  Das heißt also alles noch mal von vorne und n Backup aufspielen??

                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • DerMichaD DerMicha

                    @thomas-braun
                    leider keine Ahnung!
                    Hab das vor ca 4 jahren mal alles Aufgebaut und seither läuft lief es.
                    Das heißt also alles noch mal von vorne und n Backup aufspielen??

                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    schrieb am zuletzt editiert von
                    #19

                    @dermicha

                    Vermutlich bei dem Uralt-Stand das einfachste.
                    Einmal installieren und ansonsten das System vor sich hinrotten lassen funktioniert nicht.

                    Gilt auch für den Update-Stau beim iobroker.

                    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

                    DerMichaD 1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @dermicha

                      Vermutlich bei dem Uralt-Stand das einfachste.
                      Einmal installieren und ansonsten das System vor sich hinrotten lassen funktioniert nicht.

                      Gilt auch für den Update-Stau beim iobroker.

                      DerMichaD Offline
                      DerMichaD Offline
                      DerMicha
                      schrieb am zuletzt editiert von DerMicha
                      #20

                      @thomas-braun
                      sooo...
                      Habe den ioBroker neu aufgesetzt. Sieht schon anders aus.
                      Dann über backitup wiederhergestellt und schwupps ist der Admin/Web Adapter nicht mehr zu erreichen. Habe auch schon versucht die manuel zu starten.

                      ======================= SUMMARY =======================
                                           v.2023-01-02
                      
                      
                      Operatingsystem:        Raspbian GNU/Linux 11 (bullseye)
                      Installation:           Native
                      Timezone:               Europe/Berlin
                      User-ID:                1000
                      X-Server:               true
                      Boot Target:            graphical.target
                      
                      Pending OS-Updates:     0
                      
                      Nodejs-Installation:    /usr/bin/nodejs         v16.19.1
                                              /usr/bin/node           v16.19.1
                                              /usr/bin/npm            8.19.3
                                              /usr/bin/npx            8.19.3
                      
                      ioBroker Core:          js-controller           4.0.24
                                              admin                   6.2.22
                      
                      ioBroker Status:        iobroker is running on this host.
                      
                      
                      Objects type: jsonl
                      States  type: redis
                      
                      Status admin:
                        system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, compact disabled, port: 8081, bind: 0.0.0.0, run as: admin
                      
                      Pending iob updates:    2
                      
                      Active repo(s): Stable (default)
                      
                      Objects:                8193
                      States:                 26
                      
                      Size of iob-Database:
                      
                      11M     /opt/iobroker/iobroker-data/objects.jsonl
                      3.0M    /opt/iobroker/iobroker-data/states.jsonl
                      
                      
                      =================== END OF SUMMARY ====================
                      
                      pi@raspberrypi:~ $
                      
                      
                      pi@raspberrypi:~ $ iob list instances
                        system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, compact disabled, port: 8081, bind: 0.0.0.0, run as: admin
                        system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled, compact disabled
                        system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled, compact disabled
                        system.adapter.fb-checkpresence.0       : fb-checkpresence      : raspberrypi                              - disabled, compact disabled
                        system.adapter.flot.0                   : flot                  : raspberrypi                              - disabled
                        system.adapter.history.0                : history               : raspberrypi                              - disabled, compact disabled
                        system.adapter.ical.1                   : ical                  : raspberrypi                              - disabled, compact disabled
                        system.adapter.ical.2                   : ical                  : raspberrypi                              - disabled, compact disabled
                        system.adapter.icons-mfd-png.0          : icons-mfd-png         : raspberrypi                              - disabled
                        system.adapter.info.0                   : info                  : raspberrypi                              - disabled, compact disabled
                        system.adapter.javascript.0             : javascript            : raspberrypi                              - disabled, compact disabled
                        system.adapter.mielecloudservice.0      : mielecloudservice     : raspberrypi                              - disabled, compact disabled
                        system.adapter.oilfox.0                 : oilfox                : raspberrypi                              - disabled, compact disabled
                        system.adapter.parser.0                 : parser                : raspberrypi                              - disabled
                        system.adapter.ping.0                   : ping                  : raspberrypi                              - disabled, compact disabled
                        system.adapter.rpi2.0                   : rpi2                  : raspberrypi                              - disabled
                        system.adapter.shelly.0                 : shelly                : raspberrypi                              - disabled, compact disabled, port: 1883, bind: 0.0.0.0
                        system.adapter.socketio.0               : socketio              : raspberrypi                              - disabled, compact disabled, port: 8084, bind: 0.0.0.0, run as: admin
                        system.adapter.sonoff.0                 : sonoff                : raspberrypi                              - disabled, compact disabled, port: 1883, bind: 0.0.0.0
                        system.adapter.tankerkoenig.0           : tankerkoenig          : raspberrypi                              - disabled, compact disabled
                        system.adapter.tr-064.0                 : tr-064                : raspberrypi                              - disabled, compact disabled
                        system.adapter.vis-bars.0               : vis-bars              : raspberrypi                              - disabled
                        system.adapter.vis-colorpicker.0        : vis-colorpicker       : raspberrypi                              - disabled
                        system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : raspberrypi                              - disabled
                        system.adapter.vis-history.0            : vis-history           : raspberrypi                              - disabled
                        system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : raspberrypi                              - disabled
                        system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : raspberrypi                              - disabled
                        system.adapter.vis-metro.0              : vis-metro             : raspberrypi                              - disabled
                        system.adapter.vis-players.0            : vis-players           : raspberrypi                              - disabled
                        system.adapter.vis-timeandweather.0     : vis-timeandweather    : raspberrypi                              - disabled
                        system.adapter.vis-weather.0            : vis-weather           : raspberrypi                              - disabled
                        system.adapter.vis.0                    : vis                   : raspberrypi                              - disabled
                        system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, compact disabled, port: 8082, bind: 0.0.0.0, run as: admin
                        system.adapter.wifilight.0              : wifilight             : raspberrypi                              - disabled
                        system.adapter.wled.0                   : wled                  : raspberrypi                              - disabled, compact disabled
                        system.adapter.worx.0                   : worx                  : raspberrypi                              - disabled, compact disabled
                      
                      + instance is alive
                      pi@raspberrypi:~ $
                      
                      
                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • DerMichaD DerMicha

                        @thomas-braun
                        sooo...
                        Habe den ioBroker neu aufgesetzt. Sieht schon anders aus.
                        Dann über backitup wiederhergestellt und schwupps ist der Admin/Web Adapter nicht mehr zu erreichen. Habe auch schon versucht die manuel zu starten.

                        ======================= SUMMARY =======================
                                             v.2023-01-02
                        
                        
                        Operatingsystem:        Raspbian GNU/Linux 11 (bullseye)
                        Installation:           Native
                        Timezone:               Europe/Berlin
                        User-ID:                1000
                        X-Server:               true
                        Boot Target:            graphical.target
                        
                        Pending OS-Updates:     0
                        
                        Nodejs-Installation:    /usr/bin/nodejs         v16.19.1
                                                /usr/bin/node           v16.19.1
                                                /usr/bin/npm            8.19.3
                                                /usr/bin/npx            8.19.3
                        
                        ioBroker Core:          js-controller           4.0.24
                                                admin                   6.2.22
                        
                        ioBroker Status:        iobroker is running on this host.
                        
                        
                        Objects type: jsonl
                        States  type: redis
                        
                        Status admin:
                          system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, compact disabled, port: 8081, bind: 0.0.0.0, run as: admin
                        
                        Pending iob updates:    2
                        
                        Active repo(s): Stable (default)
                        
                        Objects:                8193
                        States:                 26
                        
                        Size of iob-Database:
                        
                        11M     /opt/iobroker/iobroker-data/objects.jsonl
                        3.0M    /opt/iobroker/iobroker-data/states.jsonl
                        
                        
                        =================== END OF SUMMARY ====================
                        
                        pi@raspberrypi:~ $
                        
                        
                        pi@raspberrypi:~ $ iob list instances
                          system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, compact disabled, port: 8081, bind: 0.0.0.0, run as: admin
                          system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled, compact disabled
                          system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled, compact disabled
                          system.adapter.fb-checkpresence.0       : fb-checkpresence      : raspberrypi                              - disabled, compact disabled
                          system.adapter.flot.0                   : flot                  : raspberrypi                              - disabled
                          system.adapter.history.0                : history               : raspberrypi                              - disabled, compact disabled
                          system.adapter.ical.1                   : ical                  : raspberrypi                              - disabled, compact disabled
                          system.adapter.ical.2                   : ical                  : raspberrypi                              - disabled, compact disabled
                          system.adapter.icons-mfd-png.0          : icons-mfd-png         : raspberrypi                              - disabled
                          system.adapter.info.0                   : info                  : raspberrypi                              - disabled, compact disabled
                          system.adapter.javascript.0             : javascript            : raspberrypi                              - disabled, compact disabled
                          system.adapter.mielecloudservice.0      : mielecloudservice     : raspberrypi                              - disabled, compact disabled
                          system.adapter.oilfox.0                 : oilfox                : raspberrypi                              - disabled, compact disabled
                          system.adapter.parser.0                 : parser                : raspberrypi                              - disabled
                          system.adapter.ping.0                   : ping                  : raspberrypi                              - disabled, compact disabled
                          system.adapter.rpi2.0                   : rpi2                  : raspberrypi                              - disabled
                          system.adapter.shelly.0                 : shelly                : raspberrypi                              - disabled, compact disabled, port: 1883, bind: 0.0.0.0
                          system.adapter.socketio.0               : socketio              : raspberrypi                              - disabled, compact disabled, port: 8084, bind: 0.0.0.0, run as: admin
                          system.adapter.sonoff.0                 : sonoff                : raspberrypi                              - disabled, compact disabled, port: 1883, bind: 0.0.0.0
                          system.adapter.tankerkoenig.0           : tankerkoenig          : raspberrypi                              - disabled, compact disabled
                          system.adapter.tr-064.0                 : tr-064                : raspberrypi                              - disabled, compact disabled
                          system.adapter.vis-bars.0               : vis-bars              : raspberrypi                              - disabled
                          system.adapter.vis-colorpicker.0        : vis-colorpicker       : raspberrypi                              - disabled
                          system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : raspberrypi                              - disabled
                          system.adapter.vis-history.0            : vis-history           : raspberrypi                              - disabled
                          system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : raspberrypi                              - disabled
                          system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : raspberrypi                              - disabled
                          system.adapter.vis-metro.0              : vis-metro             : raspberrypi                              - disabled
                          system.adapter.vis-players.0            : vis-players           : raspberrypi                              - disabled
                          system.adapter.vis-timeandweather.0     : vis-timeandweather    : raspberrypi                              - disabled
                          system.adapter.vis-weather.0            : vis-weather           : raspberrypi                              - disabled
                          system.adapter.vis.0                    : vis                   : raspberrypi                              - disabled
                          system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, compact disabled, port: 8082, bind: 0.0.0.0, run as: admin
                          system.adapter.wifilight.0              : wifilight             : raspberrypi                              - disabled
                          system.adapter.wled.0                   : wled                  : raspberrypi                              - disabled, compact disabled
                          system.adapter.worx.0                   : worx                  : raspberrypi                              - disabled, compact disabled
                        
                        + instance is alive
                        pi@raspberrypi:~ $
                        
                        
                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        schrieb am zuletzt editiert von
                        #21

                        @dermicha

                        Warum mit Desktop? Auf einem Server nie.

                        sudo apt update
                        apt policy redis
                        iob update
                        iob upgrade
                        

                        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 Antwort Letzte Antwort
                        0

                        Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                        Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                        Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                        Registrieren Anmelden
                        Antworten
                        • In einem neuen Thema antworten
                        Anmelden zum Antworten
                        • Älteste zuerst
                        • Neuste zuerst
                        • Meiste Stimmen


                        Support us

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

                        566

                        Online

                        32.8k

                        Benutzer

                        82.7k

                        Themen

                        1.3m

                        Beiträge
                        Community
                        Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                        ioBroker Community 2014-2025
                        logo
                        • Anmelden

                        • Du hast noch kein Konto? Registrieren

                        • Anmelden oder registrieren, um zu suchen
                        • Erster Beitrag
                          Letzter Beitrag
                        0
                        • Home
                        • Aktuell
                        • Tags
                        • Ungelesen 0
                        • Kategorien
                        • Unreplied
                        • Beliebt
                        • GitHub
                        • Docu
                        • Hilfe