Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Nach Update "admin"-modul kein Browser-Zugriff

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    Nach Update "admin"-modul kein Browser-Zugriff

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

      @Homoran habe ich aus verschiedenen Workarounds aus diesem Forum hier - hatte heute auch das Problem - meines Erachtens kann der Admin Adapter nicht auf den npm mehr zugreifen und muss neu installiert werden (frag mich bitte nicht warum ^^) danach hat es auf jeden fall funktioniert

      1 Reply Last reply Reply Quote 0
      • R
        Raspo @Raspo last edited by

        @Raspo
        Oha... habe einige meiner PW ivm. Benutzernae "pi" ausprobiert und bin nun drauf... wahnsinn 🙄

        was sollte ich nun am besten machen?

        Homoran 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @ichbinroot last edited by

          @ichbinroot sagte in Nach Update "admin"-modul kein Browser-Zugriff:

          sudo npm cache clean
          sudo iobroker stop                                                                                                                                                                            
          sudo npm install iobroker.admin                                                                                                                                                                            
          sudo iobroker start                                                                                                                                                                            
          npm install -g npm
          

          Quark. In jeder Zeile.
          Weder npm noch iobroker werden mit sudo eingeleitet und npm updated man tunlichst nicht global.

          @Raspo
          Mal mit dem user 'pi' und dem Passwort 'raspberry' versucht? Das sind jedenfalls die Vorgaben. Ansonsten wird es kniffelig. Man könnte evtl. die shadow-Datei noch löschen bzw. das dort gehashte PW, aber es kann sein, dass dann ein login gar nicht mehr möglich ist.

          I 1 Reply Last reply Reply Quote 0
          • I
            ichbinroot @Raspo last edited by

            @Raspo raspian os? da ist es meist UN: pi PW: raspberry
            wenn du es nicht geändert hast

            R 1 Reply Last reply Reply Quote 0
            • I
              ichbinroot @Thomas Braun last edited by

              @Thomas-Braun Thomas kann ich verstehen - danach hat es auf jeden Fall funktioniert

              mehr kann ich dazu nicht sagen 🙂

              1 Reply Last reply Reply Quote 0
              • R
                Raspo @ichbinroot last edited by

                @ichbinroot
                ich hatte es geändert... benutzername war "pi" und pw, ein von mir altes pw

                was sollte ich nun machen damit ich wieder webzugriff habe?

                1 Reply Last reply Reply Quote 0
                • Homoran
                  Homoran Global Moderator Administrators @Raspo last edited by

                  @Raspo sagte in Nach Update "admin"-modul kein Browser-Zugriff:

                  @Raspo
                  Oha... habe einige meiner PW ivm. Benutzernae "pi" ausprobiert und bin nun drauf... wahnsinn 🙄

                  was sollte ich nun am besten machen?

                  Geht doch 😉

                  zuerst mal iobroker list instances

                  R 1 Reply Last reply Reply Quote 0
                  • R
                    Raspo @Homoran last edited by Homoran

                    @Homoran

                    iobroker list instances
                    
                    Last login: Mon Apr  8 12:43:31 2019
                    pi@ioBroker:~ $ iobroker list instances
                      system.adapter.admin.0                 : admin                 - disabled, port: 8081, bind: 0.0.0.0, run as: admin
                      system.adapter.admin.1                 : admin                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                    + system.adapter.alexa2.1                : alexa2                -  enabled
                      system.adapter.cloud.0                 : cloud                 - disabled
                      system.adapter.daswetter.0             : daswetter             - disabled
                      system.adapter.discovery.0             : discovery             - disabled
                      system.adapter.ical.0                  : ical                  -  enabled
                      system.adapter.info.0                  : info                  -  enabled
                    + system.adapter.iot.0                   : iot                   -  enabled
                    + system.adapter.javascript.0            : javascript            -  enabled
                      system.adapter.moma.0                  : moma                  - disabled
                      system.adapter.proxy.0                 : proxy                 -  enabled
                      system.adapter.samsung.0               : samsung               - disabled
                    + system.adapter.sonoff.0                : sonoff                -  enabled, port: 1883, bind: 0.0.0.0
                      system.adapter.telegram.0              : telegram              - disabled, port: 8443, bind: 0.0.0.0
                    + system.adapter.terminal.0              : terminal              -  enabled, port: 8088, bind: 0.0.0.0, run as: admin
                      system.adapter.tr-064.0                : tr-064                - disabled
                      system.adapter.vis-canvas-gauges.0     : vis-canvas-gauges     -  enabled
                      system.adapter.vis-colorpicker.0       : vis-colorpicker       -  enabled
                      system.adapter.vis-fancyswitch.0       : vis-fancyswitch       -  enabled
                      system.adapter.vis-hqwidgets.0         : vis-hqwidgets         -  enabled
                      system.adapter.vis-jqui-mfd.0          : vis-jqui-mfd          -  enabled
                      system.adapter.vis-justgage.0          : vis-justgage          -  enabled
                      system.adapter.vis-metro.0             : vis-metro             -  enabled
                      system.adapter.vis-timeandweather.0    : vis-timeandweather    -  enabled
                      system.adapter.vis-weather.0           : vis-weather           -  enabled
                      system.adapter.vis.0                   : vis                   -  enabled
                    + system.adapter.web.0                   : web                   -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                      system.adapter.yahka.0                 : yahka                 - disabled
                    
                    + instance is alive
                    

                    MD-Edit: Code in code-tags gesetzt!

                    I Thomas Braun 2 Replies Last reply Reply Quote 0
                    • I
                      ichbinroot @Raspo last edited by

                      @Raspo war bei mir genau so - jetzt musst du den admin adapter deinstallieren - am besten beide

                      Homoran 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @Raspo last edited by

                        @Raspo

                        iobroker del admin.1
                        iobroker start admin.0
                        
                        I 1 Reply Last reply Reply Quote 0
                        • I
                          ichbinroot @Thomas Braun last edited by

                          @Thomas-Braun das habe ich auch versucht - nur blieb er bei mir da auf disabled

                          deshalb habe ich den einfach neu installiert

                          Thomas Braun 1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @ichbinroot last edited by

                            @ichbinroot sagte in Nach Update "admin"-modul kein Browser-Zugriff:

                            das habe ich auch versucht - nur blieb er bei mir da auf disabled

                            Wenn du das mit sudo gemacht hast wundert mich das auch nicht weiter.

                            R 1 Reply Last reply Reply Quote 0
                            • R
                              Raspo @Thomas Braun last edited by Raspo

                              @Thomas-Braun

                              pi@ioBroker:~ $ iobroker del admin.1
                              Delete adapter "admin.1"
                              host.ioBroker Counted 1 instances of admin.1
                              host.ioBroker Counted 1 channels of admin.1
                              host.ioBroker Counted 6 states of admin.1
                              host.ioBroker Counted 14 states of system.adapter.admin.1
                              host.ioBroker Deleting 22 object(s).
                              pi@ioBroker:~ $ iobroker start admin.0
                              The adapter "admin.0" was started.
                              pi@ioBroker:~ $ iobroker list instances
                                system.adapter.admin.0                 : admin                 -  enabled, por                                             t: 8081, bind: 0.0.0.0, run as: admin
                                system.adapter.admin.1                 : admin                 -  enabled, por                                             t: 8081, bind: 0.0.0.0, run as: admin
                              + system.adapter.alexa2.1                : alexa2                -  enabled
                                system.adapter.cloud.0                 : cloud                 - disabled
                                system.adapter.daswetter.0             : daswetter             - disabled
                                system.adapter.discovery.0             : discovery             - disabled
                                system.adapter.ical.0                  : ical                  -  enabled
                                system.adapter.info.0                  : info                  -  enabled
                              + system.adapter.iot.0                   : iot                   -  enabled
                              + system.adapter.javascript.0            : javascript            -  enabled
                                system.adapter.moma.0                  : moma                  - disabled
                                system.adapter.proxy.0                 : proxy                 -  enabled
                                system.adapter.samsung.0               : samsung               - disabled
                              + system.adapter.sonoff.0                : sonoff                -  enabled, por                                             t: 1883, bind: 0.0.0.0
                                system.adapter.telegram.0              : telegram              - disabled, por                                             t: 8443, bind: 0.0.0.0
                              + system.adapter.terminal.0              : terminal              -  enabled, por                                             t: 8088, bind: 0.0.0.0, run as: admin
                                system.adapter.tr-064.0                : tr-064                - disabled
                                system.adapter.vis-canvas-gauges.0     : vis-canvas-gauges     -  enabled
                                system.adapter.vis-colorpicker.0       : vis-colorpicker       -  enabled
                                system.adapter.vis-fancyswitch.0       : vis-fancyswitch       -  enabled
                                system.adapter.vis-hqwidgets.0         : vis-hqwidgets         -  enabled
                                system.adapter.vis-jqui-mfd.0          : vis-jqui-mfd          -  enabled
                                system.adapter.vis-justgage.0          : vis-justgage          -  enabled
                                system.adapter.vis-metro.0             : vis-metro             -  enabled
                                system.adapter.vis-timeandweather.0    : vis-timeandweather    -  enabled
                                system.adapter.vis-weather.0           : vis-weather           -  enabled
                                system.adapter.vis.0                   : vis                   -  enabled
                              + system.adapter.web.0                   : web                   -  enabled, por                                             t: 8082, bind: 0.0.0.0, run as: admin
                                system.adapter.yahka.0                 : yahka                 - disabled
                              
                              + instance is alive
                              
                              Thomas Braun R 3 Replies Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @Raspo last edited by

                                @Raspo
                                Setz das bitte in CodeTags </>. Danke.

                                1 Reply Last reply Reply Quote 0
                                • Homoran
                                  Homoran Global Moderator Administrators @ichbinroot last edited by

                                  @ichbinroot sagte in Nach Update "admin"-modul kein Browser-Zugriff:

                                  @Raspo war bei mir genau so - jetzt musst du den admin adapter deinstallieren - am besten beide

                                  Wieso das denn? Warum immer mit dem Holzhammer druff?
                                  einer ist doch enabled, der muss nur gestartet werden.

                                  @Raspo wieso hast du denn zwei admins?

                                  R 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @Raspo last edited by

                                    @Raspo sagte in Nach Update "admin"-modul kein Browser-Zugriff:

                                    iobroker start admin.0
                                    
                                    R 1 Reply Last reply Reply Quote 0
                                    • R
                                      Raspo @Homoran last edited by Raspo

                                      @Homoran
                                      das war vor dem update, da hatte ich ausversehen das falsche icon angeklickt und dann hatte ich 2.
                                      Danach hatte ich einfach bei dem zweiten admin auf den mülleimer geklickt. dann war er auf der oberfläche weg. (aber anscheinend -hier- dennoch vorhanden)

                                      1 Reply Last reply Reply Quote 0
                                      • R
                                        Raspo @Thomas Braun last edited by Raspo

                                        @Thomas-Braun

                                        
                                        pi@ioBroker:~ $ iobroker start admin.0
                                        pi@ioBroker:~ $ iobroker list instances
                                          system.adapter.admin.0                 : admin                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                          system.adapter.admin.1                 : admin                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                        + system.adapter.alexa2.1                : alexa2                -  enabled
                                          system.adapter.cloud.0                 : cloud                 - disabled
                                          system.adapter.daswetter.0             : daswetter             - disabled
                                          system.adapter.discovery.0             : discovery             - disabled
                                          system.adapter.ical.0                  : ical                  -  enabled
                                          system.adapter.info.0                  : info                  -  enabled
                                        + system.adapter.iot.0                   : iot                   -  enabled
                                        + system.adapter.javascript.0            : javascript            -  enabled
                                          system.adapter.moma.0                  : moma                  - disabled
                                          system.adapter.proxy.0                 : proxy                 -  enabled
                                          system.adapter.samsung.0               : samsung               - disabled
                                        + system.adapter.sonoff.0                : sonoff                -  enabled, port: 1883, bind: 0.0.0.0
                                          system.adapter.telegram.0              : telegram              - disabled, port: 8443, bind: 0.0.0.0
                                        + system.adapter.terminal.0              : terminal              -  enabled, port: 8088, bind: 0.0.0.0, run as: admin
                                          system.adapter.tr-064.0                : tr-064                - disabled
                                          system.adapter.vis-canvas-gauges.0     : vis-canvas-gauges     -  enabled
                                          system.adapter.vis-colorpicker.0       : vis-colorpicker       -  enabled
                                          system.adapter.vis-fancyswitch.0       : vis-fancyswitch       -  enabled
                                          system.adapter.vis-hqwidgets.0         : vis-hqwidgets         -  enabled
                                          system.adapter.vis-jqui-mfd.0          : vis-jqui-mfd          -  enabled
                                          system.adapter.vis-justgage.0          : vis-justgage          -  enabled
                                          system.adapter.vis-metro.0             : vis-metro             -  enabled
                                          system.adapter.vis-timeandweather.0    : vis-timeandweather    -  enabled
                                          system.adapter.vis-weather.0           : vis-weather           -  enabled
                                          system.adapter.vis.0                   : vis                   -  enabled
                                        + system.adapter.web.0                   : web                   -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                          system.adapter.yahka.0                 : yahka                 - disabled
                                        
                                        + instance is alive
                                        
                                        

                                        Dieser "admin.1" ist anscheind noch immer bei den instances

                                        Homoran 1 Reply Last reply Reply Quote 0
                                        • Homoran
                                          Homoran Global Moderator Administrators @Raspo last edited by

                                          @Raspo bleibt dabei 😞
                                          bitte noch

                                          @Thomas-Braun sagte in Nach Update "admin"-modul kein Browser-Zugriff:

                                          @Raspo

                                          iobroker del admin.1
                                          iobroker start admin.0
                                          

                                          die falsche Instanz löschen

                                          R 1 Reply Last reply Reply Quote 0
                                          • R
                                            Raspo @Homoran last edited by

                                            @Homoran said in Nach Update "admin"-modul kein Browser-Zugriff:

                                            hatte ich schon gemacht, ich mache es jetzt nochmal...

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

                                            Support us

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

                                            849
                                            Online

                                            32.0k
                                            Users

                                            80.5k
                                            Topics

                                            1.3m
                                            Posts

                                            adminmodul admin update fehler
                                            4
                                            78
                                            3309
                                            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