Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Ich bin von der Weboberfläche ausgesperrt

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Ich bin von der Weboberfläche ausgesperrt

    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      MagicNeo last edited by MagicNeo

      Als erstes Folgendes...

      pi@raspberrypi:~ $ iobroker install admin
      
      
      pi@raspberrypi:~ $ iobroker add admin
      
      
      pi@raspberrypi:~ $ system.adapter.admin.0 : admin - enabled, port: 8081, bind: 0.0.0.0, run as: admin
      
      
      pi@raspberrypi:~ $ iobroker start admin
      
      
      pi@raspberrypi:~ $ admin.0
      
      
      pi@raspberrypi:~ $ iobroker start admin.0
      
      
      pi@raspberrypi:~ $ iobroker set admin.0 --bind 0.0.0.0
      
      
      pi@raspberrypi:~ $ iobroker set admin.0 --port 8081
      
      
      pi@raspberrypi:~ $ iobroker start admin.0
      
      
      pi@raspberrypi:~ $ iobroker upgrade admin.0
      
      
      pi@raspberrypi:~ $ iobroker admin -v
      
      
      pi@raspberrypi:~ $ iobroker stop admin
      
      
      pi@raspberrypi:~ $ sudo npm install iobroker.admin
      
      
      pi@raspberrypi:~ $ iobroker admin -v
      
      
      pi@raspberrypi:~ $ iobroker del admin
      
      
      pi@raspberrypi:~ $ iobroker install admin
      
      
      pi@raspberrypi:~ $ iobroker start admin.0
      
      
      pi@raspberrypi:~ $ iobroker install admin.0
      

      pi@raspberrypi:~ $ iobroker start admin.1

      pi@raspberrypi:~ $ iobroker install admin
      
      
      pi@raspberrypi:~ $ iobroker upgrade admin
      
      
      pi@raspberrypi:~ $ iobroker start admin
      
      
      pi@raspberrypi:~ $ iobroker start admin
      
      
      pi@raspberrypi:~ $ iobroker start admin
      
      
      pi@raspberrypi:~ $ npm install iobroker.admin
      
      
      pi@raspberrypi:~ $ iobroker upload admin
      
      
      pi@raspberrypi:~ $ iobroker set admin.0 --bind 0.0.0.0
      
      
      pi@raspberrypi:~ $ iobroker set admin.0 --port 8081
      
      
      pi@raspberrypi:~ $ iobroker stop admin
      
      
      pi@raspberrypi:~ $ iobroker set admin.0 --bind 0.0.0.0
      
      
      pi@raspberrypi:~ $ iobroker set admin.0 --port 8081
      
      
      pi@raspberrypi:~ $ iobroker set admin.0 --ssl false
      
      
      pi@raspberrypi:~ $ iobroker install admin.0
      
      
      pi@raspberrypi:~ $ iobroker install admin
      
      

      Haha! Das muss jetzt sein.
      Das ist die Reihenfolge in der ich vorgegangen bin!

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

        @Esel und meine Fragen?

        1 Reply Last reply Reply Quote 0
        • M
          MagicNeo last edited by

          Das ist meine Antwort...
          auf deine Frage, was das sein soll! Meine Antwort auf Deine Frage, ob dass die Antwort ist!

          1 Reply Last reply Reply Quote 0
          • M
            MagicNeo @Homoran last edited by

            @Homoran said in Ich bin von der Weboberfläche ausgesperrt:

            @Esel sagte in Ich bin von der Weboberfläche ausgesperrt:

             npm i iobroker.admin --production
            

            Ist das der Befehl mit dem du ihn installiert hast?
            in welchem Verzeichnis?

            npm muss in /opt/iobroker ausgeführt werden

            Der übliche Befehl wäre gewesen iobroker add admin

            Den Weg habe i gewählt... iobroker add admin
            Können wir auch mit winscp weiter machen?

            1 Reply Last reply Reply Quote 0
            • M
              MagicNeo last edited by

              Kann man über Putty per ssh, eine Instanz von admin anlegen? Und wenn wie?
              Weil ich ein paar informationen brauche um voran zu kommen!

              C 1 Reply Last reply Reply Quote 0
              • C
                CruziX @MagicNeo last edited by

                @Esel mit dem Befehl
                iobroker add admin

                1 Reply Last reply Reply Quote 0
                • M
                  MagicNeo last edited by

                  Ich habe vor das Problem mit dem Admin wieder zu lösen? Wäre sehr nett wenn mir einer weiter hilft! Ich komme mit der Aufgabe überhaupt nicht klar! Tut mir leid das ich sehr unstrukturiert vor gehe!

                  M 1 Reply Last reply Reply Quote 0
                  • M
                    MagicNeo @MagicNeo last edited by

                    @Esel said in Ich bin von der Weboberfläche ausgesperrt:

                    Ich habe vor das Problem mit dem Admin wieder zu lösen? Wäre sehr nett wenn mir einer weiter hilft! Ich komme mit der Aufgabe überhaupt nicht klar! Tut mir leid das ich sehr unstrukturiert vor gehe!
                    Die beste Hilfe, ist wohl noch die Liste der Reihenfolge, in der ich was eingegeben haben vom
                    25 Feb 2020, 19:35
                    ein paar Beiträge vorher...

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

                      Du kennst Putty, dann mal bitte das abfragen und die ausgaben hier in Code Tags posten.

                      ps -A | grep iobroker
                      iobroker -v
                      node -v
                      npm -v
                      
                      cd /opt/iobroker
                      iobroker upgrade
                      iobroker list instances
                      
                      1 Reply Last reply Reply Quote 0
                      • M
                        MagicNeo last edited by

                        pi@raspberrypi:~ $ clear
                        pi@raspberrypi:~ $ iobroker -v
                        2.2.9
                        pi@raspberrypi:~ $ node -v
                        v10.19.0
                        pi@raspberrypi:~ $ npm -v
                        6.13.4
                        pi@raspberrypi:~ $ cd /opt/iobroker
                        pi@raspberrypi:/opt/iobroker $ iobroker upgrade
                        Adapter "admin"          is up to date.
                        Adapter "alexa2"         is not installed.
                        Adapter "alpha2"         is not installed.
                        Adapter "amazon-dash"    is not installed.
                        Adapter "artnet"         is not installed.
                        Adapter "asterisk"       is not installed.
                        Adapter "asuswrt"        is not installed.
                        Adapter "b-control-em"   is not installed.
                        Adapter "backitup"       is not installed.
                        Adapter "beckhoff"       is not installed.
                        Adapter "benq"           is not installed.
                        Adapter "ble"            is up to date.
                        Adapter "bmw"            is not installed.
                        Adapter "bosesoundtouch" is not installed.
                        Adapter "botvac"         is not installed.
                        Adapter "bring"          is not installed.
                        Adapter "broadlink2"     is not installed.
                        Adapter "bshb"           is not installed.
                        Adapter "chromecast"     is not installed.
                        Adapter "cloud"          is up to date.
                        Adapter "comfoair"       is not installed.
                        Adapter "contactid"      is not installed.
                        Adapter "countdown"      is not installed.
                        Adapter "cul"            is not installed.
                        Adapter "daikin"         is not installed.
                        Adapter "daswetter"      is up to date.
                        Adapter "deconz"         is not installed.
                        Adapter "denon"          is not installed.
                        Adapter "digitalstrom"   is not installed.
                        Adapter "discovergy"     is not installed.
                        Adapter "discovery"      is up to date.
                        Adapter "ds18b20"        is not installed.
                        Adapter "dwd"            is not installed.
                        Adapter "ebus"           is not installed.
                        Adapter "egigeozone"     is not installed.
                        Adapter "ekey"           is not installed.
                        Adapter "email"          is up to date.
                        Adapter "emby"           is not installed.
                        Adapter "energymanager"  is not installed.
                        Adapter "enet"           is not installed.
                        Adapter "epson_stylus_px830" is not installed.
                        Adapter "fakeroku"       is not installed.
                        Adapter "feiertage"      is not installed.
                        Adapter "fhem"           is not installed.
                        Adapter "find-my-iphone" is not installed.
                        Adapter "firetv"         is not installed.
                        Adapter "flot"           is not installed.
                        Adapter "foobar2000"     is not installed.
                        Adapter "fritzbox"       is not installed.
                        Adapter "fritzdect"      is not installed.
                        Adapter "fronius"        is not installed.
                        Adapter "fullcalendar"   is not installed.
                        Adapter "fullybrowser"   is not installed.
                        Adapter "g-homa"         is not installed.
                        Adapter "geofency"       is not installed.
                        Adapter "gruenbeck"      is not installed.
                        Adapter "habpanel"       is not installed.
                        Adapter "haier"          is not installed.
                        Adapter "ham"            is not installed.
                        Adapter "ham-wemo"       is not installed.
                        Adapter "harmony"        is not installed.
                        Adapter "heytech"        is not installed.
                        Adapter "hid"            is not installed.
                        Adapter "history"        is not installed.
                        Adapter "hm-rega"        is up to date.
                        Adapter "hm-rpc"         is up to date.
                        Adapter "hmip"           is not installed.
                        Adapter "homeconnect"    is not installed.
                        Adapter "homee"          is not installed.
                        Adapter "homepilot"      is not installed.
                        Adapter "hp-ilo"         is not installed.
                        Adapter "hs100"          is not installed.
                        Adapter "hue"            is not installed.
                        Adapter "hue-extended"   is not installed.
                        Adapter "ical"           is not installed.
                        Adapter "icons-addictive-flavour-png" is not installed.
                        Adapter "icons-fatcow-hosting" is not installed.
                        Adapter "icons-icons8"   is not installed.
                        Adapter "icons-material-png" is not installed.
                        Adapter "icons-material-svg" is not installed.
                        Adapter "icons-mfd-png"  is not installed.
                        Adapter "icons-mfd-svg"  is not installed.
                        Adapter "icons-open-icon-library-png" is not installed.
                        Adapter "icons-ultimate-png" is not installed.
                        Adapter "influxdb"       is not installed.
                        Adapter "info"           is up to date.
                        Adapter "innogy-smarthome" is not installed.
                        Adapter "iogo"           is not installed.
                        Adapter "iot"            is not installed.
                        Adapter "iqontrol"       is not installed.
                        Invalid version of "admin"
                        Adapter "jeelink"        is not installed.
                        Adapter "kecontact"      is not installed.
                        Adapter "klf200"         is not installed.
                        Adapter "km200"          is not installed.
                        Adapter "knx"            is not installed.
                        Adapter "kodi"           is not installed.
                        Adapter "kress"          is not installed.
                        Adapter "lametric"       is not installed.
                        Adapter "landroid"       is not installed.
                        Adapter "lcn"            is not installed.
                        Adapter "lgtv"           is not installed.
                        Adapter "lgtv-rs"        is not installed.
                        Adapter "lgtv11"         is not installed.
                        Adapter "lifx"           is not installed.
                        Adapter "lightify"       is not installed.
                        Adapter "link"           is not installed.
                        Adapter "linkeddevices"  is not installed.
                        Adapter "lovelace"       is not installed.
                        Adapter "loxone"         is not installed.
                        Adapter "luftdaten"      is not installed.
                        Adapter "lupusec"        is not installed.
                        Adapter "luxtronik1"     is not installed.
                        Adapter "material"       is not installed.
                        Adapter "maxcube"        is not installed.
                        Adapter "maxcul"         is not installed.
                        Adapter "mbus"           is not installed.
                        Adapter "megad"          is not installed.
                        Adapter "megadd"         is not installed.
                        Adapter "megaesp"        is not installed.
                        Adapter "mercedesme"     is not installed.
                        Adapter "meross"         is not installed.
                        Adapter "meteoalarm"     is not installed.
                        Adapter "miele"          is not installed.
                        Adapter "mihome"         is not installed.
                        Adapter "mihome-lamp"    is not installed.
                        Adapter "mihome-plug"    is not installed.
                        Adapter "mihome-vacuum"  is not installed.
                        Adapter "mikrotik"       is not installed.
                        Adapter "milight"        is not installed.
                        Adapter "milight-smart-light" is not installed.
                        Adapter "mobile"         is not installed.
                        Adapter "modbus"         is not installed.
                        Adapter "moma"           is not installed.
                        Adapter "mpd"            is not installed.
                        Adapter "mqtt"           is not installed.
                        Adapter "mqtt-client"    is not installed.
                        Adapter "musiccast"      is not installed.
                        Adapter "mysensors"      is not installed.
                        Adapter "nanoleaf-lightpanels" is not installed.
                        Adapter "nello"          is not installed.
                        Adapter "netatmo"        is not installed.
                        Adapter "nibeuplink"     is not installed.
                        Adapter "nina"           is not installed.
                        Adapter "node-red"       is not installed.
                        Adapter "nuki"           is not installed.
                        Adapter "nut"            is not installed.
                        Adapter "odl"            is not installed.
                        Adapter "oilfox"         is not installed.
                        Adapter "onkyo"          is not installed.
                        Adapter "onvif"          is not installed.
                        Adapter "openhab"        is not installed.
                        Adapter "openweathermap" is not installed.
                        Adapter "opi"            is not installed.
                        Adapter "oppoplayer"     is not installed.
                        Adapter "owfs"           is not installed.
                        Adapter "owntracks"      is not installed.
                        Adapter "panasonic-viera" is not installed.
                        Adapter "parser"         is not installed.
                        Adapter "paw"            is not installed.
                        Adapter "phantomjs"      is not installed.
                        Adapter "pi-hole"        is not installed.
                        Adapter "piface"         is not installed.
                        Adapter "pimatic"        is not installed.
                        Adapter "ping"           is up to date.
                        Adapter "places"         is not installed.
                        Adapter "plex"           is not installed.
                        Adapter "plexconnect"    is not installed.
                        Adapter "pollenflug"     is not installed.
                        Adapter "proxmox"        is not installed.
                        Adapter "proxy"          is not installed.
                        Adapter "pushbullet"     is up to date.
                        Adapter "pushover"       is up to date.
                        Adapter "pushsafer"      is not installed.
                        Adapter "radar2"         is not installed.
                        Adapter "radiohead"      is not installed.
                        Adapter "rflink"         is not installed.
                        Adapter "rickshaw"       is not installed.
                        Adapter "ring"           is not installed.
                        Adapter "roomba"         is not installed.
                        Adapter "rpi2"           is up to date.
                        Adapter "s7"             is not installed.
                        Adapter "samsung"        is not installed.
                        Adapter "sayit"          is not installed.
                        Adapter "sbfspot"        is not installed.
                        Adapter "scenes"         is not installed.
                        Adapter "schoolfree"     is not installed.
                        Adapter "shelly"         is not installed.
                        Adapter "shuttercontrol" is not installed.
                        Adapter "sia"            is not installed.
                        Adapter "siegenia"       is not installed.
                        Adapter "simple-api"     is up to date.
                        Adapter "smappee"        is not installed.
                        Adapter "smartmeter"     is not installed.
                        Adapter "snips"          is not installed.
                        Adapter "snmp"           is not installed.
                        Adapter "socketio"       is up to date.
                        Adapter "solarlog"       is not installed.
                        Adapter "solarwetter"    is not installed.
                        Adapter "sonnen"         is not installed.
                        Adapter "sonoff"         is not installed.
                        Adapter "sonos"          is not installed.
                        Adapter "sony-bravia"    is not installed.
                        Adapter "spotify-premium" is not installed.
                        Adapter "sql"            is not installed.
                        Adapter "squeezebox"     is not installed.
                        Adapter "starline"       is not installed.
                        Adapter "statistics"     is not installed.
                        Adapter "stiebel-isg"    is not installed.
                        Adapter "swiss-weather-api" is not installed.
                        Adapter "systeminfo"     is not installed.
                        Adapter "tahoma"         is not installed.
                        Adapter "tankerkoenig"   is up to date.
                        Adapter "telegram"       is not installed.
                        Adapter "terminal"       is up to date.
                        Adapter "text2command"   is not installed.
                        Adapter "tr-064"         is up to date.
                        Adapter "tradfri"        is not installed.
                        Adapter "tunnelbroker-endpoint-updater" is not installed.
                        Adapter "tuya"           is not installed.
                        Adapter "tvspielfilm"    is not installed.
                        Adapter "unifi"          is not installed.
                        Adapter "upnp"           is not installed.
                        Adapter "valloxmv"       is not installed.
                        Adapter "vcard"          is not installed.
                        Adapter "velux"          is not installed.
                        Adapter "viessmann"      is not installed.
                        Adapter "virtualpowermeter" is not installed.
                        Adapter "vis"            is up to date.
                        Adapter "vis-bars"       is not installed.
                        Adapter "vis-canvas-gauges" is not installed.
                        Adapter "vis-colorpicker" is not installed.
                        Adapter "vis-fancyswitch" is not installed.
                        Adapter "vis-google-fonts" is not installed.
                        Adapter "vis-history"    is not installed.
                        Adapter "vis-hqwidgets"  is not installed.
                        Adapter "vis-jqui-mfd"   is not installed.
                        Adapter "vis-justgage"   is not installed.
                        Adapter "vis-keyboard"   is not installed.
                        Adapter "vis-lcars"      is not installed.
                        Adapter "vis-map"        is not installed.
                        Adapter "vis-metro"      is not installed.
                        Adapter "vis-players"    is not installed.
                        Adapter "vis-plumb"      is not installed.
                        Adapter "vis-rgraph"     is not installed.
                        Adapter "vis-timeandweather" is not installed.
                        Adapter "vis-weather"    is not installed.
                        Adapter "vr200"          is not installed.
                        Adapter "weatherunderground" is not installed.
                        Adapter "web"            is up to date.
                        Adapter "weishaupt-wem"  is not installed.
                        Adapter "wetty"          is not installed.
                        Adapter "wiffi-wz"       is not installed.
                        Adapter "wifilight"      is not installed.
                        Adapter "wm-bus"         is not installed.
                        Adapter "wolf"           is not installed.
                        Adapter "worx"           is not installed.
                        Adapter "xbox"           is not installed.
                        Adapter "xs1"            is not installed.
                        Adapter "yahka"          is not installed.
                        Adapter "yamaha"         is not installed.
                        Adapter "yeelight-2"     is not installed.
                        Adapter "youtube"        is not installed.
                        Adapter "yr"             is not installed.
                        Adapter "zigbee"         is up to date.
                        Adapter "zont"           is not installed.
                        Adapter "zwave"          is not installed.
                        pi@raspberrypi:/opt/iobroker $ iobroker list instances
                          system.adapter.ble.0                   : ble                   - disabled
                          system.adapter.cloud.0                 : cloud                 - disabled
                          system.adapter.daswetter.0             : daswetter             - disabled
                          system.adapter.discovery.0             : discovery             - disabled
                          system.adapter.email.0                 : email                 - disabled
                          system.adapter.hm-rega.0               : hm-rega               - disabled
                          system.adapter.hm-rpc.0                : hm-rpc                - disabled, port: 0
                          system.adapter.info.0                  : info                  - disabled
                          system.adapter.javascript.1            : javascript            - disabled
                          system.adapter.js-controller.2         : js-controller         - disabled
                          system.adapter.ping.0                  : ping                  - disabled
                          system.adapter.pushover.0              : pushover              - disabled
                          system.adapter.rpi2.0                  : rpi2                  - disabled
                          system.adapter.tankerkoenig.0          : tankerkoenig          - disabled
                          system.adapter.terminal.0              : terminal              - disabled, port: 8088, bind: 0.0.0.0, run as: admin
                          system.adapter.vis.0                   : vis                   - disabled
                          system.adapter.web.0                   : web                   - disabled, port: 8082, bind: 0.0.0.0, run as: admin
                          system.adapter.zigbee.0                : zigbee                - disabled, port: /dev/serial/by-id/usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B0019366697-if00
                        
                        + instance is alive
                        pi@raspberrypi:/opt/iobroker $
                        
                        
                        Homoran 1 Reply Last reply Reply Quote 0
                        • wendy2702
                          wendy2702 last edited by

                          iobroker add admin --port 8081
                          

                          Wenn keine markanten Fehler im Logfile kommen dann

                          iobroker start
                          

                          Ausgabe posten

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

                            @Esel da läuft kein einziger Adapter

                            M 1 Reply Last reply Reply Quote 0
                            • M
                              MagicNeo @wendy2702 last edited by

                              @wendy2702

                              pi@raspberrypi:/opt/iobroker $ iobroker add admin --port 8081
                              host.raspberrypi create instance admin
                              host.raspberrypi object admin.0.connected created
                              host.raspberrypi object admin.0 created
                              host.raspberrypi object admin.0.info created
                              host.raspberrypi object system.adapter.admin.upload created
                              host.raspberrypi object system.adapter.admin.0.sigKill created
                              host.raspberrypi object system.adapter.admin.0.eventLoopLag created
                              host.raspberrypi object system.adapter.admin.0.outputCount created
                              host.raspberrypi object system.adapter.admin.0.inputCount created
                              host.raspberrypi object system.adapter.admin.0.uptime created
                              host.raspberrypi object system.adapter.admin.0.memRss created
                              host.raspberrypi object system.adapter.admin.0.memHeapTotal created
                              host.raspberrypi object system.adapter.admin.0.memHeapUsed created
                              host.raspberrypi object system.adapter.admin.0.cputime created
                              host.raspberrypi object system.adapter.admin.0.cpu created
                              host.raspberrypi object system.adapter.admin.0.compactMode created
                              host.raspberrypi object system.adapter.admin.0.connected created
                              host.raspberrypi object system.adapter.admin.0.alive created
                              host.raspberrypi object system.adapter.admin.0 created
                              pi@raspberrypi:/opt/iobroker $ iobroker start
                              pi@raspberrypi:/opt/iobroker $
                              
                              
                              1 Reply Last reply Reply Quote 0
                              • M
                                MagicNeo @Homoran last edited by

                                @Homoran
                                Hallo!

                                1 Reply Last reply Reply Quote 0
                                • M
                                  MagicNeo last edited by

                                  Ich sehe den Fehler nicht!

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

                                    Verstehe dein Probem aktuell nicht. Welchen Fehler suchst oder erwartest du denn?

                                    Was kommt jetzt bei

                                    
                                    iobroker list instances
                                    
                                    
                                    1 Reply Last reply Reply Quote 0
                                    • M
                                      MagicNeo last edited by

                                      pi@raspberrypi:/opt/iobroker $ iobroker start
                                      pi@raspberrypi:/opt/iobroker $ iobroker list instances
                                      + system.adapter.admin.0                 : admin                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                        system.adapter.ble.0                   : ble                   - disabled
                                        system.adapter.cloud.0                 : cloud                 - disabled
                                        system.adapter.daswetter.0             : daswetter             - disabled
                                        system.adapter.discovery.0             : discovery             - disabled
                                        system.adapter.email.0                 : email                 - disabled
                                        system.adapter.hm-rega.0               : hm-rega               - disabled
                                        system.adapter.hm-rpc.0                : hm-rpc                - disabled, port: 0
                                        system.adapter.info.0                  : info                  - disabled
                                        system.adapter.javascript.1            : javascript            - disabled
                                        system.adapter.js-controller.2         : js-controller         - disabled
                                        system.adapter.ping.0                  : ping                  - disabled
                                        system.adapter.pushover.0              : pushover              - disabled
                                        system.adapter.rpi2.0                  : rpi2                  - disabled
                                        system.adapter.tankerkoenig.0          : tankerkoenig          - disabled
                                        system.adapter.terminal.0              : terminal              - disabled, port: 8088, bind: 0.0.0.0, run as: admin
                                        system.adapter.vis.0                   : vis                   - disabled
                                        system.adapter.web.0                   : web                   - disabled, port: 8082, bind: 0.0.0.0, run as: admin
                                        system.adapter.zigbee.0                : zigbee                - disabled, port: /dev/serial/by-id/usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B0019366697-if00
                                      
                                      + instance is alive
                                      pi@raspberrypi:/opt/iobroker $
                                      
                                      
                                      wendy2702 1 Reply Last reply Reply Quote 0
                                      • wendy2702
                                        wendy2702 @MagicNeo last edited by

                                        @Esel sagte in Ich bin von der Weboberfläche ausgesperrt:

                                        system.adapter.admin.0 : admin - enabled, port: 8081, bind: 0.0.0.0, run as: admin

                                        Admin läuft und Webseite sollte erreichbar sein.

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

                                        Support us

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

                                        401
                                        Online

                                        31.9k
                                        Users

                                        80.2k
                                        Topics

                                        1.3m
                                        Posts

                                        admin adapter läuft nicht
                                        6
                                        68
                                        1868
                                        Loading More Posts
                                        • Oldest to Newest
                                        • Newest to Oldest
                                        • Most Votes
                                        Reply
                                        • Reply as topic
                                        Log in to reply
                                        Community
                                        Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                        The ioBroker Community 2014-2023
                                        logo