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. Weboberfläche nicht mehr erreichbar.

NEWS

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

  • 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

Weboberfläche nicht mehr erreichbar.

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
16 Beiträge 5 Kommentatoren 1.5k Aufrufe 5 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.
  • A AlphaII

    Hallo zusammen,

    bei mir ist die Weboberfläche, ohne ein erkennbares Problem, nicht mehr erreichbar. Der Iobroker lässt sich über Putty steuern und ich habe eigentlich schon alle Aktion aus allen möglichen Foreneinträgen versucht aber leider ohne Erfolg. Was kann ich noch tun?

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

    @alphaii

    iobroker status
    iobroker list adapters
    iobroker list instances
    

    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

    A 1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @alphaii

      iobroker status
      iobroker list adapters
      iobroker list instances
      
      A Offline
      A Offline
      AlphaII
      schrieb am zuletzt editiert von Homoran
      #3

      @thomas-braun ich bin leider nicht so fit und weiß daher nicht wie ich das Putty Bild kopiert bekomme.
      So ist es sicher nicht richtig. Bitte gib mir hierfür auch nochmal einen Tipp

      i@raspberrypi-IOB:~ $ iobroker status
      iobroker is running on this host.
      
      
      Objects type: file
      States  type: file
      pi@raspberrypi-IOB:~ $
      

      MOD-Edit: Code in code-tags gesetzt!

      crunchipC J 2 Antworten Letzte Antwort
      0
      • A AlphaII

        @thomas-braun ich bin leider nicht so fit und weiß daher nicht wie ich das Putty Bild kopiert bekomme.
        So ist es sicher nicht richtig. Bitte gib mir hierfür auch nochmal einen Tipp

        i@raspberrypi-IOB:~ $ iobroker status
        iobroker is running on this host.
        
        
        Objects type: file
        States  type: file
        pi@raspberrypi-IOB:~ $
        

        MOD-Edit: Code in code-tags gesetzt!

        crunchipC Abwesend
        crunchipC Abwesend
        crunchip
        Forum Testing Most Active
        schrieb am zuletzt editiert von
        #4

        @alphaii sagte in Weboberfläche nicht mehr erreichbar.:

        ich bin leider nicht so fit und weiß daher nicht wie ich das Putty Bild kopiert bekomme.

        einfach mit der Maus markieren (linke Taste gedrückt halten), danach mit rechter Taste einfügen

        umgestiegen von Proxmox auf Unraid

        A G 2 Antworten Letzte Antwort
        0
        • crunchipC crunchip

          @alphaii sagte in Weboberfläche nicht mehr erreichbar.:

          ich bin leider nicht so fit und weiß daher nicht wie ich das Putty Bild kopiert bekomme.

          einfach mit der Maus markieren (linke Taste gedrückt halten), danach mit rechter Taste einfügen

          A Offline
          A Offline
          AlphaII
          schrieb am zuletzt editiert von Homoran
          #5

          @crunchip ok danke

          pi@raspberrypi-IOB:~ $ iobroker adapters
          iobroker [command]
          
          Commands:
            iobroker setup                                               Setup ioBroker
            iobroker start                                               Starts the js-controller
            iobroker stop                                                stops the js-controller
            iobroker restart                                             Restarts js-controller
            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
            iobroker install <adapter>                                   Installs a specified adapter
            iobroker rebuild <adapter>|self                              Rebuilds a specified adapter
            iobroker url <url> [<name>]                                  Install adapter from specified url, e.g. GitHub
            iobroker del <adapter>                                       Remove adapter from system
            iobroker del <adapter>.<instance>                            Remove adapter instance
            iobroker update [<repositoryUrl>]                            Update repository and list adapters
            iobroker upgrade                                             Upgrade management
            iobroker upload                                              Upload management
            iobroker object                                              Object management
            iobroker state                                               State management
            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
            iobroker repo [<name>]                                       Show repo information
            iobroker uuid                                                Show uuid of the installation
            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
          
          Options:
                --help     Show help  [boolean]
            -v, --version  Show version  [boolean]
          pi@raspberrypi-IOB:~ $
          

          MOD-Edit: Code in code-tags gesetzt!

          A 1 Antwort Letzte Antwort
          0
          • A AlphaII

            @crunchip ok danke

            pi@raspberrypi-IOB:~ $ iobroker adapters
            iobroker [command]
            
            Commands:
              iobroker setup                                               Setup ioBroker
              iobroker start                                               Starts the js-controller
              iobroker stop                                                stops the js-controller
              iobroker restart                                             Restarts js-controller
              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
              iobroker install <adapter>                                   Installs a specified adapter
              iobroker rebuild <adapter>|self                              Rebuilds a specified adapter
              iobroker url <url> [<name>]                                  Install adapter from specified url, e.g. GitHub
              iobroker del <adapter>                                       Remove adapter from system
              iobroker del <adapter>.<instance>                            Remove adapter instance
              iobroker update [<repositoryUrl>]                            Update repository and list adapters
              iobroker upgrade                                             Upgrade management
              iobroker upload                                              Upload management
              iobroker object                                              Object management
              iobroker state                                               State management
              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
              iobroker repo [<name>]                                       Show repo information
              iobroker uuid                                                Show uuid of the installation
              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
            
            Options:
                  --help     Show help  [boolean]
              -v, --version  Show version  [boolean]
            pi@raspberrypi-IOB:~ $
            

            MOD-Edit: Code in code-tags gesetzt!

            A Offline
            A Offline
            AlphaII
            schrieb am zuletzt editiert von Homoran
            #6
            pi@raspberrypi-IOB:~ $ iobroker status
            iobroker is running on this host.
            
            
            Objects type: file
            States  type: file
            pi@raspberrypi-IOB:~ $ iobroker list adapters
            pi@raspberrypi-IOB:~ $ iobroker list instances
            
            
            + instance is alive
            pi@raspberrypi-IOB:~ $
            

            MOD-Edit: Code in code-tags gesetzt!

            A 1 Antwort Letzte Antwort
            0
            • A AlphaII
              pi@raspberrypi-IOB:~ $ iobroker status
              iobroker is running on this host.
              
              
              Objects type: file
              States  type: file
              pi@raspberrypi-IOB:~ $ iobroker list adapters
              pi@raspberrypi-IOB:~ $ iobroker list instances
              
              
              + instance is alive
              pi@raspberrypi-IOB:~ $
              

              MOD-Edit: Code in code-tags gesetzt!

              A Offline
              A Offline
              AlphaII
              schrieb am zuletzt editiert von Homoran
              #7

              @alphaii Ich bitte nochmal um Entschuldigung. Weil jetzt nicht mehr angezeigt wurde, habe ich jetzt auch den fix mal laufen lassen:

              pi@raspberrypi-IOB:~ $ iobroker fix
              library: loaded
              Library version=2021-04-07
              
              ==========================================================================
              
                  Welcome to the ioBroker installation fixer!
                  Script version: 2021-04-07
              
                  You might need to enter your password a couple of times.
              
              ==========================================================================
              
              
              ==========================================================================
                  Installing prerequisites (1/3)
              ==========================================================================
              
              OK:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
              OK:2 http://archive.raspberrypi.org/debian buster InRelease
              OK:3 https://deb.nodesource.com/node_12.x buster InRelease
              OK:4 https://phoscon.de/apt/deconz buster InRelease
              Paketlisten werden gelesen... Fertig
              Installed gcc-c++
              
              ==========================================================================
                  Checking ioBroker user and directory permissions (2/3)
              ==========================================================================
              
              Created /etc/sudoers.d/iobroker
              Fixing directory permissions...
              chown: der Eigentümer von '/opt/iobroker/iobroker-data/backup-objects/2021-07-01_11-30_states.json.gz' wird geändert: Die Struktur muss bereinigt werden
              chown: der Eigentümer von '/opt/iobroker/iobroker-data/backup-objects/2021-07-01_11-30_states.json.gz' wird geändert: Die Struktur muss bereinigt werden
              This system does not support setting default permissions.
              Do not use npm to manually install adapters unless you know what you are doing!
              
              ==========================================================================
                  Checking autostart (3/3)
              ==========================================================================
              
              Enabling autostart...
              Autostart enabled!
              
              ==========================================================================
              
                  Your installation was fixed successfully
                  Run iobroker start to start ioBroker again!
              
              ==========================================================================
              
              pi@raspberrypi-IOB:~ $
              
              Aber das Ergebnis ist das gleiche:
              pi@raspberrypi-IOB:~ $ iobroker start
              pi@raspberrypi-IOB:~ $ iobroker status
              iobroker is running on this host.
              
              
              Objects type: file
              States  type: file
              pi@raspberrypi-IOB:~ $ iobroker list adapters
              pi@raspberrypi-IOB:~ $ iobroker list instances
              
              
              + instance is alive
              pi@raspberrypi-IOB:~ $
              

              MOD-Edit: Code in code-tags gesetzt!

              crunchipC 1 Antwort Letzte Antwort
              0
              • A AlphaII

                @alphaii Ich bitte nochmal um Entschuldigung. Weil jetzt nicht mehr angezeigt wurde, habe ich jetzt auch den fix mal laufen lassen:

                pi@raspberrypi-IOB:~ $ iobroker fix
                library: loaded
                Library version=2021-04-07
                
                ==========================================================================
                
                    Welcome to the ioBroker installation fixer!
                    Script version: 2021-04-07
                
                    You might need to enter your password a couple of times.
                
                ==========================================================================
                
                
                ==========================================================================
                    Installing prerequisites (1/3)
                ==========================================================================
                
                OK:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
                OK:2 http://archive.raspberrypi.org/debian buster InRelease
                OK:3 https://deb.nodesource.com/node_12.x buster InRelease
                OK:4 https://phoscon.de/apt/deconz buster InRelease
                Paketlisten werden gelesen... Fertig
                Installed gcc-c++
                
                ==========================================================================
                    Checking ioBroker user and directory permissions (2/3)
                ==========================================================================
                
                Created /etc/sudoers.d/iobroker
                Fixing directory permissions...
                chown: der Eigentümer von '/opt/iobroker/iobroker-data/backup-objects/2021-07-01_11-30_states.json.gz' wird geändert: Die Struktur muss bereinigt werden
                chown: der Eigentümer von '/opt/iobroker/iobroker-data/backup-objects/2021-07-01_11-30_states.json.gz' wird geändert: Die Struktur muss bereinigt werden
                This system does not support setting default permissions.
                Do not use npm to manually install adapters unless you know what you are doing!
                
                ==========================================================================
                    Checking autostart (3/3)
                ==========================================================================
                
                Enabling autostart...
                Autostart enabled!
                
                ==========================================================================
                
                    Your installation was fixed successfully
                    Run iobroker start to start ioBroker again!
                
                ==========================================================================
                
                pi@raspberrypi-IOB:~ $
                
                Aber das Ergebnis ist das gleiche:
                pi@raspberrypi-IOB:~ $ iobroker start
                pi@raspberrypi-IOB:~ $ iobroker status
                iobroker is running on this host.
                
                
                Objects type: file
                States  type: file
                pi@raspberrypi-IOB:~ $ iobroker list adapters
                pi@raspberrypi-IOB:~ $ iobroker list instances
                
                
                + instance is alive
                pi@raspberrypi-IOB:~ $
                

                MOD-Edit: Code in code-tags gesetzt!

                crunchipC Abwesend
                crunchipC Abwesend
                crunchip
                Forum Testing Most Active
                schrieb am zuletzt editiert von
                #8

                @alphaii irgendwas ist bei dir faul, da scheint nichts zu laufen, "leerer" iobroker ohne admin, ohne alles

                umgestiegen von Proxmox auf Unraid

                A 1 Antwort Letzte Antwort
                0
                • crunchipC crunchip

                  @alphaii irgendwas ist bei dir faul, da scheint nichts zu laufen, "leerer" iobroker ohne admin, ohne alles

                  A Offline
                  A Offline
                  AlphaII
                  schrieb am zuletzt editiert von
                  #9

                  @crunchip Wie funktioniert das?

                  crunchipC 1 Antwort Letzte Antwort
                  0
                  • A AlphaII

                    @crunchip Wie funktioniert das?

                    crunchipC Abwesend
                    crunchipC Abwesend
                    crunchip
                    Forum Testing Most Active
                    schrieb am zuletzt editiert von
                    #10

                    @alphaii keine Ahnung

                    umgestiegen von Proxmox auf Unraid

                    1 Antwort Letzte Antwort
                    0
                    • A AlphaII

                      @thomas-braun ich bin leider nicht so fit und weiß daher nicht wie ich das Putty Bild kopiert bekomme.
                      So ist es sicher nicht richtig. Bitte gib mir hierfür auch nochmal einen Tipp

                      i@raspberrypi-IOB:~ $ iobroker status
                      iobroker is running on this host.
                      
                      
                      Objects type: file
                      States  type: file
                      pi@raspberrypi-IOB:~ $
                      

                      MOD-Edit: Code in code-tags gesetzt!

                      J Offline
                      J Offline
                      Jan1
                      schrieb am zuletzt editiert von
                      #11

                      @alphaii sagte in Weboberfläche nicht mehr erreichbar.:

                      @thomas-braun ich bin leider nicht so fit und weiß daher nicht wie ich das Putty Bild kopiert bekomme.
                      So ist es sicher nicht richtig. Bitte gib mir hierfür auch nochmal einen Tipp

                      i@raspberrypi-IOB:~ $ iobroker status
                      iobroker is running on this host.

                      Objects type: file
                      States type: file
                      pi@raspberrypi-IOB:~ $

                      Trägt zwar nichts zur Problemlösung bei, aber mal ein bisschen Wissen erweitern kann auch nicht schaden ;)
                      Putty ist ein Tool mit dem man ne Konsole öffnet, somit ist das schon mal kein Bild von Putty, sonder von der Konsole und dort gibts Text keine Bilder. Eine Konsole kannst auch ganz ohne Putty öffnen da das ja nur ein Werkzeug ist um etwas zu vereinfachen.

                      Dann zum Problem, wenn so was sehr seltsames passiert, einfach Backup restoren und das nächste mal keine unüberlegten Dinge tun :)

                      A 1 Antwort Letzte Antwort
                      0
                      • J Jan1

                        @alphaii sagte in Weboberfläche nicht mehr erreichbar.:

                        @thomas-braun ich bin leider nicht so fit und weiß daher nicht wie ich das Putty Bild kopiert bekomme.
                        So ist es sicher nicht richtig. Bitte gib mir hierfür auch nochmal einen Tipp

                        i@raspberrypi-IOB:~ $ iobroker status
                        iobroker is running on this host.

                        Objects type: file
                        States type: file
                        pi@raspberrypi-IOB:~ $

                        Trägt zwar nichts zur Problemlösung bei, aber mal ein bisschen Wissen erweitern kann auch nicht schaden ;)
                        Putty ist ein Tool mit dem man ne Konsole öffnet, somit ist das schon mal kein Bild von Putty, sonder von der Konsole und dort gibts Text keine Bilder. Eine Konsole kannst auch ganz ohne Putty öffnen da das ja nur ein Werkzeug ist um etwas zu vereinfachen.

                        Dann zum Problem, wenn so was sehr seltsames passiert, einfach Backup restoren und das nächste mal keine unüberlegten Dinge tun :)

                        A Offline
                        A Offline
                        AlphaII
                        schrieb am zuletzt editiert von
                        #12

                        @jan1 Danke

                        1 Antwort Letzte Antwort
                        0
                        • A Offline
                          A Offline
                          AlphaII
                          schrieb am zuletzt editiert von
                          #13

                          Ok ich werde dann mal einen Bachup machen.

                          J 1 Antwort Letzte Antwort
                          0
                          • A AlphaII

                            Ok ich werde dann mal einen Bachup machen.

                            J Offline
                            J Offline
                            Jan1
                            schrieb am zuletzt editiert von
                            #14

                            @alphaii
                            Dafür ist es jetzt zu spät, es sollte schon ein Backup vorhanden sein. Oder meinst ein Backup restoren?
                            Wenn ja, hier empfiehlt sich dann ein Vollrestor bei dem man vorher den IOBroker Ordner komplett löscht und mit nacktem IOBroker und dem Backitup Adapter das Backup restort.

                            1 Antwort Letzte Antwort
                            0
                            • crunchipC crunchip

                              @alphaii sagte in Weboberfläche nicht mehr erreichbar.:

                              ich bin leider nicht so fit und weiß daher nicht wie ich das Putty Bild kopiert bekomme.

                              einfach mit der Maus markieren (linke Taste gedrückt halten), danach mit rechter Taste einfügen

                              G Offline
                              G Offline
                              GOETSCHHOFER
                              schrieb am zuletzt editiert von
                              #15

                              @crunchip

                              Ich möchte wieder auf meinen alten RSP Pi3+ zugreifen, kann diesen aber über die Weboberfläche über die IP:8081 nicht mehr aufrufen. Zugriff funktioniert über die shell einwandfrei.

                              Hätte gestern schon update u. upgrade gemacht, ebenso iobroker fix.

                              Bei Abfrage mit instances, status und adapters bekomme ich folgende Info:

                              Danke für die Hilfe.

                              login as: pi
                              pi@192.168.1.160's password:
                              
                              The programs included with the Debian GNU/Linux system are free software;
                              the exact distribution terms for each program are described in the
                              individual files in /usr/share/doc/*/copyright.
                              
                              Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
                              permitted by applicable law.
                              Last login: Sat Sep 11 09:51:41 2021 from pc-home-desktop-q6er4kb.fritz.box
                              pi@raspberrypi:~ $ iobroker status
                               Cannot read system.config: null (OK when migrating or restoring)
                               Cannot find view "system" for search "host"
                              iobroker is running on this host.
                              
                              
                              Objects type: file
                              States  type: file
                              pi@raspberrypi:~ $ iobroker lsit adapters
                              iobroker [command]
                              
                              Commands:
                                iobroker setup                                               Setup ioBroker
                                iobroker start                                               Starts the js-con                                                                                                                                                             troller
                                iobroker stop                                                stops the js-cont                                                                                                                                                             roller
                                iobroker restart                                             Restarts js-contr                                                                                                                                                             oller
                                iobroker debug <adapter>[.<instance>]                        Starts a Node.js                                                                                                                                                              debugging session for the adapter instance
                                iobroker info                                                Shows the host in                                                                                                                                                             fo
                                iobroker logs [<adapter>]                                    Monitor log
                                iobroker add <adapter> [desiredNumber]                       Add instance of a                                                                                                                                                             dapter
                                iobroker install <adapter>                                   Installs a specif                                                                                                                                                             ied adapter
                                iobroker rebuild <adapter>|self                              Rebuilds a specif                                                                                                                                                             ied adapter
                                iobroker url <url> [<name>]                                  Install adapter f                                                                                                                                                             rom specified url, e.g. GitHub
                                iobroker del <adapter>                                       Remove adapter fr                                                                                                                                                             om system
                                iobroker del <adapter>.<instance>                            Remove adapter in                                                                                                                                                             stance
                                iobroker update [<repositoryUrl>]                            Update repository                                                                                                                                                              and list adapters
                                iobroker upgrade                                             Upgrade managemen                                                                                                                                                             t
                                iobroker upload                                              Upload management
                                iobroker object                                              Object management
                                iobroker state                                               State management
                                iobroker message <adapter>[.instance] <command> [<message>]  Send message to a                                                                                                                                                             dapter instance/s
                                iobroker list <type> [<filter>]                              List all entries,                                                                                                                                                              like objects
                                iobroker chmod <mode> <file>                                 Change file right                                                                                                                                                             s
                                iobroker chown <user> <group> <file>                         Change file owner                                                                                                                                                             ship
                                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 o                                                                                                                                                             f adapter config
                                iobroker license <license.file or license.text>              Update license by                                                                                                                                                              given file
                                iobroker cert                                                Certificate manag                                                                                                                                                             ement
                                iobroker clean <yes>                                         Clears all object                                                                                                                                                             s and states
                                iobroker backup                                              Create backup
                                iobroker restore <backup name or path>                       Restore a specifi                                                                                                                                                             ed backup
                                iobroker validate <backup name or path>                      Validate a specif                                                                                                                                                             ied backup
                                iobroker status [all|<adapter>.<instance>]                   Status of ioBroke                                                                                                                                                             r or adapter instance
                                iobroker repo [<name>]                                       Show repo informa                                                                                                                                                             tion
                                iobroker uuid                                                Show uuid of the                                                                                                                                                              installation
                                iobroker unsetup                                             Reset license, in                                                                                                                                                             stallation secret and language
                                iobroker fix                                                 Execute the insta                                                                                                                                                             llation fixer script, this updates your ioBroker installation
                                iobroker multihost                                           Multihost managem                                                                                                                                                             ent
                                iobroker compact                                             compact group man                                                                                                                                                             agement
                                iobroker plugin                                              Plugin management
                                iobroker version [<adapter>]                                 Show version of j                                                                                                                                                             s-controller or specified adapter
                              
                              Options:
                                    --help     Show help  [boolean]
                                -v, --version  Show version  [boolean]
                              pi@raspberrypi:~ $ iobroker list instances
                               Cannot read system.config: null (OK when migrating or restoring)
                               Cannot find view "system" for search "host"
                              
                              
                              + instance is alive
                              pi@raspberrypi:~ $ iobroker status
                               Cannot read system.config: null (OK when migrating or restoring)
                               Cannot find view "system" for search "host"
                              iobroker is running on this host.
                              
                              
                              Objects type: file
                              States  type: file
                              pi@raspberrypi:~ $
                              
                              
                              crunchipC 1 Antwort Letzte Antwort
                              0
                              • G GOETSCHHOFER

                                @crunchip

                                Ich möchte wieder auf meinen alten RSP Pi3+ zugreifen, kann diesen aber über die Weboberfläche über die IP:8081 nicht mehr aufrufen. Zugriff funktioniert über die shell einwandfrei.

                                Hätte gestern schon update u. upgrade gemacht, ebenso iobroker fix.

                                Bei Abfrage mit instances, status und adapters bekomme ich folgende Info:

                                Danke für die Hilfe.

                                login as: pi
                                pi@192.168.1.160's password:
                                
                                The programs included with the Debian GNU/Linux system are free software;
                                the exact distribution terms for each program are described in the
                                individual files in /usr/share/doc/*/copyright.
                                
                                Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
                                permitted by applicable law.
                                Last login: Sat Sep 11 09:51:41 2021 from pc-home-desktop-q6er4kb.fritz.box
                                pi@raspberrypi:~ $ iobroker status
                                 Cannot read system.config: null (OK when migrating or restoring)
                                 Cannot find view "system" for search "host"
                                iobroker is running on this host.
                                
                                
                                Objects type: file
                                States  type: file
                                pi@raspberrypi:~ $ iobroker lsit adapters
                                iobroker [command]
                                
                                Commands:
                                  iobroker setup                                               Setup ioBroker
                                  iobroker start                                               Starts the js-con                                                                                                                                                             troller
                                  iobroker stop                                                stops the js-cont                                                                                                                                                             roller
                                  iobroker restart                                             Restarts js-contr                                                                                                                                                             oller
                                  iobroker debug <adapter>[.<instance>]                        Starts a Node.js                                                                                                                                                              debugging session for the adapter instance
                                  iobroker info                                                Shows the host in                                                                                                                                                             fo
                                  iobroker logs [<adapter>]                                    Monitor log
                                  iobroker add <adapter> [desiredNumber]                       Add instance of a                                                                                                                                                             dapter
                                  iobroker install <adapter>                                   Installs a specif                                                                                                                                                             ied adapter
                                  iobroker rebuild <adapter>|self                              Rebuilds a specif                                                                                                                                                             ied adapter
                                  iobroker url <url> [<name>]                                  Install adapter f                                                                                                                                                             rom specified url, e.g. GitHub
                                  iobroker del <adapter>                                       Remove adapter fr                                                                                                                                                             om system
                                  iobroker del <adapter>.<instance>                            Remove adapter in                                                                                                                                                             stance
                                  iobroker update [<repositoryUrl>]                            Update repository                                                                                                                                                              and list adapters
                                  iobroker upgrade                                             Upgrade managemen                                                                                                                                                             t
                                  iobroker upload                                              Upload management
                                  iobroker object                                              Object management
                                  iobroker state                                               State management
                                  iobroker message <adapter>[.instance] <command> [<message>]  Send message to a                                                                                                                                                             dapter instance/s
                                  iobroker list <type> [<filter>]                              List all entries,                                                                                                                                                              like objects
                                  iobroker chmod <mode> <file>                                 Change file right                                                                                                                                                             s
                                  iobroker chown <user> <group> <file>                         Change file owner                                                                                                                                                             ship
                                  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 o                                                                                                                                                             f adapter config
                                  iobroker license <license.file or license.text>              Update license by                                                                                                                                                              given file
                                  iobroker cert                                                Certificate manag                                                                                                                                                             ement
                                  iobroker clean <yes>                                         Clears all object                                                                                                                                                             s and states
                                  iobroker backup                                              Create backup
                                  iobroker restore <backup name or path>                       Restore a specifi                                                                                                                                                             ed backup
                                  iobroker validate <backup name or path>                      Validate a specif                                                                                                                                                             ied backup
                                  iobroker status [all|<adapter>.<instance>]                   Status of ioBroke                                                                                                                                                             r or adapter instance
                                  iobroker repo [<name>]                                       Show repo informa                                                                                                                                                             tion
                                  iobroker uuid                                                Show uuid of the                                                                                                                                                              installation
                                  iobroker unsetup                                             Reset license, in                                                                                                                                                             stallation secret and language
                                  iobroker fix                                                 Execute the insta                                                                                                                                                             llation fixer script, this updates your ioBroker installation
                                  iobroker multihost                                           Multihost managem                                                                                                                                                             ent
                                  iobroker compact                                             compact group man                                                                                                                                                             agement
                                  iobroker plugin                                              Plugin management
                                  iobroker version [<adapter>]                                 Show version of j                                                                                                                                                             s-controller or specified adapter
                                
                                Options:
                                      --help     Show help  [boolean]
                                  -v, --version  Show version  [boolean]
                                pi@raspberrypi:~ $ iobroker list instances
                                 Cannot read system.config: null (OK when migrating or restoring)
                                 Cannot find view "system" for search "host"
                                
                                
                                + instance is alive
                                pi@raspberrypi:~ $ iobroker status
                                 Cannot read system.config: null (OK when migrating or restoring)
                                 Cannot find view "system" for search "host"
                                iobroker is running on this host.
                                
                                
                                Objects type: file
                                States  type: file
                                pi@raspberrypi:~ $
                                
                                
                                crunchipC Abwesend
                                crunchipC Abwesend
                                crunchip
                                Forum Testing Most Active
                                schrieb am zuletzt editiert von
                                #16

                                @goetschhofer sagte in Weboberfläche nicht mehr erreichbar.:

                                iobroker lsit adapters

                                hast dich verschrieben

                                @goetschhofer sagte in Weboberfläche nicht mehr erreichbar.:

                                Cannot read system.config: null (OK when migrating or restoring)

                                da ist wohl was kaputt gegangen, gibt hier im Forum unzählige Threads dazu

                                umgestiegen von Proxmox auf Unraid

                                1 Antwort Letzte Antwort
                                1

                                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

                                479

                                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