Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. [gelöst] ioBroker Webinterface nicht erreichbar

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    16
    1
    338

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

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

[gelöst] ioBroker Webinterface nicht erreichbar

Scheduled Pinned Locked Moved ioBroker Allgemein
20 Posts 4 Posters 536 Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • O OfficerToasty

    @thomas-braun
    okay, führe ich gerade durch. Liege ich also mit dem alten "never touch a running system" falsch ? :-)
    ...
    ..
    .
    So alles geupdated, neu gebootet, Fehler natürlich weiterhin bestehend....

    pi@raspberrypi:~ $ uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && pwd && sud                                    o apt update &> /dev/null && sudo apt update && apt policy nodejs
    armv7l
    /usr/bin/nodejs
    /usr/bin/node
    /usr/bin/npm
    v14.20.1
    v14.20.1
    6.14.17
    4.0.21
    pi
    pi adm dialout cdrom sudo audio video plugdev games users input netdev gpio i2c spi iobroker
    /home/pi
    Hit:1 http://phoscon.de/apt/deconz buster InRelease
    Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
    Hit:3 http://archive.raspberrypi.org/debian buster InRelease
    Hit:4 https://deb.nodesource.com/node_14.x buster InRelease
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    All packages are up to date.
    nodejs:
      Installed: 14.20.1-deb-1nodesource1
      Candidate: 14.20.1-deb-1nodesource1
      Version table:
     *** 14.20.1-deb-1nodesource1 500
            500 https://deb.nodesource.com/node_14.x buster/main armhf Packages
            100 /var/lib/dpkg/status
         10.24.0~dfsg-1~deb10u2 500
            500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
    pi@raspberrypi:~ $
    
    

    iob status bringt nun etwas anderes:

    pi@raspberrypi:~ $ iob status
    Server Cannot start inMem-objects on port 9001: Failed to lock DB file "/opt/iobroker/iobroker-data/objects.jsonl"!
    
    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    wrote on last edited by
    #6

    @officertoasty sagte in ioBroker Webinterface nicht erreichbar:

    Liege ich also mit dem alten "never touch a running system" falsch ?

    Ja. Grundsätzlich falsch. "Keep your updates coming" ist die Regel.
    Wie groß ist die Datei /opt/iobroker/iobroker-data/objects.jsonl?

    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

    O 1 Reply Last reply
    0
    • Thomas BraunT Thomas Braun

      @officertoasty sagte in ioBroker Webinterface nicht erreichbar:

      Liege ich also mit dem alten "never touch a running system" falsch ?

      Ja. Grundsätzlich falsch. "Keep your updates coming" ist die Regel.
      Wie groß ist die Datei /opt/iobroker/iobroker-data/objects.jsonl?

      O Offline
      O Offline
      OfficerToasty
      wrote on last edited by
      #7

      @thomas-braun
      okay, merke ich mir ! Danke. versuche ich in Zukunft zu beherzigen

      pi@raspberrypi:/opt/iobroker/iobroker-data $ du -sh objects.jsonl
      935M    objects.jsonl
      pi@raspberrypi:/opt/iobroker/iobroker-data $
      
      Thomas BraunT 1 Reply Last reply
      0
      • O OfficerToasty

        @thomas-braun
        okay, merke ich mir ! Danke. versuche ich in Zukunft zu beherzigen

        pi@raspberrypi:/opt/iobroker/iobroker-data $ du -sh objects.jsonl
        935M    objects.jsonl
        pi@raspberrypi:/opt/iobroker/iobroker-data $
        
        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        wrote on last edited by Thomas Braun
        #8

        @officertoasty sagte in ioBroker Webinterface nicht erreichbar:

        935M

        Ähhh, das ist klar, dass die nicht eingelesen werden kann.
        Meine hat 27MB.

        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

        O 1 Reply Last reply
        0
        • Thomas BraunT Thomas Braun

          @officertoasty sagte in ioBroker Webinterface nicht erreichbar:

          935M

          Ähhh, das ist klar, dass die nicht eingelesen werden kann.
          Meine hat 27MB.

          O Offline
          O Offline
          OfficerToasty
          wrote on last edited by OfficerToasty
          #9

          @thomas-braun
          okay, das ist dann doch ein deutlicher unterschied :-)
          Ist das File in einem Backup enthalten standardmäßig ? Könnte ich dann mal vergleichen. Die Frage ist: wieso ist die Datei so riesig bei mir ??

          Thomas BraunT crunchipC 2 Replies Last reply
          0
          • O OfficerToasty

            @thomas-braun
            okay, das ist dann doch ein deutlicher unterschied :-)
            Ist das File in einem Backup enthalten standardmäßig ? Könnte ich dann mal vergleichen. Die Frage ist: wieso ist die Datei so riesig bei mir ??

            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            wrote on last edited by
            #10

            @officertoasty

            Solche Fälle hatten wir schon ein paar. Ich weiß aber nicht mehr genau wie die gelöst wurden.

            Linux-Werkzeugkasten:
            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
            NodeJS Fixer Skript:
            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

            1 Reply Last reply
            0
            • O OfficerToasty

              @thomas-braun
              okay, das ist dann doch ein deutlicher unterschied :-)
              Ist das File in einem Backup enthalten standardmäßig ? Könnte ich dann mal vergleichen. Die Frage ist: wieso ist die Datei so riesig bei mir ??

              crunchipC Away
              crunchipC Away
              crunchip
              Forum Testing Most Active
              wrote on last edited by
              #11

              @officertoasty https://forum.iobroker.net/topic/53954/gelöst-states-jsonl-file-viel-zu-groß/23

              umgestiegen von Proxmox auf Unraid

              O 1 Reply Last reply
              0
              • crunchipC crunchip

                @officertoasty https://forum.iobroker.net/topic/53954/gelöst-states-jsonl-file-viel-zu-groß/23

                O Offline
                O Offline
                OfficerToasty
                wrote on last edited by
                #12

                @crunchip @Thomas-Braun
                danke für eure Hilfe bis hierher. Ich habe die "backup" Einträge aus der iobroker.json entfernt.
                mit iob status erhalte ich nun eine andere Ausgabe, jedoch trotz reboot - noch kein Erfolg

                pi@raspberrypi:~ $ iob status
                 Cannot read system.config: null (OK when migrating or restoring)
                iobroker is running on this host.
                
                
                Objects type: jsonl
                States  type: jsonl
                pi@raspberrypi:~ $
                
                
                Thomas BraunT 1 Reply Last reply
                0
                • O OfficerToasty

                  @crunchip @Thomas-Braun
                  danke für eure Hilfe bis hierher. Ich habe die "backup" Einträge aus der iobroker.json entfernt.
                  mit iob status erhalte ich nun eine andere Ausgabe, jedoch trotz reboot - noch kein Erfolg

                  pi@raspberrypi:~ $ iob status
                   Cannot read system.config: null (OK when migrating or restoring)
                  iobroker is running on this host.
                  
                  
                  Objects type: jsonl
                  States  type: jsonl
                  pi@raspberrypi:~ $
                  
                  
                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  wrote on last edited by Thomas Braun
                  #13

                  @officertoasty

                  Versuch mal

                  iobroker setup first
                  

                  Ich glaube dann wird die neugeschrieben.

                  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

                  O 1 Reply Last reply
                  0
                  • Thomas BraunT Thomas Braun

                    @officertoasty

                    Versuch mal

                    iobroker setup first
                    

                    Ich glaube dann wird die neugeschrieben.

                    O Offline
                    O Offline
                    OfficerToasty
                    wrote on last edited by OfficerToasty
                    #14

                    @thomas-braun

                    es läuft wieder ....
                    Ich habe hier jetzt noch dein Mini-How To durhgemacht und die "..objects.jsonl" und "...states.jsonl" ersetzt:

                    iobroker stop
                    cd /opt/iobroker/iobroker-data/
                    mv objects.json objects.json.old
                    mv states.json states.json.old
                    cd backup-objects/
                    gunzip -ck INTAKTE_DATEI_objects.json.gz > /opt/iobroker/iobroker-data/objects.json
                    gunzip -ck INTAKTE_DATEI_states.json.gz > /opt/iobroker/iobroker-data/states.json
                    iobroker start
                    

                    Vielen Dank für die Hilfe.
                    Ob das jetzt allerdings von Dauer ist, das ist die Frage. Wieso diese Datei so groß wurde, weiß ich leider nicht immer nicht.

                    HomoranH crunchipC 2 Replies Last reply
                    0
                    • O OfficerToasty

                      @thomas-braun

                      es läuft wieder ....
                      Ich habe hier jetzt noch dein Mini-How To durhgemacht und die "..objects.jsonl" und "...states.jsonl" ersetzt:

                      iobroker stop
                      cd /opt/iobroker/iobroker-data/
                      mv objects.json objects.json.old
                      mv states.json states.json.old
                      cd backup-objects/
                      gunzip -ck INTAKTE_DATEI_objects.json.gz > /opt/iobroker/iobroker-data/objects.json
                      gunzip -ck INTAKTE_DATEI_states.json.gz > /opt/iobroker/iobroker-data/states.json
                      iobroker start
                      

                      Vielen Dank für die Hilfe.
                      Ob das jetzt allerdings von Dauer ist, das ist die Frage. Wieso diese Datei so groß wurde, weiß ich leider nicht immer nicht.

                      HomoranH Do not disturb
                      HomoranH Do not disturb
                      Homoran
                      Global Moderator Administrators
                      wrote on last edited by
                      #15

                      @officertoasty sagte in ioBroker Webinterface nicht erreichbar:

                      dein Mini-How To durhgemacht und die "..objects.jsonl" und "...states.jsonl" ersetzt:

                      das war aber eigentlich für .json gedacht und nicht für .jsonl!
                      aber gut zu wissen dass es da auch funktioniert.

                      kein Support per PN! - Fragen im Forum stellen -
                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                      Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                      O 1 Reply Last reply
                      0
                      • O OfficerToasty

                        @thomas-braun

                        es läuft wieder ....
                        Ich habe hier jetzt noch dein Mini-How To durhgemacht und die "..objects.jsonl" und "...states.jsonl" ersetzt:

                        iobroker stop
                        cd /opt/iobroker/iobroker-data/
                        mv objects.json objects.json.old
                        mv states.json states.json.old
                        cd backup-objects/
                        gunzip -ck INTAKTE_DATEI_objects.json.gz > /opt/iobroker/iobroker-data/objects.json
                        gunzip -ck INTAKTE_DATEI_states.json.gz > /opt/iobroker/iobroker-data/states.json
                        iobroker start
                        

                        Vielen Dank für die Hilfe.
                        Ob das jetzt allerdings von Dauer ist, das ist die Frage. Wieso diese Datei so groß wurde, weiß ich leider nicht immer nicht.

                        crunchipC Away
                        crunchipC Away
                        crunchip
                        Forum Testing Most Active
                        wrote on last edited by
                        #16

                        @officertoasty sagte in ioBroker Webinterface nicht erreichbar:

                        Wieso diese Datei so groß wurde, weiß ich leider nicht immer nicht.

                        ein Adapter eventuell dabei, der zuviel anlegt?

                        umgestiegen von Proxmox auf Unraid

                        1 Reply Last reply
                        0
                        • HomoranH Homoran

                          @officertoasty sagte in ioBroker Webinterface nicht erreichbar:

                          dein Mini-How To durhgemacht und die "..objects.jsonl" und "...states.jsonl" ersetzt:

                          das war aber eigentlich für .json gedacht und nicht für .jsonl!
                          aber gut zu wissen dass es da auch funktioniert.

                          O Offline
                          O Offline
                          OfficerToasty
                          wrote on last edited by
                          #17

                          @homoran sagte in ioBroker Webinterface nicht erreichbar:

                          das war aber eigentlich für .json gedacht und nicht für .jsonl!
                          aber gut zu wissen dass es da auch funktioniert.

                          okay, da dort eigentlich ja nur 2 files aus dem backup zurückgespielt werden, hab ichs einfach mal versucht :relaxed:

                          @crunchip sagte in ioBroker Webinterface nicht erreichbar:

                          ein Adapter eventuell dabei, der zuviel anlegt?

                          scheinbar schon... ich habe aber schon lange keinen Adapter mehr neu hinzugefügt.
                          Das wäre jetzt noch toll rauszufinden....

                          crunchipC 1 Reply Last reply
                          0
                          • O OfficerToasty

                            @homoran sagte in ioBroker Webinterface nicht erreichbar:

                            das war aber eigentlich für .json gedacht und nicht für .jsonl!
                            aber gut zu wissen dass es da auch funktioniert.

                            okay, da dort eigentlich ja nur 2 files aus dem backup zurückgespielt werden, hab ichs einfach mal versucht :relaxed:

                            @crunchip sagte in ioBroker Webinterface nicht erreichbar:

                            ein Adapter eventuell dabei, der zuviel anlegt?

                            scheinbar schon... ich habe aber schon lange keinen Adapter mehr neu hinzugefügt.
                            Das wäre jetzt noch toll rauszufinden....

                            crunchipC Away
                            crunchipC Away
                            crunchip
                            Forum Testing Most Active
                            wrote on last edited by
                            #18

                            @officertoasty sagte in ioBroker Webinterface nicht erreichbar:

                            Das wäre jetzt noch toll rauszufinden....

                            zeige mal die Liste deiner Adapter, es gibt da ein paar Kandidaten, die im Laufe der Zeit immer mehr anlegen

                            iob list instances
                            

                            umgestiegen von Proxmox auf Unraid

                            O 1 Reply Last reply
                            0
                            • crunchipC crunchip

                              @officertoasty sagte in ioBroker Webinterface nicht erreichbar:

                              Das wäre jetzt noch toll rauszufinden....

                              zeige mal die Liste deiner Adapter, es gibt da ein paar Kandidaten, die im Laufe der Zeit immer mehr anlegen

                              iob list instances
                              
                              O Offline
                              O Offline
                              OfficerToasty
                              wrote on last edited by
                              #19

                              @crunchip
                              Ich habe ja ein relativ "kleines" System. Hier die Liste:

                              pi@raspberrypi:~ $ iob list instances
                              + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                              + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                              + system.adapter.deconz.0                 : deconz                : raspberrypi                              -  enabled, port: 80
                                system.adapter.devices.0                : devices               : raspberrypi                              - disabled
                              + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
                                system.adapter.habpanel.0               : habpanel              : raspberrypi                              - disabled
                              + system.adapter.info.0                   : info                  : raspberrypi                              -  enabled
                              + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                              + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1883, bind: 192.168.0.174
                              + system.adapter.mystrom.0                : mystrom               : raspberrypi                              -  enabled
                              + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
                              + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                              + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                              + system.adapter.zwave2.0                 : zwave2                : raspberrypi                              -  enabled
                              
                              + instance is alive
                              pi@raspberrypi:~ $
                              
                              
                              crunchipC 1 Reply Last reply
                              0
                              • O OfficerToasty

                                @crunchip
                                Ich habe ja ein relativ "kleines" System. Hier die Liste:

                                pi@raspberrypi:~ $ iob list instances
                                + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                                + system.adapter.deconz.0                 : deconz                : raspberrypi                              -  enabled, port: 80
                                  system.adapter.devices.0                : devices               : raspberrypi                              - disabled
                                + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
                                  system.adapter.habpanel.0               : habpanel              : raspberrypi                              - disabled
                                + system.adapter.info.0                   : info                  : raspberrypi                              -  enabled
                                + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                                + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1883, bind: 192.168.0.174
                                + system.adapter.mystrom.0                : mystrom               : raspberrypi                              -  enabled
                                + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
                                + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                                + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                + system.adapter.zwave2.0                 : zwave2                : raspberrypi                              -  enabled
                                
                                + instance is alive
                                pi@raspberrypi:~ $
                                
                                
                                crunchipC Away
                                crunchipC Away
                                crunchip
                                Forum Testing Most Active
                                wrote on last edited by
                                #20

                                @officertoasty sagte in ioBroker Webinterface nicht erreichbar:

                                relativ "kleines" System.

                                stimmt und auch keiner der Adapter dabei

                                umgestiegen von Proxmox auf Unraid

                                1 Reply Last reply
                                0
                                Reply
                                • Reply as topic
                                Log in to reply
                                • Oldest to Newest
                                • Newest to Oldest
                                • Most Votes


                                Support us

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

                                678

                                Online

                                32.7k

                                Users

                                82.5k

                                Topics

                                1.3m

                                Posts
                                Community
                                Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                ioBroker Community 2014-2025
                                logo
                                • Login

                                • Don't have an account? Register

                                • Login or register to search.
                                • First post
                                  Last post
                                0
                                • Home
                                • Recent
                                • Tags
                                • Unread 0
                                • Categories
                                • Unreplied
                                • Popular
                                • GitHub
                                • Docu
                                • Hilfe