Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Weboberfläche nicht mehr erreichbar.

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    Weboberfläche nicht mehr erreichbar.

    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      AlphaII @crunchip last edited by Homoran

      @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 Reply Last reply Reply Quote 0
      • A
        AlphaII @AlphaII last edited by Homoran

        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 Reply Last reply Reply Quote 0
        • A
          AlphaII @AlphaII last edited by Homoran

          @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!

          crunchip 1 Reply Last reply Reply Quote 0
          • crunchip
            crunchip Forum Testing Most Active @AlphaII last edited by

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

            A 1 Reply Last reply Reply Quote 0
            • A
              AlphaII @crunchip last edited by

              @crunchip Wie funktioniert das?

              crunchip 1 Reply Last reply Reply Quote 0
              • crunchip
                crunchip Forum Testing Most Active @AlphaII last edited by

                @alphaii keine Ahnung

                1 Reply Last reply Reply Quote 0
                • J
                  Jan1 @AlphaII last edited by

                  @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 Reply Last reply Reply Quote 0
                  • A
                    AlphaII @Jan1 last edited by

                    @jan1 Danke

                    1 Reply Last reply Reply Quote 0
                    • A
                      AlphaII last edited by

                      Ok ich werde dann mal einen Bachup machen.

                      J 1 Reply Last reply Reply Quote 0
                      • J
                        Jan1 @AlphaII last edited by

                        @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 Reply Last reply Reply Quote 0
                        • G
                          GOETSCHHOFER @crunchip last edited by

                          @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:~ $
                          
                          
                          crunchip 1 Reply Last reply Reply Quote 0
                          • crunchip
                            crunchip Forum Testing Most Active @GOETSCHHOFER last edited by

                            @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

                            1 Reply Last reply Reply Quote 1
                            • First post
                              Last post

                            Support us

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

                            923
                            Online

                            32.0k
                            Users

                            80.5k
                            Topics

                            1.3m
                            Posts

                            5
                            16
                            973
                            Loading More Posts
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes
                            Reply
                            • Reply as topic
                            Log in to reply
                            Community
                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                            The ioBroker Community 2014-2023
                            logo