Navigation

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

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • 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.
    • T
      tilly @Homoran last edited by

      @homoran
      meinte den Admin Port 8081, aber die Visualisierung auf 8082 ist auch nicht erreichbar.

      top - 11:26:16 up 27 min,  1 user,  load average: 1,92, 1,68, 1,36
      Tasks: 117 total,   2 running,  62 sleeping,   0 stopped,   0 zombie
      %Cpu(s): 26,6 us,  4,7 sy,  0,0 ni, 67,5 id,  0,0 wa,  0,0 hi,  0,0 si,  1,2 st
      KiB Mem :  3006856 total,  1111760 free,   956448 used,   938648 buff/cache
      KiB Swap:  2097148 total,  2095868 free,     1280 used.  1900048 avail Mem
      
        PID USER      PR  NI    VIRT    RES    SHR S  %CPU %MEM     TIME+ COMMAND
       3453 iobroker  20   0 1254228 669692  32292 R 136,5 22,3   0:11.22 iobroker.j+
       3452 user      20   0   42792   3808   3188 R   0,7  0,1   0:00.05 top
        940 mysql     20   0 1356148 179896  14184 S   0,3  6,0   0:02.81 mysqld
          1 root      20   0  225088   8704   6516 S   0,0  0,3   0:05.25 systemd
          2 root      20   0       0      0      0 S   0,0  0,0   0:00.01 kthreadd
          4 root       0 -20       0      0      0 I   0,0  0,0   0:00.00 kworker/0:+
          5 root      20   0       0      0      0 I   0,0  0,0   0:00.28 kworker/u8+
          6 root       0 -20       0      0      0 I   0,0  0,0   0:00.00 mm_percpu_+
          7 root      20   0       0      0      0 S   0,0  0,0   0:00.08 ksoftirqd/0
          8 root      20   0       0      0      0 I   0,0  0,0   0:01.34 rcu_sched
          9 root      20   0       0      0      0 I   0,0  0,0   0:00.00 rcu_bh
         10 root      rt   0       0      0      0 S   0,0  0,0   0:00.00 migration/0
         11 root      rt   0       0      0      0 S   0,0  0,0   0:00.00 watchdog/0
         12 root      20   0       0      0      0 S   0,0  0,0   0:00.00 cpuhp/0
         13 root      20   0       0      0      0 S   0,0  0,0   0:00.00 cpuhp/1
         14 root      rt   0       0      0      0 S   0,0  0,0   0:00.00 watchdog/1
         15 root      rt   0       0      0      0 S   0,0  0,0   0:00.14 migration/1
      
      
      Homoran 1 Reply Last reply Reply Quote 0
      • Homoran
        Homoran Global Moderator Administrators @tilly last edited by Homoran

        @tilly sagte in Weboberfläche nicht mehr erreichbar:

        load average: 1,92, 1,68, 1,36

        für einen Nuc mit nativem Ubuntu schon Heftig!

        @tilly sagte in Weboberfläche nicht mehr erreichbar:

        3453 iobroker 20 0 1254228 669692 32292 R 136,5 22,3 0:11.22 iobroker.j+

        das sieht gar nicht gut aus

        T 1 Reply Last reply Reply Quote 0
        • T
          tilly @Homoran last edited by

          @homoran
          hab noch ein backup image unter proxmox gefunden und gestartet. IP ist die 192.168.115.33, das Ursprüngliche hatte 192.168.115.112.
          Da ich die Admin Weboberfläche nicht aufrufen kann, denke ich, das die IP geändert werden muss oder das bind ändern muss. Aber wie?

          user@iobroker-ubuntu:~$ iobroker list instances
          + system.adapter.admin.0       : admin         : iobroker-ubuntu       -  enabled, port: 8081, bind: 192.168.115.112, run as: admin
          
          Glasfaser Homoran 2 Replies Last reply Reply Quote 0
          • Glasfaser
            Glasfaser @tilly last edited by

            @tilly

            iobroker set admin.0 --bind 0.0.0.0
            
            1 Reply Last reply Reply Quote 0
            • Homoran
              Homoran Global Moderator Administrators @tilly last edited by

              @tilly sagte in Weboberfläche nicht mehr erreichbar:

              denke ich, das die IP geändert werden muss

              aber nur weil es früher falsch konfiguriert war.
              wie @Glasfaser zeigt darf da keine feste IP drin stehen

              T 1 Reply Last reply Reply Quote 0
              • T
                tilly @Homoran last edited by

                @homoran
                würde doch gerne die IP Adresse ändern, da einige Sachen damit verknüpft sind. Kann mir jemand sagen wie?

                1 Reply Last reply Reply Quote 0
                • Glasfaser
                  Glasfaser last edited by

                  @tilly sagte in Weboberfläche nicht mehr erreichbar:

                  würde doch gerne die IP Adresse ändern, da einige Sachen damit verknüpft sind. Kann mir jemand sagen wie?

                  ???

                  @glasfaser sagte in Weboberfläche nicht mehr erreichbar:
                  @tilly

                  iobroker set admin.0 --bind 0.0.0.0
                  

                  Wenn es dich Glücklich macht :

                  iobroker set admin.0 --bind 192.168.115.33
                  
                  Homoran T 2 Replies Last reply Reply Quote 0
                  • Homoran
                    Homoran Global Moderator Administrators @Glasfaser last edited by

                    @glasfaser sagte in Weboberfläche nicht mehr erreichbar:

                    Wenn es dich Glücklich macht :

                    wird es dauerhaft nicht!

                    @tilly sagte in Weboberfläche nicht mehr erreichbar:

                    würde doch gerne die IP Adresse ändern, da einige Sachen damit verknüpft sind. Kann mir jemand sagen wie?

                    Hat er doch!

                    @homoran sagte in Weboberfläche nicht mehr erreichbar:

                    aber nur weil es früher falsch konfiguriert war.
                    wie @Glasfaser zeigt darf da keine feste IP drin stehen

                    @tilly sagte in Weboberfläche nicht mehr erreichbar:

                    würde doch gerne die IP Adresse ändern

                    bitte gegen 0.0.0.0

                    1 Reply Last reply Reply Quote 0
                    • T
                      tilly @Glasfaser last edited by

                      ich meine die IP-Adresse von der Ubuntu VM. Das alte System hatte die 192.168.115.112 und das Backup die 192.168.115.33. Da jedoch einige MQTT Einstellungen auf verschiedenen ESP eingestellt sind, würde ich gerne die Adresse ändern.

                      Glasfaser Homoran 3 Replies Last reply Reply Quote 0
                      • Glasfaser
                        Glasfaser @tilly last edited by Glasfaser

                        @tilly sagte in Weboberfläche nicht mehr erreichbar:

                        ich meine die IP-Adresse von der Ubuntu VM.

                        Das ist ganz was anderes , als du gefragt bzw. im Screenshot gezeigt hast !!!

                        Keine Ahnung von Ubuntu VM.

                        1 Reply Last reply Reply Quote 0
                        • Glasfaser
                          Glasfaser @tilly last edited by

                          @tilly

                          So vielleicht

                          https://forum.iobroker.net/topic/30459/gelöst-proxmox-vm-ip-adresse-ändern

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

                            @tilly sagte in Weboberfläche nicht mehr erreichbar:

                            ich meine die IP-Adresse von der Ubuntu VM. Das alte System hatte die 192.168.115.112 und das Backup die 192.168.115.33. Da jedoch einige MQTT Einstellungen auf verschiedenen ESP eingestellt sind, würde ich gerne die Adresse ändern.

                            das ist ja was anderes.
                            Aber selbst wenn die VM wieder die alte IP bekommt, darf in der Konfiguration der Instanz des admin keine feste IP eingetragen sein, sondern nur 0.0.0.0

                            T 1 Reply Last reply Reply Quote 0
                            • T
                              tilly @Homoran last edited by tilly

                              Wenn ich nun doch eine neue VM aufsetzte und ein Backup mache, was ist in dem Backup(8 MB groß) denn alles gesichert?
                              Wie würde ich nach dem Aufsetzten der VM vorgehen?

                              Glasfaser 1 Reply Last reply Reply Quote 0
                              • Glasfaser
                                Glasfaser @tilly last edited by

                                @tilly sagte in Weboberfläche nicht mehr erreichbar:

                                was ist in dem Backup(8 MB groß) denn alles gesichert?

                                Alles Wichtige ... die Adapter dazu werden nachinstalliert usw.

                                T 1 Reply Last reply Reply Quote 0
                                • T
                                  tilly @Glasfaser last edited by

                                  gibt es für Ubuntu eine aktuelle Installationsanleitung?

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

                                    @tilly sagte in Weboberfläche nicht mehr erreichbar:

                                    gibt es für Ubuntu eine aktuelle Installationsanleitung?

                                    ???

                                    sollte auf der Downlodseite der Ubuntu Images stehen.
                                    ich hab immer nur Debian installiert

                                    T 1 Reply Last reply Reply Quote 0
                                    • T
                                      tilly @Homoran last edited by tilly

                                      @homoran
                                      sorry: gibt es für Ubuntu eine Anleitung um darauf Iobroker zu installieren oder einfach

                                      curl -sLf https://iobroker.net/install.sh | bash -
                                      
                                      Homoran 1 Reply Last reply Reply Quote 0
                                      • Homoran
                                        Homoran Global Moderator Administrators @tilly last edited by

                                        @tilly sagte in Weboberfläche nicht mehr erreichbar:

                                        oder einfach

                                        ja! Natürlich

                                        T 1 Reply Last reply Reply Quote 0
                                        • T
                                          tilly @Homoran last edited by

                                          So Ubuntu 22.04 ist neu aufgesetzt und Iobroker installiert. Backup habe ich eingespielt.
                                          Nun habe ich jedoch keine Verbindung zu den Zigbee Geräten!
                                          Zigbee.jpg

                                          Thomas Braun Glasfaser 2 Replies Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @tilly last edited by

                                            @tilly sagte in Weboberfläche nicht mehr erreichbar:

                                            Nun habe ich jedoch keine Verbindung zu den Zigbee Geräten!

                                            Mach ein neues Thema dazu auf.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            949
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            weboberfläche nicht erreichbar
                                            4
                                            27
                                            1182
                                            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