Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. iobroker startet nach Stromausfall nicht mehr

NEWS

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    14
    1
    142

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    12
    1
    563

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    24
    1
    1.7k

iobroker startet nach Stromausfall nicht mehr

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
25 Beiträge 5 Kommentatoren 2.0k Aufrufe 4 Watching
  • Ä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 avunculo

    Habe jetzt den Beitrag https://forum.iobroker.net/topic/43325/mini-howto-cannot-find-view-system-for-search-host?_=1616096619995 durchgeführt. Leider keine Besserung. Kann nach wie vor mein iobroker via web nicht öffnen.

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

    @avunculo

    iobroker status
    iobroker stop
    iobroker fix
    iobroker start
    

    sagt?

    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

      @avunculo

      iobroker status
      iobroker stop
      iobroker fix
      iobroker start
      

      sagt?

      A Offline
      A Offline
      avunculo
      schrieb am zuletzt editiert von Homoran
      #17

      @thomas-braun

      iobroker status
      Uncaught Rejection: TypeError: Cannot read properties of undefined (reading 'warning')
          at ObjectsInMemoryServer.initBackupDir (/opt/iobroker/node_modules/@iobroker/db-base/lib/inMemFileDB.js:187:22)
          at new InMemoryFileDB (/opt/iobroker/node_modules/@iobroker/db-base/lib/inMemFileDB.js:83:18)
          at new ObjectsInMemoryFileDB (/opt/iobroker/node_modules/@iobroker/db-objects-file/lib/objects/objectsInMemFileDB.js:34:9)
          at new ObjectsInMemoryJsonlDB (/opt/iobroker/node_modules/@iobroker/db-objects-jsonl/lib/objects/objectsInMemJsonlDB.js:58:9)
          at new ObjectsInMemoryServer (/opt/iobroker/node_modules/@iobroker/db-objects-jsonl/lib/objects/objectsInMemServerRedis.js:57:9)
          at new ObjectsInMemoryServerClass (/opt/iobroker/node_modules/@iobroker/db-objects-jsonl/lib/objects/objectsInMemServerClass.js:34:30)
          at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:3123:27)
      
      iobroker stop
      pi@raspberrypi:/opt/iobroker/iobroker-data/backup-objects $ iobroker fix
      library: loaded
      Library version=2022-02-10
      
      ==========================================================================
      
          Welcome to the ioBroker installation fixer!
          Script version: 2022-02-13
          
          You might need to enter your password a couple of times.
      
      ==========================================================================
      
      
      ==========================================================================
          Installing prerequisites (1/3)
      ==========================================================================
      
      Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
      Get:2 http://archive.raspberrypi.org/debian bullseye InRelease [23.7 kB]                                                  
      Hit:3 https://repos.influxdata.com/debian bullseye InRelease                                                              
      Hit:4 https://deb.nodesource.com/node_16.x bullseye InRelease                                                             
      Get:5 https://archive.raspbian.org/raspbian buster InRelease [15.0 kB]      
      Get:6 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [279 kB]
      Fetched 317 kB in 1s (213 kB/s)  
      Reading package lists... Done
      Installed gcc-c++
      Installed python-dev
      
      ==========================================================================
          Checking ioBroker user and directory permissions (2/3)
      ==========================================================================
      
      Created /etc/sudoers.d/iobroker
      Fixing directory permissions...
      
      ==========================================================================
          Checking autostart (3/3)
      ==========================================================================
      
      Enabling autostart...
      Autostart enabled!
      
      ==========================================================================
      
          Your installation was fixed successfully
          Run iobroker start to start ioBroker again!
      
      ==========================================================================
      
      pi@raspberrypi:/opt/iobroker/iobroker-data/backup-objects $ iobroker start
      
      

      Nach wie vor kein Zugriff via ip auf meinem iobroker

      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • A avunculo

        @thomas-braun

        iobroker status
        Uncaught Rejection: TypeError: Cannot read properties of undefined (reading 'warning')
            at ObjectsInMemoryServer.initBackupDir (/opt/iobroker/node_modules/@iobroker/db-base/lib/inMemFileDB.js:187:22)
            at new InMemoryFileDB (/opt/iobroker/node_modules/@iobroker/db-base/lib/inMemFileDB.js:83:18)
            at new ObjectsInMemoryFileDB (/opt/iobroker/node_modules/@iobroker/db-objects-file/lib/objects/objectsInMemFileDB.js:34:9)
            at new ObjectsInMemoryJsonlDB (/opt/iobroker/node_modules/@iobroker/db-objects-jsonl/lib/objects/objectsInMemJsonlDB.js:58:9)
            at new ObjectsInMemoryServer (/opt/iobroker/node_modules/@iobroker/db-objects-jsonl/lib/objects/objectsInMemServerRedis.js:57:9)
            at new ObjectsInMemoryServerClass (/opt/iobroker/node_modules/@iobroker/db-objects-jsonl/lib/objects/objectsInMemServerClass.js:34:30)
            at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:3123:27)
        
        iobroker stop
        pi@raspberrypi:/opt/iobroker/iobroker-data/backup-objects $ iobroker fix
        library: loaded
        Library version=2022-02-10
        
        ==========================================================================
        
            Welcome to the ioBroker installation fixer!
            Script version: 2022-02-13
            
            You might need to enter your password a couple of times.
        
        ==========================================================================
        
        
        ==========================================================================
            Installing prerequisites (1/3)
        ==========================================================================
        
        Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
        Get:2 http://archive.raspberrypi.org/debian bullseye InRelease [23.7 kB]                                                  
        Hit:3 https://repos.influxdata.com/debian bullseye InRelease                                                              
        Hit:4 https://deb.nodesource.com/node_16.x bullseye InRelease                                                             
        Get:5 https://archive.raspbian.org/raspbian buster InRelease [15.0 kB]      
        Get:6 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [279 kB]
        Fetched 317 kB in 1s (213 kB/s)  
        Reading package lists... Done
        Installed gcc-c++
        Installed python-dev
        
        ==========================================================================
            Checking ioBroker user and directory permissions (2/3)
        ==========================================================================
        
        Created /etc/sudoers.d/iobroker
        Fixing directory permissions...
        
        ==========================================================================
            Checking autostart (3/3)
        ==========================================================================
        
        Enabling autostart...
        Autostart enabled!
        
        ==========================================================================
        
            Your installation was fixed successfully
            Run iobroker start to start ioBroker again!
        
        ==========================================================================
        
        pi@raspberrypi:/opt/iobroker/iobroker-data/backup-objects $ iobroker start
        
        

        Nach wie vor kein Zugriff via ip auf meinem iobroker

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

        @avunculo

        Auch du fährst da einen Mix aus zwei Releases in den sources.lists
        Das gibt früher oder später Kopfschmerzen. Eher früher.

        Ist hier auch ein Problem:
        https://forum.iobroker.net/topic/54420/iobroker-mit-120-auslastung-und-no-connection-to-database/3

        Räum die Quellen auf.

        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

          @avunculo

          Auch du fährst da einen Mix aus zwei Releases in den sources.lists
          Das gibt früher oder später Kopfschmerzen. Eher früher.

          Ist hier auch ein Problem:
          https://forum.iobroker.net/topic/54420/iobroker-mit-120-auslastung-und-no-connection-to-database/3

          Räum die Quellen auf.

          A Offline
          A Offline
          avunculo
          schrieb am zuletzt editiert von
          #19

          @thomas-braun

          nano /etc/apt/sources.list.d/influxdb.list
          
            GNU nano 5.4                               /etc/apt/sources.list.d/influxdb.list                                         
          deb https://repos.influxdata.com/debian bullseye stable
          

          Was muss ich mit der Quelle machen?

          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • A avunculo

            @thomas-braun

            nano /etc/apt/sources.list.d/influxdb.list
            
              GNU nano 5.4                               /etc/apt/sources.list.d/influxdb.list                                         
            deb https://repos.influxdata.com/debian bullseye stable
            

            Was muss ich mit der Quelle machen?

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

            @avunculo

            Nee, die influxdb.list ist bei dir richtig.
            Du hast einen falschen Eintrag hier:

            https://archive.raspbian.org/raspbian buster InRelease
            

            Ich weiß aber so aus dem Kopf nicht, in welcher der Dateien in
            /etc/apt/sources.list.d/
            das drin steht.
            Kann auch aus der Datei
            /etc/apt/sources.list
            kommen.

            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

              @avunculo

              Nee, die influxdb.list ist bei dir richtig.
              Du hast einen falschen Eintrag hier:

              https://archive.raspbian.org/raspbian buster InRelease
              

              Ich weiß aber so aus dem Kopf nicht, in welcher der Dateien in
              /etc/apt/sources.list.d/
              das drin steht.
              Kann auch aus der Datei
              /etc/apt/sources.list
              kommen.

              A Offline
              A Offline
              avunculo
              schrieb am zuletzt editiert von
              #21
              deb http://raspbian.raspberrypi.org/raspbian/ bullseye main contrib non-free rpi
              # Uncomment line below then 'apt-get update' to enable 'apt-get source'
              #deb-src http://raspbian.raspberrypi.org/raspbian/ bullseye main contrib non-free rpi
              deb https://archive.raspbian.org/raspbian buster main contrib non-free
              deb-src https://archive.raspbian.org/raspbian buster main contrib non-free
              

              Ich habe

              deb https://archive.raspbian.org/raspbian buster main contrib non-free
              deb-src https://archive.raspbian.org/raspbian buster main contrib non-free
              

              gelöscht. Und dann nochmal iobroker status
              iobroker stop
              iobroker fix
              iobroker start
              durchgeführt, leider nach wie vor kein Zugriff:/

              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • A avunculo
                deb http://raspbian.raspberrypi.org/raspbian/ bullseye main contrib non-free rpi
                # Uncomment line below then 'apt-get update' to enable 'apt-get source'
                #deb-src http://raspbian.raspberrypi.org/raspbian/ bullseye main contrib non-free rpi
                deb https://archive.raspbian.org/raspbian buster main contrib non-free
                deb-src https://archive.raspbian.org/raspbian buster main contrib non-free
                

                Ich habe

                deb https://archive.raspbian.org/raspbian buster main contrib non-free
                deb-src https://archive.raspbian.org/raspbian buster main contrib non-free
                

                gelöscht. Und dann nochmal iobroker status
                iobroker stop
                iobroker fix
                iobroker start
                durchgeführt, leider nach wie vor kein Zugriff:/

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

                @avunculo

                Ich hätte ja einfach buster durch bullseye ersetzt.
                So bekommst du keine Updates mehr aus der Quelle und kannst nicht auf Pakete von dort zugreifen.

                Und bitte nix nacherzählen, komplette Ein- und Ausgaben aus der Konsole posten.

                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

                  @avunculo

                  Ich hätte ja einfach buster durch bullseye ersetzt.
                  So bekommst du keine Updates mehr aus der Quelle und kannst nicht auf Pakete von dort zugreifen.

                  Und bitte nix nacherzählen, komplette Ein- und Ausgaben aus der Konsole posten.

                  A Offline
                  A Offline
                  avunculo
                  schrieb am zuletzt editiert von avunculo
                  #23

                  @thomas-braun

                  pi@raspberrypi:~ $ iobroker stop
                  pi@raspberrypi:~ $ iobroker fix
                  library: loaded
                  Library version=2022-02-10
                  
                  ==========================================================================
                  
                      Welcome to the ioBroker installation fixer!
                      Script version: 2022-02-13
                      
                      You might need to enter your password a couple of times.
                  
                  ==========================================================================
                  
                  
                  ==========================================================================
                      Installing prerequisites (1/3)
                  ==========================================================================
                  
                  Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                  Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease                                                            
                  Hit:3 https://repos.influxdata.com/debian bullseye InRelease                                                              
                  Hit:4 https://deb.nodesource.com/node_16.x bullseye InRelease                                                             
                  Get:5 https://archive.raspbian.org/raspbian bullseye InRelease [15.0 kB]    
                  Get:6 https://archive.raspbian.org/raspbian bullseye/contrib Sources [81.9 kB]
                  Get:7 https://archive.raspbian.org/raspbian bullseye/main Sources [12.2 MB]
                  Get:8 https://archive.raspbian.org/raspbian bullseye/non-free Sources [140 kB]
                  Get:9 https://archive.raspbian.org/raspbian bullseye/main armhf Packages [13.2 MB]
                  Get:10 https://archive.raspbian.org/raspbian bullseye/contrib armhf Packages [60.2 kB]
                  Get:11 https://archive.raspbian.org/raspbian bullseye/non-free armhf Packages [106 kB]
                  Fetched 25.9 MB in 11s (2,460 kB/s)                                                                                       
                  Reading package lists... Done
                  Installed gcc-c++
                  Installed python-dev
                  
                  ==========================================================================
                      Checking ioBroker user and directory permissions (2/3)
                  ==========================================================================
                  
                  Created /etc/sudoers.d/iobroker
                  Fixing directory permissions...
                  
                  ==========================================================================
                      Checking autostart (3/3)
                  ==========================================================================
                  
                  Enabling autostart...
                  Autostart enabled!
                  
                  ==========================================================================
                  
                      Your installation was fixed successfully
                      Run iobroker start to start ioBroker again!
                  
                  ==========================================================================
                  
                  pi@raspberrypi:~ $ iobroker start
                  
                  pi@raspberrypi:~ $ iobroker status
                  Uncaught Rejection: TypeError: Cannot read properties of undefined (reading 'warning')
                      at ObjectsInMemoryServer.initBackupDir (/opt/iobroker/node_modules/@iobroker/db-base/lib/inMemFileDB.js:187:22)
                      at new InMemoryFileDB (/opt/iobroker/node_modules/@iobroker/db-base/lib/inMemFileDB.js:83:18)
                      at new ObjectsInMemoryFileDB (/opt/iobroker/node_modules/@iobroker/db-objects-file/lib/objects/objectsInMemFileDB.js:34:9)
                      at new ObjectsInMemoryJsonlDB (/opt/iobroker/node_modules/@iobroker/db-objects-jsonl/lib/objects/objectsInMemJsonlDB.js:58:9)
                      at new ObjectsInMemoryServer (/opt/iobroker/node_modules/@iobroker/db-objects-jsonl/lib/objects/objectsInMemServerRedis.js:57:9)
                      at new ObjectsInMemoryServerClass (/opt/iobroker/node_modules/@iobroker/db-objects-jsonl/lib/objects/objectsInMemServerClass.js:34:30)
                      at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:3123:27)
                  
                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • A avunculo

                    @thomas-braun

                    pi@raspberrypi:~ $ iobroker stop
                    pi@raspberrypi:~ $ iobroker fix
                    library: loaded
                    Library version=2022-02-10
                    
                    ==========================================================================
                    
                        Welcome to the ioBroker installation fixer!
                        Script version: 2022-02-13
                        
                        You might need to enter your password a couple of times.
                    
                    ==========================================================================
                    
                    
                    ==========================================================================
                        Installing prerequisites (1/3)
                    ==========================================================================
                    
                    Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                    Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease                                                            
                    Hit:3 https://repos.influxdata.com/debian bullseye InRelease                                                              
                    Hit:4 https://deb.nodesource.com/node_16.x bullseye InRelease                                                             
                    Get:5 https://archive.raspbian.org/raspbian bullseye InRelease [15.0 kB]    
                    Get:6 https://archive.raspbian.org/raspbian bullseye/contrib Sources [81.9 kB]
                    Get:7 https://archive.raspbian.org/raspbian bullseye/main Sources [12.2 MB]
                    Get:8 https://archive.raspbian.org/raspbian bullseye/non-free Sources [140 kB]
                    Get:9 https://archive.raspbian.org/raspbian bullseye/main armhf Packages [13.2 MB]
                    Get:10 https://archive.raspbian.org/raspbian bullseye/contrib armhf Packages [60.2 kB]
                    Get:11 https://archive.raspbian.org/raspbian bullseye/non-free armhf Packages [106 kB]
                    Fetched 25.9 MB in 11s (2,460 kB/s)                                                                                       
                    Reading package lists... Done
                    Installed gcc-c++
                    Installed python-dev
                    
                    ==========================================================================
                        Checking ioBroker user and directory permissions (2/3)
                    ==========================================================================
                    
                    Created /etc/sudoers.d/iobroker
                    Fixing directory permissions...
                    
                    ==========================================================================
                        Checking autostart (3/3)
                    ==========================================================================
                    
                    Enabling autostart...
                    Autostart enabled!
                    
                    ==========================================================================
                    
                        Your installation was fixed successfully
                        Run iobroker start to start ioBroker again!
                    
                    ==========================================================================
                    
                    pi@raspberrypi:~ $ iobroker start
                    
                    pi@raspberrypi:~ $ iobroker status
                    Uncaught Rejection: TypeError: Cannot read properties of undefined (reading 'warning')
                        at ObjectsInMemoryServer.initBackupDir (/opt/iobroker/node_modules/@iobroker/db-base/lib/inMemFileDB.js:187:22)
                        at new InMemoryFileDB (/opt/iobroker/node_modules/@iobroker/db-base/lib/inMemFileDB.js:83:18)
                        at new ObjectsInMemoryFileDB (/opt/iobroker/node_modules/@iobroker/db-objects-file/lib/objects/objectsInMemFileDB.js:34:9)
                        at new ObjectsInMemoryJsonlDB (/opt/iobroker/node_modules/@iobroker/db-objects-jsonl/lib/objects/objectsInMemJsonlDB.js:58:9)
                        at new ObjectsInMemoryServer (/opt/iobroker/node_modules/@iobroker/db-objects-jsonl/lib/objects/objectsInMemServerRedis.js:57:9)
                        at new ObjectsInMemoryServerClass (/opt/iobroker/node_modules/@iobroker/db-objects-jsonl/lib/objects/objectsInMemServerClass.js:34:30)
                        at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:3123:27)
                    
                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    schrieb am zuletzt editiert von
                    #24

                    @avunculo

                    Versuch mal

                    iobroker stop
                    cd /opt/iobroker
                    sudo -H -u iobroker npm install iobroker.js-controller
                    

                    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

                      @avunculo

                      Versuch mal

                      iobroker stop
                      cd /opt/iobroker
                      sudo -H -u iobroker npm install iobroker.js-controller
                      
                      A Offline
                      A Offline
                      avunculo
                      schrieb am zuletzt editiert von avunculo
                      #25

                      @thomas-braun said in iobroker startet nach Stromausfall nicht mehr:

                                                                                                                                                                                              sudo -H -u iobroker npm install iobroker.js-controller                                            
                      

                      VIELEN DANK! :-) :-) Zugriff auf meinen iobroker habe ich schonmal!!!

                      1 Antwort Letzte Antwort
                      0
                      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

                      710

                      Online

                      32.5k

                      Benutzer

                      81.8k

                      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