Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • 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. Kein Zugriff auf Port 8081 ...

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    1.7k

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    10
    1
    710

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    1.2k

Kein Zugriff auf Port 8081 ...

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
port 8081
88 Beiträge 2 Kommentatoren 5.1k Aufrufe 2 Beobachtet
  • Ä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.
  • SMSS SMS

    @Thomas-Braun

    auch komisch, oder?

    pi@ioBroker-RasPi4:~ $ iobroker start javascript
    Cannot find any instances of "javascript"!
    
    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von
    #72

    @SMS
    In top heißen die Prozesse von ioBroker jetzt node:

    657 iobroker  20   0  167696  75952  27416 S   1,3   0,9   0:08.86 node
    

    Mit htop sieht das anders aus.

    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 Antwort Letzte Antwort
    0
    • SMSS SMS

      @Thomas-Braun

      kann es sein das alles weg ist?

      pi@ioBroker-RasPi4:~ $ iobroker list instances
      
      
      + instance is alive
      pi@ioBroker-RasPi4:~ $ iobroker list adapters
      pi@ioBroker-RasPi4:~ $ netstat -an |grep LISTEN
      tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN
      tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN
      tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN
      tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN
      tcp        0      0 0.0.0.0:5900            0.0.0.0:*               LISTEN
      tcp6       0      0 :::22                   :::*                    LISTEN
      tcp6       0      0 ::1:631                 :::*                    LISTEN
      tcp6       0      0 :::5900                 :::*                    LISTEN
      pi@ioBroker-RasPi4:~ $ iobroker list instances
      
      
      + instance is alive
      pi@ioBroker-RasPi4:~ $ iobroker start admin
      Cannot find any instances of "admin"!
      
      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      schrieb am zuletzt editiert von
      #73

      @SMS
      Was passiert denn bei einem

      iobroker add admin
      

      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

      SMSS 1 Antwort Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @SMS
        Was passiert denn bei einem

        iobroker add admin
        
        SMSS Offline
        SMSS Offline
        SMS
        schrieb am zuletzt editiert von
        #74

        @Thomas-Braun

        pi@ioBroker-RasPi4:~ $ iobroker add admin
        host.ioBroker-RasPi4 install adapter admin
        upload [3] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/words.js words.js application/javascript
        upload [2] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index_m.html index_m.html text/html
        upload [1] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index.html index.html text/html
        upload [0] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/admin.png admin.png image/png
        host.ioBroker-RasPi4 object system.adapter.admin created/updated
        host.ioBroker-RasPi4 create instance admin
        host.ioBroker-RasPi4 object admin.0.info.newsETag created
        host.ioBroker-RasPi4 object admin.0.info.newsfeed created
        host.ioBroker-RasPi4 object admin.0.connected created
        host.ioBroker-RasPi4 object admin.0 created
        host.ioBroker-RasPi4 object admin.0.info created
        host.ioBroker-RasPi4 object system.adapter.admin.upload created
        host.ioBroker-RasPi4 object system.adapter.admin.0.sigKill created
        host.ioBroker-RasPi4 object system.adapter.admin.0.eventLoopLag created
        host.ioBroker-RasPi4 object system.adapter.admin.0.outputCount created
        host.ioBroker-RasPi4 object system.adapter.admin.0.inputCount created
        host.ioBroker-RasPi4 object system.adapter.admin.0.uptime created
        host.ioBroker-RasPi4 object system.adapter.admin.0.memRss created
        host.ioBroker-RasPi4 object system.adapter.admin.0.memHeapTotal created
        host.ioBroker-RasPi4 object system.adapter.admin.0.memHeapUsed created
        host.ioBroker-RasPi4 object system.adapter.admin.0.cputime created
        host.ioBroker-RasPi4 object system.adapter.admin.0.cpu created
        host.ioBroker-RasPi4 object system.adapter.admin.0.compactMode created
        host.ioBroker-RasPi4 object system.adapter.admin.0.connected created
        host.ioBroker-RasPi4 object system.adapter.admin.0.alive created
        host.ioBroker-RasPi4 object system.adapter.admin.0 created
        
        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • SMSS SMS

          @Thomas-Braun

          pi@ioBroker-RasPi4:~ $ iobroker add admin
          host.ioBroker-RasPi4 install adapter admin
          upload [3] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/words.js words.js application/javascript
          upload [2] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index_m.html index_m.html text/html
          upload [1] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index.html index.html text/html
          upload [0] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/admin.png admin.png image/png
          host.ioBroker-RasPi4 object system.adapter.admin created/updated
          host.ioBroker-RasPi4 create instance admin
          host.ioBroker-RasPi4 object admin.0.info.newsETag created
          host.ioBroker-RasPi4 object admin.0.info.newsfeed created
          host.ioBroker-RasPi4 object admin.0.connected created
          host.ioBroker-RasPi4 object admin.0 created
          host.ioBroker-RasPi4 object admin.0.info created
          host.ioBroker-RasPi4 object system.adapter.admin.upload created
          host.ioBroker-RasPi4 object system.adapter.admin.0.sigKill created
          host.ioBroker-RasPi4 object system.adapter.admin.0.eventLoopLag created
          host.ioBroker-RasPi4 object system.adapter.admin.0.outputCount created
          host.ioBroker-RasPi4 object system.adapter.admin.0.inputCount created
          host.ioBroker-RasPi4 object system.adapter.admin.0.uptime created
          host.ioBroker-RasPi4 object system.adapter.admin.0.memRss created
          host.ioBroker-RasPi4 object system.adapter.admin.0.memHeapTotal created
          host.ioBroker-RasPi4 object system.adapter.admin.0.memHeapUsed created
          host.ioBroker-RasPi4 object system.adapter.admin.0.cputime created
          host.ioBroker-RasPi4 object system.adapter.admin.0.cpu created
          host.ioBroker-RasPi4 object system.adapter.admin.0.compactMode created
          host.ioBroker-RasPi4 object system.adapter.admin.0.connected created
          host.ioBroker-RasPi4 object system.adapter.admin.0.alive created
          host.ioBroker-RasPi4 object system.adapter.admin.0 created
          
          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von
          #75

          @SMS
          Aha.
          Komisch.
          Dann füg mal noch

          iobroker add web
          

          hinzu.

          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

          SMSS 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @SMS
            Aha.
            Komisch.
            Dann füg mal noch

            iobroker add web
            

            hinzu.

            SMSS Offline
            SMSS Offline
            SMS
            schrieb am zuletzt editiert von
            #76

            @Thomas-Braun

            pi@ioBroker-RasPi4:~ $ iobroker add web
            host.ioBroker-RasPi4 install adapter web
            upload [3] web.admin /opt/iobroker/node_modules/iobroker.web/admin/words.js words.js application/javascript
            upload [2] web.admin /opt/iobroker/node_modules/iobroker.web/admin/web.png web.png image/png
            upload [1] web.admin /opt/iobroker/node_modules/iobroker.web/admin/index_m.html index_m.html text/html
            upload [0] web.admin /opt/iobroker/node_modules/iobroker.web/admin/index.html index.html text/html
            upload [350] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/vader/images/ui-bg_highlight-hard_55_555555_1x100.png lib/css/themes/jquery-ui/vader/images/ui-bg_highlight-hard_55_555555_1x100.png image/png
            upload [300] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/sunny/images/ui-bg_highlight-soft_100_feeebd_1x100.png lib/css/themes/jquery-ui/sunny/images/ui-bg_highlight-soft_100_feeebd_1x100.png image/png
            upload [250] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/redmond/images/ui-icons_469bdd_256x240.png lib/css/themes/jquery-ui/redmond/images/ui-icons_469bdd_256x240.png image/png
            upload [200] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/hot-sneaks/images/ui-icons_ffeb33_256x240.png lib/css/themes/jquery-ui/hot-sneaks/images/ui-icons_ffeb33_256x240.png image/png
            upload [150] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/eggplant/images/ui-icons_ebccce_256x240.png lib/css/themes/jquery-ui/eggplant/images/ui-icons_ebccce_256x240.png image/png
            upload [100] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/dark-hive/images/ui-bg_highlight-soft_44_444444_1x100.png lib/css/themes/jquery-ui/dark-hive/images/ui-bg_highlight-soft_44_444444_1x100.png image/png
            upload [90] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/custom-light/images/ui-icons_cd0a0a_256x240.png lib/css/themes/jquery-ui/custom-light/images/ui-icons_cd0a0a_256x240.png image/png
            upload [80] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/custom-light/images/ui-bg_glass_55_fbf9ee_1x400.png lib/css/themes/jquery-ui/custom-light/images/ui-bg_glass_55_fbf9ee_1x400.png image/png
            upload [70] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/custom-dark/images/ui-bg_highlight-soft_40_62bfe1_1x100.png lib/css/themes/jquery-ui/custom-dark/images/ui-bg_highlight-soft_40_62bfe1_1x100.png image/png
            upload [60] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/cupertino/images/ui-icons_2e83ff_256x240.png lib/css/themes/jquery-ui/cupertino/images/ui-icons_2e83ff_256x240.png image/png
            upload [50] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png lib/css/themes/jquery-ui/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png image/png
            upload [40] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/blitzer/images/ui-bg_glass_55_fbf8ee_1x400.png lib/css/themes/jquery-ui/blitzer/images/ui-bg_glass_55_fbf8ee_1x400.png image/png
            upload [30] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/black-tie/images/ui-icons_ffcf29_256x240.png lib/css/themes/jquery-ui/black-tie/images/ui-icons_ffcf29_256x240.png image/png
            upload [20] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png lib/css/themes/jquery-ui/black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png image/png
            upload [19] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/black-tie/images/ui-bg_glass_40_111111_1x400.png lib/css/themes/jquery-ui/black-tie/images/ui-bg_glass_40_111111_1x400.png image/png
            upload [18] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/black-tie/images/ui-bg_flat_65_ffffff_40x100.png lib/css/themes/jquery-ui/black-tie/images/ui-bg_flat_65_ffffff_40x100.png image/png
            upload [17] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png lib/css/themes/jquery-ui/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png image/png
            upload [16] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/style.css lib/css/style.css text/css
            upload [15] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/materialize.css lib/css/materialize.css text/css
            upload [14] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/jqGrid/ui.jqgrid-4.5.4.css lib/css/jqGrid/ui.jqgrid-4.5.4.css text/css
            upload [13] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/jqGrid/ellipsis-xbl.xml lib/css/jqGrid/ellipsis-xbl.xml application/xml
            upload [12] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/iob/selectID.css.map lib/css/iob/selectID.css.map application/json
            upload [11] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/iob/selectID.css lib/css/iob/selectID.css text/css
            upload [10] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/ui.fancytree.min.css lib/css/fancytree/ui.fancytree.min.css text/css
            upload [9] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/ui.fancytree.min-win7.css lib/css/fancytree/ui.fancytree.min-win7.css text/css
            upload [8] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/ui.fancytree.jquery.min.css lib/css/fancytree/ui.fancytree.jquery.min.css text/css
            upload [7] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/state.png lib/css/fancytree/state.png image/png
            upload [6] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/loading.gif lib/css/fancytree/loading.gif image/gif
            upload [5] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/icons.gif lib/css/fancytree/icons.gif image/gif
            upload [4] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/device.png lib/css/fancytree/device.png image/png
            upload [3] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/channel.png lib/css/fancytree/channel.png image/png
            upload [2] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/bootstrap.min.css lib/css/bootstrap.min.css text/css
            upload [1] web /opt/iobroker/node_modules/iobroker.web/www/index.html index.html text/html
            upload [0] web /opt/iobroker/node_modules/iobroker.web/www/admin/img/admin.png admin/img/admin.png image/png
            host.ioBroker-RasPi4 object system.adapter.web created/updated
            host.ioBroker-RasPi4 object connected created/updated
            host.ioBroker-RasPi4 create instance web
            host.ioBroker-RasPi4 object web.0.connected created
            host.ioBroker-RasPi4 object web.0 created
            host.ioBroker-RasPi4 object system.adapter.web.upload created
            host.ioBroker-RasPi4 object system.adapter.web.0.sigKill created
            host.ioBroker-RasPi4 object system.adapter.web.0.eventLoopLag created
            host.ioBroker-RasPi4 object system.adapter.web.0.outputCount created
            host.ioBroker-RasPi4 object system.adapter.web.0.inputCount created
            host.ioBroker-RasPi4 object system.adapter.web.0.uptime created
            host.ioBroker-RasPi4 object system.adapter.web.0.memRss created
            host.ioBroker-RasPi4 object system.adapter.web.0.memHeapTotal created
            host.ioBroker-RasPi4 object system.adapter.web.0.memHeapUsed created
            host.ioBroker-RasPi4 object system.adapter.web.0.cputime created
            host.ioBroker-RasPi4 object system.adapter.web.0.cpu created
            host.ioBroker-RasPi4 object system.adapter.web.0.compactMode created
            host.ioBroker-RasPi4 object system.adapter.web.0.connected created
            host.ioBroker-RasPi4 object system.adapter.web.0.alive created
            host.ioBroker-RasPi4 object system.adapter.web.0 created
            
            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • SMSS SMS

              @Thomas-Braun

              pi@ioBroker-RasPi4:~ $ iobroker add web
              host.ioBroker-RasPi4 install adapter web
              upload [3] web.admin /opt/iobroker/node_modules/iobroker.web/admin/words.js words.js application/javascript
              upload [2] web.admin /opt/iobroker/node_modules/iobroker.web/admin/web.png web.png image/png
              upload [1] web.admin /opt/iobroker/node_modules/iobroker.web/admin/index_m.html index_m.html text/html
              upload [0] web.admin /opt/iobroker/node_modules/iobroker.web/admin/index.html index.html text/html
              upload [350] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/vader/images/ui-bg_highlight-hard_55_555555_1x100.png lib/css/themes/jquery-ui/vader/images/ui-bg_highlight-hard_55_555555_1x100.png image/png
              upload [300] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/sunny/images/ui-bg_highlight-soft_100_feeebd_1x100.png lib/css/themes/jquery-ui/sunny/images/ui-bg_highlight-soft_100_feeebd_1x100.png image/png
              upload [250] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/redmond/images/ui-icons_469bdd_256x240.png lib/css/themes/jquery-ui/redmond/images/ui-icons_469bdd_256x240.png image/png
              upload [200] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/hot-sneaks/images/ui-icons_ffeb33_256x240.png lib/css/themes/jquery-ui/hot-sneaks/images/ui-icons_ffeb33_256x240.png image/png
              upload [150] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/eggplant/images/ui-icons_ebccce_256x240.png lib/css/themes/jquery-ui/eggplant/images/ui-icons_ebccce_256x240.png image/png
              upload [100] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/dark-hive/images/ui-bg_highlight-soft_44_444444_1x100.png lib/css/themes/jquery-ui/dark-hive/images/ui-bg_highlight-soft_44_444444_1x100.png image/png
              upload [90] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/custom-light/images/ui-icons_cd0a0a_256x240.png lib/css/themes/jquery-ui/custom-light/images/ui-icons_cd0a0a_256x240.png image/png
              upload [80] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/custom-light/images/ui-bg_glass_55_fbf9ee_1x400.png lib/css/themes/jquery-ui/custom-light/images/ui-bg_glass_55_fbf9ee_1x400.png image/png
              upload [70] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/custom-dark/images/ui-bg_highlight-soft_40_62bfe1_1x100.png lib/css/themes/jquery-ui/custom-dark/images/ui-bg_highlight-soft_40_62bfe1_1x100.png image/png
              upload [60] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/cupertino/images/ui-icons_2e83ff_256x240.png lib/css/themes/jquery-ui/cupertino/images/ui-icons_2e83ff_256x240.png image/png
              upload [50] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png lib/css/themes/jquery-ui/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png image/png
              upload [40] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/blitzer/images/ui-bg_glass_55_fbf8ee_1x400.png lib/css/themes/jquery-ui/blitzer/images/ui-bg_glass_55_fbf8ee_1x400.png image/png
              upload [30] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/black-tie/images/ui-icons_ffcf29_256x240.png lib/css/themes/jquery-ui/black-tie/images/ui-icons_ffcf29_256x240.png image/png
              upload [20] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png lib/css/themes/jquery-ui/black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png image/png
              upload [19] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/black-tie/images/ui-bg_glass_40_111111_1x400.png lib/css/themes/jquery-ui/black-tie/images/ui-bg_glass_40_111111_1x400.png image/png
              upload [18] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/black-tie/images/ui-bg_flat_65_ffffff_40x100.png lib/css/themes/jquery-ui/black-tie/images/ui-bg_flat_65_ffffff_40x100.png image/png
              upload [17] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png lib/css/themes/jquery-ui/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png image/png
              upload [16] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/style.css lib/css/style.css text/css
              upload [15] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/materialize.css lib/css/materialize.css text/css
              upload [14] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/jqGrid/ui.jqgrid-4.5.4.css lib/css/jqGrid/ui.jqgrid-4.5.4.css text/css
              upload [13] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/jqGrid/ellipsis-xbl.xml lib/css/jqGrid/ellipsis-xbl.xml application/xml
              upload [12] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/iob/selectID.css.map lib/css/iob/selectID.css.map application/json
              upload [11] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/iob/selectID.css lib/css/iob/selectID.css text/css
              upload [10] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/ui.fancytree.min.css lib/css/fancytree/ui.fancytree.min.css text/css
              upload [9] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/ui.fancytree.min-win7.css lib/css/fancytree/ui.fancytree.min-win7.css text/css
              upload [8] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/ui.fancytree.jquery.min.css lib/css/fancytree/ui.fancytree.jquery.min.css text/css
              upload [7] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/state.png lib/css/fancytree/state.png image/png
              upload [6] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/loading.gif lib/css/fancytree/loading.gif image/gif
              upload [5] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/icons.gif lib/css/fancytree/icons.gif image/gif
              upload [4] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/device.png lib/css/fancytree/device.png image/png
              upload [3] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/channel.png lib/css/fancytree/channel.png image/png
              upload [2] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/bootstrap.min.css lib/css/bootstrap.min.css text/css
              upload [1] web /opt/iobroker/node_modules/iobroker.web/www/index.html index.html text/html
              upload [0] web /opt/iobroker/node_modules/iobroker.web/www/admin/img/admin.png admin/img/admin.png image/png
              host.ioBroker-RasPi4 object system.adapter.web created/updated
              host.ioBroker-RasPi4 object connected created/updated
              host.ioBroker-RasPi4 create instance web
              host.ioBroker-RasPi4 object web.0.connected created
              host.ioBroker-RasPi4 object web.0 created
              host.ioBroker-RasPi4 object system.adapter.web.upload created
              host.ioBroker-RasPi4 object system.adapter.web.0.sigKill created
              host.ioBroker-RasPi4 object system.adapter.web.0.eventLoopLag created
              host.ioBroker-RasPi4 object system.adapter.web.0.outputCount created
              host.ioBroker-RasPi4 object system.adapter.web.0.inputCount created
              host.ioBroker-RasPi4 object system.adapter.web.0.uptime created
              host.ioBroker-RasPi4 object system.adapter.web.0.memRss created
              host.ioBroker-RasPi4 object system.adapter.web.0.memHeapTotal created
              host.ioBroker-RasPi4 object system.adapter.web.0.memHeapUsed created
              host.ioBroker-RasPi4 object system.adapter.web.0.cputime created
              host.ioBroker-RasPi4 object system.adapter.web.0.cpu created
              host.ioBroker-RasPi4 object system.adapter.web.0.compactMode created
              host.ioBroker-RasPi4 object system.adapter.web.0.connected created
              host.ioBroker-RasPi4 object system.adapter.web.0.alive created
              host.ioBroker-RasPi4 object system.adapter.web.0 created
              
              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von
              #77

              @SMS

              iobroker list adapters
              iobroker list instances
              

              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

              SMSS 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @SMS

                iobroker list adapters
                iobroker list instances
                
                SMSS Offline
                SMSS Offline
                SMS
                schrieb am zuletzt editiert von
                #78

                @Thomas-Braun

                pi@ioBroker-RasPi4:~ $ iobroker list adapters
                system.adapter.admin                   : admin          - v4.1.10
                system.adapter.web                     : web            - v3.0.14
                pi@ioBroker-RasPi4:~ $ iobroker list instances
                + system.adapter.admin.0                 : admin                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                + system.adapter.web.0                   : web                   -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                
                + instance is alive
                pi@ioBroker-RasPi4:~ $
                
                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • SMSS SMS

                  @Thomas-Braun

                  pi@ioBroker-RasPi4:~ $ iobroker list adapters
                  system.adapter.admin                   : admin          - v4.1.10
                  system.adapter.web                     : web            - v3.0.14
                  pi@ioBroker-RasPi4:~ $ iobroker list instances
                  + system.adapter.admin.0                 : admin                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                  + system.adapter.web.0                   : web                   -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                  
                  + instance is alive
                  pi@ioBroker-RasPi4:~ $
                  
                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von
                  #79

                  @SMS Okay. Kommst du auf die Seite des admin nun drauf?

                  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

                  SMSS 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @SMS Okay. Kommst du auf die Seite des admin nun drauf?

                    SMSS Offline
                    SMSS Offline
                    SMS
                    schrieb am zuletzt editiert von
                    #80

                    @Thomas-Braun

                    c9a360d6-97d3-4094-9b32-026045a3cd88-image.png

                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • SMSS SMS

                      @Thomas-Braun

                      c9a360d6-97d3-4094-9b32-026045a3cd88-image.png

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

                      @SMS
                      Da tut sich ja was.
                      Viel Spaß noch mit dem System.
                      Backup per Backitup einspielen würde ich wohl jetzt als nächstes machen.

                      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

                      SMSS 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @SMS
                        Da tut sich ja was.
                        Viel Spaß noch mit dem System.
                        Backup per Backitup einspielen würde ich wohl jetzt als nächstes machen.

                        SMSS Offline
                        SMSS Offline
                        SMS
                        schrieb am zuletzt editiert von
                        #82

                        @Thomas-Braun

                        erstmal dankeschön!!!!!

                        aber was ist passiert?? sche*** das nun alles weg ist

                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • SMSS SMS

                          @Thomas-Braun

                          erstmal dankeschön!!!!!

                          aber was ist passiert?? sche*** das nun alles weg ist

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

                          @SMS sagte in Kein Zugriff auf Port 8081 ...:

                          sche*** das nun alles weg ist

                          Spiel halt dein Backup ein. Für solche Fälle macht man das ja.

                          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

                          SMSS 2 Antworten Letzte Antwort
                          0
                          • Thomas BraunT Thomas Braun

                            @SMS sagte in Kein Zugriff auf Port 8081 ...:

                            sche*** das nun alles weg ist

                            Spiel halt dein Backup ein. Für solche Fälle macht man das ja.

                            SMSS Offline
                            SMSS Offline
                            SMS
                            schrieb am zuletzt editiert von
                            #84

                            @Thomas-Braun sagte in Kein Zugriff auf Port 8081 ...:

                            @SMS sagte in Kein Zugriff auf Port 8081 ...:

                            sche*** das nun alles weg ist

                            Spiel halt dein Backup ein. Für solche Fälle macht man das ja.

                            :-(

                            1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @SMS sagte in Kein Zugriff auf Port 8081 ...:

                              sche*** das nun alles weg ist

                              Spiel halt dein Backup ein. Für solche Fälle macht man das ja.

                              SMSS Offline
                              SMSS Offline
                              SMS
                              schrieb am zuletzt editiert von
                              #85

                              @Thomas-Braun

                              Guten Morgen, ich mal wieder!

                              Finde meine USB-Ports nicht bzw. kann diese nicht ansprechen/auswählen. Könntest du mir da weiterhelfen?

                              Danke!

                              d0112ec0-4bc6-41f0-9816-8f8d380c457b-image.png

                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • SMSS SMS

                                @Thomas-Braun

                                Guten Morgen, ich mal wieder!

                                Finde meine USB-Ports nicht bzw. kann diese nicht ansprechen/auswählen. Könntest du mir da weiterhelfen?

                                Danke!

                                d0112ec0-4bc6-41f0-9816-8f8d380c457b-image.png

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

                                @SMS
                                Nö.
                                Was ist das überhaupt für ein Fenster?

                                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

                                SMSS 1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @SMS
                                  Nö.
                                  Was ist das überhaupt für ein Fenster?

                                  SMSS Offline
                                  SMSS Offline
                                  SMS
                                  schrieb am zuletzt editiert von
                                  #87

                                  @Thomas-Braun

                                  ein Ausschnitt vom Modbus Adapter

                                  Thomas BraunT 1 Antwort Letzte Antwort
                                  0
                                  • SMSS SMS

                                    @Thomas-Braun

                                    ein Ausschnitt vom Modbus Adapter

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

                                    @SMS Mach einen neuen Thread mit entsprechendem Titel auf. Da muss dir jemand anderes weiterhelfen, ich kenne den Adapter nicht.

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

                                    Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                    Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                                    Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                    Registrieren Anmelden
                                    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

                                    581

                                    Online

                                    32.9k

                                    Benutzer

                                    83.0k

                                    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