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

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. English
  3. ioBroker general
  4. Configuring IOBROKER for the first time problem

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.6k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.1k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    2.8k

Configuring IOBROKER for the first time problem

Geplant Angeheftet Gesperrt Verschoben ioBroker general
port 8081admin port 8081
13 Beiträge 2 Kommentatoren 2.3k Aufrufe 1 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • kristfrizhK kristfrizh

    @homoran
    thank you for your reply

    + system.adapter.admin.0                  : admin                 : try1                                     -  enabled, port: 8089, bind: 8081, run as: admin
    
    + instance is alive
    
    

    I have added a new admin in 8089 but still not working
    I have doubt with the version of my dependencies.
    Is it because the NPM, nodejs,node, and js-controller?
    my NPM version is 6.14.13
    nodejs is 12.22.1
    node is 12.22.1

    HomoranH Nicht stören
    HomoranH Nicht stören
    Homoran
    Global Moderator Administrators
    schrieb am zuletzt editiert von Homoran
    #4

    @kristfrizh sagte in Configuring IOBROKER for the first time problem:

    I have added a new admin in 8089

    I see!

    But you have entered 8081 as IP
    here should be 0.0.0.0 (listen on all interfaces)

    And there is no other instance running at all.

    I guess it would be the easiest way at this stage to delete the VM, and start from anew, as I described in the last post

    node and npm look good.

    BTW - what debian image did you use - on/for what hardware?

    kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

    kristfrizhK 2 Antworten Letzte Antwort
    0
    • HomoranH Homoran

      @kristfrizh sagte in Configuring IOBROKER for the first time problem:

      I have added a new admin in 8089

      I see!

      But you have entered 8081 as IP
      here should be 0.0.0.0 (listen on all interfaces)

      And there is no other instance running at all.

      I guess it would be the easiest way at this stage to delete the VM, and start from anew, as I described in the last post

      node and npm look good.

      BTW - what debian image did you use - on/for what hardware?

      kristfrizhK Offline
      kristfrizhK Offline
      kristfrizh
      schrieb am zuletzt editiert von
      #5

      @homoran
      thank you for the reply again!!

      ok will do that
      I'll inform you after i start a new VM

      my debian is
      debian-10-buster-v20210512

      HomoranH 1 Antwort Letzte Antwort
      0
      • HomoranH Homoran

        @kristfrizh sagte in Configuring IOBROKER for the first time problem:

        I have added a new admin in 8089

        I see!

        But you have entered 8081 as IP
        here should be 0.0.0.0 (listen on all interfaces)

        And there is no other instance running at all.

        I guess it would be the easiest way at this stage to delete the VM, and start from anew, as I described in the last post

        node and npm look good.

        BTW - what debian image did you use - on/for what hardware?

        kristfrizhK Offline
        kristfrizhK Offline
        kristfrizh
        schrieb am zuletzt editiert von
        #6

        @homoran

        should be the port and bind in iobroker list instances be like this?

         system.adapter.admin.0                  : admin                 : try1                                     -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
        
        + instance is alive
        

        i follow some code from the forum to changes the instances

        cd /opt/iobroker
        
        iobroker set admin.0 --bind 0.0.0.0
        
        iobroker set admin.0 --port 8081
        

        thank you

        1 Antwort Letzte Antwort
        0
        • kristfrizhK kristfrizh

          @homoran
          thank you for the reply again!!

          ok will do that
          I'll inform you after i start a new VM

          my debian is
          debian-10-buster-v20210512

          HomoranH Nicht stören
          HomoranH Nicht stören
          Homoran
          Global Moderator Administrators
          schrieb am zuletzt editiert von
          #7

          @kristfrizh sagte in Configuring IOBROKER for the first time problem:

          my debian is
          debian-10-buster-v20210512

          for what architecture?

          Beware!
          for 64bit Arch you need AMD64 even if you have an Intel CPU; not x386!

          @kristfrizh sagte in Configuring IOBROKER for the first time problem:

          should be the port and bind in iobroker list instances be like this?

          partly yes!
          Now it's correct for the admin, but there should be at least info and discovery too

          kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

          kristfrizhK 1 Antwort Letzte Antwort
          0
          • HomoranH Homoran

            @kristfrizh sagte in Configuring IOBROKER for the first time problem:

            my debian is
            debian-10-buster-v20210512

            for what architecture?

            Beware!
            for 64bit Arch you need AMD64 even if you have an Intel CPU; not x386!

            @kristfrizh sagte in Configuring IOBROKER for the first time problem:

            should be the port and bind in iobroker list instances be like this?

            partly yes!
            Now it's correct for the admin, but there should be at least info and discovery too

            kristfrizhK Offline
            kristfrizhK Offline
            kristfrizh
            schrieb am zuletzt editiert von
            #8

            @homoran

            I'm using this VM for server
            but it's totally new because every time i tried a new language i create a new one then combine it to fix server i want.
            I have tried php,nodejs,mqtt,python so far and all works (for learning purposes).

            I'm not quite know about the AMD64 because there is not option for me to choose the type in google cloud. but here is the overall system i get from the google cloud.

            Architecture:        x86_64
            CPU op-mode(s):      32-bit, 64-bit
            Byte Order:          Little Endian
            Address sizes:       46 bits physical, 48 bits virtual
            CPU(s):              2
            On-line CPU(s) list: 0,1
            Thread(s) per core:  2
            Core(s) per socket:  1
            Socket(s):           1
            NUMA node(s):        1
            Vendor ID:           GenuineIntel
            CPU family:          6
            Model:               85
            Model name:          Intel(R) Xeon(R) CPU @ 2.00GHz
            Stepping:            3
            CPU MHz:             2000.104
            BogoMIPS:            4000.20
            Hypervisor vendor:   KVM
            Virtualization type: full
            L1d cache:           32K
            L1i cache:           32K
            L2 cache:            1024K
            L3 cache:            39424K
            NUMA node0 CPU(s):   0,1
            
            

            I have tried run iobroker (with the instances above) but still the same error said that EADDRINUSE
            even i changed it back to 9001 and 9000

            Right now i will try to create a new VM

            thank you for your hospitality
            regards

            1 Antwort Letzte Antwort
            0
            • HomoranH Nicht stören
              HomoranH Nicht stören
              Homoran
              Global Moderator Administrators
              schrieb am zuletzt editiert von
              #9

              @kristfrizh sagte in Configuring IOBROKER for the first time problem:

              Model name: Intel(R) Xeon(R) CPU @ 2.00GHz

              there has been reported issues when using XEON!
              I do not remember fully what kind of issue - sorry!

              @kristfrizh sagte in Configuring IOBROKER for the first time problem:

              but still the same error said that EADDRINUSE

              what Address is in Use?
              in your initial log it was 8011.
              I do not know what this ist used for.

              @kristfrizh sagte in Configuring IOBROKER for the first time problem:

              I'm not quite know about the AMD64 because there is not option for me to choose the type in google cloud

              download netinstall from debian:
              https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-10.9.0-amd64-netinst.iso

              kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

              der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

              kristfrizhK 1 Antwort Letzte Antwort
              1
              • HomoranH Homoran

                @kristfrizh sagte in Configuring IOBROKER for the first time problem:

                Model name: Intel(R) Xeon(R) CPU @ 2.00GHz

                there has been reported issues when using XEON!
                I do not remember fully what kind of issue - sorry!

                @kristfrizh sagte in Configuring IOBROKER for the first time problem:

                but still the same error said that EADDRINUSE

                what Address is in Use?
                in your initial log it was 8011.
                I do not know what this ist used for.

                @kristfrizh sagte in Configuring IOBROKER for the first time problem:

                I'm not quite know about the AMD64 because there is not option for me to choose the type in google cloud

                download netinstall from debian:
                https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-10.9.0-amd64-netinst.iso

                kristfrizhK Offline
                kristfrizhK Offline
                kristfrizh
                schrieb am zuletzt editiert von kristfrizh
                #10

                @homoran
                i have tried 8011 and 8000 also tried 9000 and 9001.
                but still the same problem.

                wow, i just knew that XEON compatibility issues with iobroker.

                ok will try to changes the XEON (I still not know how but will figure it out).
                I'll update my trial with a new CPU asap.
                thank you very much for the knowledge.
                regards!

                HomoranH 1 Antwort Letzte Antwort
                0
                • kristfrizhK kristfrizh

                  @homoran
                  i have tried 8011 and 8000 also tried 9000 and 9001.
                  but still the same problem.

                  wow, i just knew that XEON compatibility issues with iobroker.

                  ok will try to changes the XEON (I still not know how but will figure it out).
                  I'll update my trial with a new CPU asap.
                  thank you very much for the knowledge.
                  regards!

                  HomoranH Nicht stören
                  HomoranH Nicht stören
                  Homoran
                  Global Moderator Administrators
                  schrieb am zuletzt editiert von
                  #11

                  @kristfrizh sagte in Configuring IOBROKER for the first time problem:

                  i have tried 8011 and 8000 also tried 9000 and 9001.
                  but still the same problem.

                  please don`t change anything!
                  To find out what is going wrong we need the standard settings.

                  If you start up the next try, please wait until the setup by curl... has finished completely with the line

                  open <IP>:8081 and start configuring
                  (or anything like this ;-) )

                  Afterwards you have to re-login into the console

                  kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                  Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                  der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                  1 Antwort Letzte Antwort
                  0
                  • kristfrizhK Offline
                    kristfrizhK Offline
                    kristfrizh
                    schrieb am zuletzt editiert von
                    #12

                    @homoran

                    thank your for your hospitality

                    I have build a new system with I7 and linux ubuntu 18.04.

                    IObroker works wonderfully
                    thank you once again
                    regards

                    HomoranH 1 Antwort Letzte Antwort
                    0
                    • kristfrizhK kristfrizh

                      @homoran

                      thank your for your hospitality

                      I have build a new system with I7 and linux ubuntu 18.04.

                      IObroker works wonderfully
                      thank you once again
                      regards

                      HomoranH Nicht stören
                      HomoranH Nicht stören
                      Homoran
                      Global Moderator Administrators
                      schrieb am zuletzt editiert von
                      #13

                      @kristfrizh Thank you for the update!
                      good to hear it works and good luck and have fun!

                      kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                      1 Antwort Letzte Antwort
                      0
                      Antworten
                      • In einem neuen Thema antworten
                      Anmelden zum Antworten
                      • Älteste zuerst
                      • Neuste zuerst
                      • Meiste Stimmen


                      Support us

                      ioBroker
                      Community Adapters
                      Donate

                      368

                      Online

                      32.4k

                      Benutzer

                      81.5k

                      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