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. IOBroker Auto-Install - Kein Zugriff auf Admin-UI

NEWS

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

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

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

IOBroker Auto-Install - Kein Zugriff auf Admin-UI

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
installationjs controller update
49 Beiträge 3 Kommentatoren 4.4k Aufrufe 3 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.
  • nils50122N nils50122

    @Thomas-Braun

    root@ubuntu-server:/opt/iobroker/log# iobroker version
    2.2.10
    
    root@ubuntu-server:/opt/iobroker/log# which nodejs && nodejs -v && which node && node -v && which npm && npm -v
    /usr/bin/nodejs
    v14.3.0
    /usr/bin/node
    v14.3.0
    /usr/bin/npm
    6.14.5
    
    
    
    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von
    #6

    @nils50122
    root shell ist Mist und node 14 ist auch noch nicht die empfohlene node Version. Installier node 12.

    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

    nils50122N 1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @nils50122
      root shell ist Mist und node 14 ist auch noch nicht die empfohlene node Version. Installier node 12.

      nils50122N Offline
      nils50122N Offline
      nils50122
      schrieb am zuletzt editiert von
      #7

      @Thomas-Braun

      hab ich soeben getan, wie bekomme ich die 14.3 wieder runter?

      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • nils50122N nils50122

        @Thomas-Braun

        hab ich soeben getan, wie bekomme ich die 14.3 wieder runter?

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

        @nils50122
        Als user:

        sudo nano /etc/apt/sources.list.d/nodesource.list
        

        Da aus 14 eine 12 machen und abspeichern.

        sudo apt update 
        sudo apt install nodejs=12.17.0-1nodesource1
        

        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

        nils50122N 1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @nils50122
          Als user:

          sudo nano /etc/apt/sources.list.d/nodesource.list
          

          Da aus 14 eine 12 machen und abspeichern.

          sudo apt update 
          sudo apt install nodejs=12.17.0-1nodesource1
          
          nils50122N Offline
          nils50122N Offline
          nils50122
          schrieb am zuletzt editiert von
          #9

          @Thomas-Braun

          Das stand bereits drin:

          deb https://deb.nodesource.com/node_12.x bionic main
          deb-src https://deb.nodesource.com/node_12.x bionic main
          

          Ist der Name das Pakets richtig? Weder mit nodejs=12.17.0-1nodesource1 noch nodejs=12.17.0.-1 bekommt er etwas gefunden.

          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • nils50122N nils50122

            @Thomas-Braun

            Das stand bereits drin:

            deb https://deb.nodesource.com/node_12.x bionic main
            deb-src https://deb.nodesource.com/node_12.x bionic main
            

            Ist der Name das Pakets richtig? Weder mit nodejs=12.17.0-1nodesource1 noch nodejs=12.17.0.-1 bekommt er etwas gefunden.

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

            @nils50122

            apt policy nodejs
            

            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
            • nils50122N Offline
              nils50122N Offline
              nils50122
              schrieb am zuletzt editiert von
              #11
              root@ubuntu-server:/opt/iobroker/log# sudo apt install nodejs= 12.17.0-1nodesource1
              Paketlisten werden gelesen... Fertig
              Abhängigkeitsbaum wird aufgebaut.
              Statusinformationen werden eingelesen.... Fertig
              E: Version »« für »nodejs« konnte nicht gefunden werden.
              E: Paket 12.17.0-1nodesource1 kann nicht gefunden werden.
              E: Mittels des Musters »12.17.0-1nodesource1« konnte kein Paket gefunden werden.
              E: Mittels regulärem Ausdruck »12.17.0-1nodesource1« konnte kein Paket gefunden werden.
              root@ubuntu-server:/opt/iobroker/log# sudo apt install nodejs= 12.17.0-1
              Paketlisten werden gelesen... Fertig
              Abhängigkeitsbaum wird aufgebaut.
              Statusinformationen werden eingelesen.... Fertig
              E: Version »« für »nodejs« konnte nicht gefunden werden.
              E: Paket 12.17.0-1 kann nicht gefunden werden.
              E: Mittels des Musters »12.17.0-1« konnte kein Paket gefunden werden.
              E: Mittels regulärem Ausdruck »12.17.0-1« konnte kein Paket gefunden werden.
              root@ubuntu-server:/opt/iobroker/log# apt policy nodejs
              nodejs:
                Installiert:           14.3.0-1nodesource1
                Installationskandidat: 14.3.0-1nodesource1
                Versionstabelle:
               *** 14.3.0-1nodesource1 100
                      100 /var/lib/dpkg/status
                   12.17.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_12.x bionic/main amd64 Packages
                   8.10.0~dfsg-2ubuntu0.4 500
                      500 http://de.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages
                   8.10.0~dfsg-2ubuntu0.2 500
                      500 http://de.archive.ubuntu.com/ubuntu bionic-security/universe amd64 Packages
                   8.10.0~dfsg-2 500
                      500 http://de.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
              
              
              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • nils50122N nils50122
                root@ubuntu-server:/opt/iobroker/log# sudo apt install nodejs= 12.17.0-1nodesource1
                Paketlisten werden gelesen... Fertig
                Abhängigkeitsbaum wird aufgebaut.
                Statusinformationen werden eingelesen.... Fertig
                E: Version »« für »nodejs« konnte nicht gefunden werden.
                E: Paket 12.17.0-1nodesource1 kann nicht gefunden werden.
                E: Mittels des Musters »12.17.0-1nodesource1« konnte kein Paket gefunden werden.
                E: Mittels regulärem Ausdruck »12.17.0-1nodesource1« konnte kein Paket gefunden werden.
                root@ubuntu-server:/opt/iobroker/log# sudo apt install nodejs= 12.17.0-1
                Paketlisten werden gelesen... Fertig
                Abhängigkeitsbaum wird aufgebaut.
                Statusinformationen werden eingelesen.... Fertig
                E: Version »« für »nodejs« konnte nicht gefunden werden.
                E: Paket 12.17.0-1 kann nicht gefunden werden.
                E: Mittels des Musters »12.17.0-1« konnte kein Paket gefunden werden.
                E: Mittels regulärem Ausdruck »12.17.0-1« konnte kein Paket gefunden werden.
                root@ubuntu-server:/opt/iobroker/log# apt policy nodejs
                nodejs:
                  Installiert:           14.3.0-1nodesource1
                  Installationskandidat: 14.3.0-1nodesource1
                  Versionstabelle:
                 *** 14.3.0-1nodesource1 100
                        100 /var/lib/dpkg/status
                     12.17.0-1nodesource1 500
                        500 https://deb.nodesource.com/node_12.x bionic/main amd64 Packages
                     8.10.0~dfsg-2ubuntu0.4 500
                        500 http://de.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages
                     8.10.0~dfsg-2ubuntu0.2 500
                        500 http://de.archive.ubuntu.com/ubuntu bionic-security/universe amd64 Packages
                     8.10.0~dfsg-2 500
                        500 http://de.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
                
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von
                #12

                @nils50122 Du bist immer noch als root unterwegs. Ich bin dann raus.

                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

                nils50122N 1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @nils50122 Du bist immer noch als root unterwegs. Ich bin dann raus.

                  nils50122N Offline
                  nils50122N Offline
                  nils50122
                  schrieb am zuletzt editiert von nils50122
                  #13

                  @Thomas-Braun

                  Sorry, hab nun die Commans als User ausgeführt, nun ist ein Downgrade auf 12.17 erfolgt.

                  Danach habe ich "curl -sL https://iobroker.net/fix.sh | bash" ausgeführt, iobroker start. -> Leider immer noch nicht zu erreichen.

                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • nils50122N nils50122

                    @Thomas-Braun

                    Sorry, hab nun die Commans als User ausgeführt, nun ist ein Downgrade auf 12.17 erfolgt.

                    Danach habe ich "curl -sL https://iobroker.net/fix.sh | bash" ausgeführt, iobroker start. -> Leider immer noch nicht zu erreichen.

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

                    @nils50122

                    which nodejs && nodejs -v && which node && node -v && which npm && npm -v
                    

                    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

                    nils50122N 1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @nils50122

                      which nodejs && nodejs -v && which node && node -v && which npm && npm -v
                      
                      nils50122N Offline
                      nils50122N Offline
                      nils50122
                      schrieb am zuletzt editiert von
                      #15

                      @Thomas-Braun

                      nils@ubuntu-server:~$ which nodejs && nodejs -v && which node && node -v && which npm && npm -v
                      /usr/bin/nodejs
                      v12.17.0
                      /usr/bin/node
                      v12.17.0
                      /usr/bin/npm
                      6.14.4
                      
                      
                      1 Antwort Letzte Antwort
                      0
                      • nils50122N nils50122

                        @Thomas-Braun

                        root@ubuntu-server:/opt/iobroker/log# iobroker version
                        2.2.10
                        
                        root@ubuntu-server:/opt/iobroker/log# which nodejs && nodejs -v && which node && node -v && which npm && npm -v
                        /usr/bin/nodejs
                        v14.3.0
                        /usr/bin/node
                        v14.3.0
                        /usr/bin/npm
                        6.14.5
                        
                        
                        
                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        schrieb am zuletzt editiert von
                        #16

                        @nils50122

                        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

                        nils50122N 1 Antwort Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @nils50122

                          cd /opt/iobroker
                          sudo -H -u iobroker npm install iobroker.js-controller
                          
                          nils50122N Offline
                          nils50122N Offline
                          nils50122
                          schrieb am zuletzt editiert von
                          #17

                          @Thomas-Braun said in IOBroker Auto-Install - Kein Zugriff auf Admin-UI:

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

                          nils@ubuntu-server:/opt/iobroker$ sudo -H -u iobroker npm install iobroker.js-co                                                                                                             ntroller
                          
                          > iobroker.js-controller@2.2.10 preinstall /opt/iobroker/node_modules/iobroker.j                                                                                                             s-controller
                          > node lib/preinstallCheck.js
                          
                          NPM version: 6.14.4
                          
                          > @serialport/bindings@2.0.8 install /opt/iobroker/node_modules/@serialport/bind                                                                                                             ings
                          > prebuild-install --tag-prefix @serialport/bindings@ || node-gyp rebuild
                          
                          
                          > iobroker.js-controller@2.2.10 install /opt/iobroker/node_modules/iobroker.js-c                                                                                                             ontroller
                          > node iobroker.js setup first
                          
                          Socket.io Server detected. Please update to js-controller 2.0 or higher!
                          Socket.io Server detected. Please update to js-controller 2.0 or higher!
                          Socket.io Server detected. Please update to js-controller 2.0 or higher!
                          Socket.io Server detected. Please update to js-controller 2.0 or higher!
                          Socket.io Server detected. Please update to js-controller 2.0 or higher!
                          Socket.io Server detected. Please update to js-controller 2.0 or higher!
                          Socket.io Server detected. Please update to js-controller 2.0 or higher!
                          Socket.io Server detected. Please update to js-controller 2.0 or higher!
                          Socket.io Server detected. Please update to js-controller 2.0 or higher!
                          Socket.io Server detected. Please update to js-controller 2.0 or higher!
                          Socket.io Server detected. Please update to js-controller 2.0 or higher!
                          Socket.io Server detected. Please update to js-controller 2.0 or higher!
                          Socket.io Server detected. Please update to js-controller 2.0 or higher!
                          Socket.io Server detected. Please update to js-controller 2.0 or higher!
                          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
                          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.7 (node_modules/osx-temperature-sensor):
                          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                          
                          + iobroker.js-controller@2.2.10
                          added 41 packages from 37 contributors and updated 1 package in 40.146s
                          
                          4 packages are looking for funding
                            run `npm fund` for details
                          
                          
                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • nils50122N nils50122

                            @Thomas-Braun said in IOBroker Auto-Install - Kein Zugriff auf Admin-UI:

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

                            nils@ubuntu-server:/opt/iobroker$ sudo -H -u iobroker npm install iobroker.js-co                                                                                                             ntroller
                            
                            > iobroker.js-controller@2.2.10 preinstall /opt/iobroker/node_modules/iobroker.j                                                                                                             s-controller
                            > node lib/preinstallCheck.js
                            
                            NPM version: 6.14.4
                            
                            > @serialport/bindings@2.0.8 install /opt/iobroker/node_modules/@serialport/bind                                                                                                             ings
                            > prebuild-install --tag-prefix @serialport/bindings@ || node-gyp rebuild
                            
                            
                            > iobroker.js-controller@2.2.10 install /opt/iobroker/node_modules/iobroker.js-c                                                                                                             ontroller
                            > node iobroker.js setup first
                            
                            Socket.io Server detected. Please update to js-controller 2.0 or higher!
                            Socket.io Server detected. Please update to js-controller 2.0 or higher!
                            Socket.io Server detected. Please update to js-controller 2.0 or higher!
                            Socket.io Server detected. Please update to js-controller 2.0 or higher!
                            Socket.io Server detected. Please update to js-controller 2.0 or higher!
                            Socket.io Server detected. Please update to js-controller 2.0 or higher!
                            Socket.io Server detected. Please update to js-controller 2.0 or higher!
                            Socket.io Server detected. Please update to js-controller 2.0 or higher!
                            Socket.io Server detected. Please update to js-controller 2.0 or higher!
                            Socket.io Server detected. Please update to js-controller 2.0 or higher!
                            Socket.io Server detected. Please update to js-controller 2.0 or higher!
                            Socket.io Server detected. Please update to js-controller 2.0 or higher!
                            Socket.io Server detected. Please update to js-controller 2.0 or higher!
                            Socket.io Server detected. Please update to js-controller 2.0 or higher!
                            npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
                            npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                            npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.7 (node_modules/osx-temperature-sensor):
                            npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                            
                            + iobroker.js-controller@2.2.10
                            added 41 packages from 37 contributors and updated 1 package in 40.146s
                            
                            4 packages are looking for funding
                              run `npm fund` for details
                            
                            
                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von
                            #18

                            @nils50122 sagte in IOBroker Auto-Install - Kein Zugriff auf Admin-UI:

                            netstat -tulpen | grep -v 127.0.0.1
                            

                            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

                            nils50122N 1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @nils50122 sagte in IOBroker Auto-Install - Kein Zugriff auf Admin-UI:

                              netstat -tulpen | grep -v 127.0.0.1
                              
                              nils50122N Offline
                              nils50122N Offline
                              nils50122
                              schrieb am zuletzt editiert von
                              #19

                              @Thomas-Braun

                              (Not all processes could be identified, non-owned process info
                               will not be shown, you would have to be root to see it all.)
                              Active Internet connections (only servers)
                              Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                              tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      101        18475      -
                              tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          21961      -
                              tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      111        29217      -
                              tcp        0      0 0.0.0.0:10000           0.0.0.0:*               LISTEN      0          22370      -
                              tcp6       0      0 :::22                   :::*                    LISTEN      0          21963      -
                              tcp6       0      0 :::8888                 :::*                    LISTEN      998        24923      -
                              tcp6       0      0 :::3000                 :::*                    LISTEN      112        22639      -
                              tcp6       0      0 :::8443                 :::*                    LISTEN      111        30848      -
                              tcp6       0      0 :::5007                 :::*                    LISTEN      111        30891      -
                              tcp6       0      0 :::8080                 :::*                    LISTEN      111        30851      -
                              udp        0      0 0.0.0.0:39559           0.0.0.0:*                           113        49186      -
                              udp        0      0 0.0.0.0:10000           0.0.0.0:*                           0          22371      -
                              udp        0      0 127.0.0.53:53           0.0.0.0:*                           101        18474      -
                              udp        0      0 0.0.0.0:5353            0.0.0.0:*                           113        49184      -
                              udp6       0      0 192.168.178.150:49835   :::*                                111        29476      -
                              udp6       0      0 :::46813                :::*                                113        49187      -
                              udp6       0      0 :::1900                 :::*                                111        30901      -
                              udp6       0      0 :::50363                :::*                                111        25274      -
                              udp6       0      0 :::5353                 :::*                                111        30143      -
                              udp6       0      0 :::5353                 :::*                                113        49185      -
                              
                              
                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • nils50122N nils50122

                                @Thomas-Braun

                                (Not all processes could be identified, non-owned process info
                                 will not be shown, you would have to be root to see it all.)
                                Active Internet connections (only servers)
                                Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      101        18475      -
                                tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          21961      -
                                tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      111        29217      -
                                tcp        0      0 0.0.0.0:10000           0.0.0.0:*               LISTEN      0          22370      -
                                tcp6       0      0 :::22                   :::*                    LISTEN      0          21963      -
                                tcp6       0      0 :::8888                 :::*                    LISTEN      998        24923      -
                                tcp6       0      0 :::3000                 :::*                    LISTEN      112        22639      -
                                tcp6       0      0 :::8443                 :::*                    LISTEN      111        30848      -
                                tcp6       0      0 :::5007                 :::*                    LISTEN      111        30891      -
                                tcp6       0      0 :::8080                 :::*                    LISTEN      111        30851      -
                                udp        0      0 0.0.0.0:39559           0.0.0.0:*                           113        49186      -
                                udp        0      0 0.0.0.0:10000           0.0.0.0:*                           0          22371      -
                                udp        0      0 127.0.0.53:53           0.0.0.0:*                           101        18474      -
                                udp        0      0 0.0.0.0:5353            0.0.0.0:*                           113        49184      -
                                udp6       0      0 192.168.178.150:49835   :::*                                111        29476      -
                                udp6       0      0 :::46813                :::*                                113        49187      -
                                udp6       0      0 :::1900                 :::*                                111        30901      -
                                udp6       0      0 :::50363                :::*                                111        25274      -
                                udp6       0      0 :::5353                 :::*                                111        30143      -
                                udp6       0      0 :::5353                 :::*                                113        49185      -
                                
                                
                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                schrieb am zuletzt editiert von
                                #20

                                @nils50122

                                sudo netstat -tulpen | grep -v 127.0.0.1
                                

                                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

                                nils50122N 1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @nils50122

                                  sudo netstat -tulpen | grep -v 127.0.0.1
                                  
                                  nils50122N Offline
                                  nils50122N Offline
                                  nils50122
                                  schrieb am zuletzt editiert von
                                  #21

                                  @Thomas-Braun

                                  nils@ubuntu-server:/opt/iobroker$ sudo netstat -tulpen | grep -v 127.0.0.1
                                  Active Internet connections (only servers)
                                  Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                  tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      101        18475      761/systemd-resolve
                                  tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          21961      1081/sshd
                                  tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      111        29217      932/node
                                  tcp        0      0 0.0.0.0:10000           0.0.0.0:*               LISTEN      0          22370      1529/perl
                                  tcp6       0      0 :::22                   :::*                    LISTEN      0          21963      1081/sshd
                                  tcp6       0      0 :::8888                 :::*                    LISTEN      998        24923      861/chronograf
                                  tcp6       0      0 :::3000                 :::*                    LISTEN      112        22639      897/grafana-server
                                  tcp6       0      0 :::8443                 :::*                    LISTEN      111        30848      925/java
                                  tcp6       0      0 :::5007                 :::*                    LISTEN      111        30891      925/java
                                  tcp6       0      0 :::8080                 :::*                    LISTEN      111        30851      925/java
                                  udp        0      0 0.0.0.0:39559           0.0.0.0:*                           113        49186      4918/avahi-daemon:
                                  udp        0      0 0.0.0.0:10000           0.0.0.0:*                           0          22371      1529/perl
                                  udp        0      0 127.0.0.53:53           0.0.0.0:*                           101        18474      761/systemd-resolve
                                  udp        0      0 0.0.0.0:5353            0.0.0.0:*                           113        49184      4918/avahi-daemon:
                                  udp6       0      0 192.168.178.150:49835   :::*                                111        29476      925/java
                                  udp6       0      0 :::46813                :::*                                113        49187      4918/avahi-daemon:
                                  udp6       0      0 :::1900                 :::*                                111        30901      925/java
                                  udp6       0      0 :::50363                :::*                                111        25274      925/java
                                  udp6       0      0 :::5353                 :::*                                111        30143      925/java
                                  udp6       0      0 :::5353                 :::*                                113        49185      4918/avahi-daemon:
                                  
                                  
                                  Thomas BraunT 1 Antwort Letzte Antwort
                                  0
                                  • nils50122N nils50122

                                    @Thomas-Braun

                                    nils@ubuntu-server:/opt/iobroker$ sudo netstat -tulpen | grep -v 127.0.0.1
                                    Active Internet connections (only servers)
                                    Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                    tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      101        18475      761/systemd-resolve
                                    tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          21961      1081/sshd
                                    tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      111        29217      932/node
                                    tcp        0      0 0.0.0.0:10000           0.0.0.0:*               LISTEN      0          22370      1529/perl
                                    tcp6       0      0 :::22                   :::*                    LISTEN      0          21963      1081/sshd
                                    tcp6       0      0 :::8888                 :::*                    LISTEN      998        24923      861/chronograf
                                    tcp6       0      0 :::3000                 :::*                    LISTEN      112        22639      897/grafana-server
                                    tcp6       0      0 :::8443                 :::*                    LISTEN      111        30848      925/java
                                    tcp6       0      0 :::5007                 :::*                    LISTEN      111        30891      925/java
                                    tcp6       0      0 :::8080                 :::*                    LISTEN      111        30851      925/java
                                    udp        0      0 0.0.0.0:39559           0.0.0.0:*                           113        49186      4918/avahi-daemon:
                                    udp        0      0 0.0.0.0:10000           0.0.0.0:*                           0          22371      1529/perl
                                    udp        0      0 127.0.0.53:53           0.0.0.0:*                           101        18474      761/systemd-resolve
                                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           113        49184      4918/avahi-daemon:
                                    udp6       0      0 192.168.178.150:49835   :::*                                111        29476      925/java
                                    udp6       0      0 :::46813                :::*                                113        49187      4918/avahi-daemon:
                                    udp6       0      0 :::1900                 :::*                                111        30901      925/java
                                    udp6       0      0 :::50363                :::*                                111        25274      925/java
                                    udp6       0      0 :::5353                 :::*                                111        30143      925/java
                                    udp6       0      0 :::5353                 :::*                                113        49185      4918/avahi-daemon:
                                    
                                    
                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    schrieb am zuletzt editiert von
                                    #22

                                    @nils50122

                                    tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      111        29217      932/node
                                    

                                    Der Port 9001 wird auch vom ioBroker benötigt, bei dir läuft da irgendwas von node drauf. Keine Ahnung wie das dahinkommt. Starte mal die Kiste komplett durch.
                                    Wenn das kein Überbleibsel ist dann kannst du per iobroker custom install auch den Port ändern.

                                    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

                                    nils50122N 1 Antwort Letzte Antwort
                                    1
                                    • Thomas BraunT Thomas Braun

                                      @nils50122

                                      tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      111        29217      932/node
                                      

                                      Der Port 9001 wird auch vom ioBroker benötigt, bei dir läuft da irgendwas von node drauf. Keine Ahnung wie das dahinkommt. Starte mal die Kiste komplett durch.
                                      Wenn das kein Überbleibsel ist dann kannst du per iobroker custom install auch den Port ändern.

                                      nils50122N Offline
                                      nils50122N Offline
                                      nils50122
                                      schrieb am zuletzt editiert von
                                      #23

                                      @Thomas-Braun

                                      Wahnsinn, das muss jetzt keiner verstehen.

                                      Nachdem Reboot 9001 aus der Netstat nicht mehr sichtbar und Web UI erreichbar.

                                      Besten Dank!

                                      Thomas BraunT 1 Antwort Letzte Antwort
                                      0
                                      • nils50122N nils50122

                                        @Thomas-Braun

                                        Wahnsinn, das muss jetzt keiner verstehen.

                                        Nachdem Reboot 9001 aus der Netstat nicht mehr sichtbar und Web UI erreichbar.

                                        Besten Dank!

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

                                        @nils50122 sagte in IOBroker Auto-Install - Kein Zugriff auf Admin-UI:

                                        Wahnsinn, das muss jetzt keiner verstehen.

                                        Das kommt von dem rumgehampel als root auf dem Server. ;-)
                                        Nicht tun.

                                        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

                                        nils50122N 1 Antwort Letzte Antwort
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @nils50122 sagte in IOBroker Auto-Install - Kein Zugriff auf Admin-UI:

                                          Wahnsinn, das muss jetzt keiner verstehen.

                                          Das kommt von dem rumgehampel als root auf dem Server. ;-)
                                          Nicht tun.

                                          nils50122N Offline
                                          nils50122N Offline
                                          nils50122
                                          schrieb am zuletzt editiert von
                                          #25

                                          @Thomas-Braun

                                          Bisher ging das immer gut :)

                                          Next Problem:

                                          Beim Aufrufen der Instanz iot.Adapter im WebUI kommt folgende Fehlermeldung "Cannot load socket.io.js!"

                                          Da scheint noch etwas nicht zu passen.

                                          Thomas BraunT 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

                                          277

                                          Online

                                          32.8k

                                          Benutzer

                                          82.9k

                                          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