Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Anfänger sucht Hilfe bei Install. proxmox auf INTELNUC8i3BEK

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    17
    1
    578

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    5.5k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.4k

Anfänger sucht Hilfe bei Install. proxmox auf INTELNUC8i3BEK

Scheduled Pinned Locked Moved ioBroker Allgemein
1.0k Posts 16 Posters 261.8k Views 15 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Thomas BraunT Thomas Braun

    @goetschhofer

    karl ausloggen:

    exit
    

    Als root einloggen.
    Dann als root

    usermod -aG sudo karl
    

    Als root ausloggen:

    exit
    

    Dann als karl einloggen,

    sudo whoami
    

    eingeben.

    G Offline
    G Offline
    GOETSCHHOFER
    wrote on last edited by
    #131

    @thomas-braun

    c014ae57-2b6e-496c-97b3-34ea410352c5-image.png

    0279d20b-9b13-467a-8264-91cb4e8c4466-image.png

    crunchipC 1 Reply Last reply
    0
    • G GOETSCHHOFER

      @thomas-braun

      c014ae57-2b6e-496c-97b3-34ea410352c5-image.png

      0279d20b-9b13-467a-8264-91cb4e8c4466-image.png

      crunchipC Away
      crunchipC Away
      crunchip
      Forum Testing Most Active
      wrote on last edited by crunchip
      #132

      @goetschhofer den Schritt hast du aber noch nicht ausgeführt
      username mit karl ersetzen

      umgestiegen von Proxmox auf Unraid

      G 1 Reply Last reply
      1
      • crunchipC crunchip

        @goetschhofer den Schritt hast du aber noch nicht ausgeführt
        username mit karl ersetzen

        G Offline
        G Offline
        GOETSCHHOFER
        wrote on last edited by GOETSCHHOFER
        #133

        @crunchip

        Jetzt stehe ich am Schlauch, ist "usermod -aG sudo karl" nicht username ersetzen ?
        Habe genau nach Thomas Anleitung abgearbeitet.

        username mit karl ersetzen
        
        Thomas BraunT 1 Reply Last reply
        0
        • G GOETSCHHOFER

          @crunchip

          Jetzt stehe ich am Schlauch, ist "usermod -aG sudo karl" nicht username ersetzen ?
          Habe genau nach Thomas Anleitung abgearbeitet.

          username mit karl ersetzen
          
          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          wrote on last edited by Thomas Braun
          #134

          @goetschhofer
          Ja, passt wohl jetzt.
          In der Datei sudoers muss nichts mehr gemacht werden. Vergiss den Kram mit visudo. Wie auch den root-Login.

          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

          G crunchipC 2 Replies Last reply
          1
          • Thomas BraunT Thomas Braun

            @goetschhofer
            Ja, passt wohl jetzt.
            In der Datei sudoers muss nichts mehr gemacht werden. Vergiss den Kram mit visudo. Wie auch den root-Login.

            G Offline
            G Offline
            GOETSCHHOFER
            wrote on last edited by
            #135

            @thomas-braun

            
            @thomas-braun
            
            D. h. ich kann jetzt mit meinem BN hier fortfahren ?
            
            iobroker in Proxmox auf Debian bereitstellen
            
            es muss nur curl nachinstalliert werden, damit die iobroker Installation ausgeführt werden kann
            
            sudo apt-get install curl
            ioroker dann per Einzeiler installieren
            
            curl -sLf https://iobroker.net/install.sh | bash -
            
            Thomas BraunT 1 Reply Last reply
            0
            • G GOETSCHHOFER

              @thomas-braun

              
              @thomas-braun
              
              D. h. ich kann jetzt mit meinem BN hier fortfahren ?
              
              iobroker in Proxmox auf Debian bereitstellen
              
              es muss nur curl nachinstalliert werden, damit die iobroker Installation ausgeführt werden kann
              
              sudo apt-get install curl
              ioroker dann per Einzeiler installieren
              
              curl -sLf https://iobroker.net/install.sh | bash -
              
              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              wrote on last edited by
              #136

              @goetschhofer sagte in Anfänger sucht Hilfe bei Install. proxmox auf INTELNUC8i3BEK:

              Ja, jetzt den Einzeiler noch und du bist da:

              curl -sLf https://iobroker.net/install.sh | bash -
              

              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

              G 2 Replies Last reply
              1
              • Thomas BraunT Thomas Braun

                @goetschhofer sagte in Anfänger sucht Hilfe bei Install. proxmox auf INTELNUC8i3BEK:

                Ja, jetzt den Einzeiler noch und du bist da:

                curl -sLf https://iobroker.net/install.sh | bash -
                
                G Offline
                G Offline
                GOETSCHHOFER
                wrote on last edited by
                #137

                @thomas-braun said in Anfänger sucht Hilfe bei Install. proxmox auf INTELNUC8i3BEK:

                curl -sLf https://iobroker.net/install.sh | bash -

                Eine blöde Zwischenfrage:
                Bei Rsp Pi konnte ich so Einzeiler reinkopieren, hier funktioniert dies nicht.

                Wie macht man dies hier oder muss man alles händisch eingeben ?

                crunchipC da_WoodyD 2 Replies Last reply
                0
                • Thomas BraunT Thomas Braun

                  @goetschhofer
                  Ja, passt wohl jetzt.
                  In der Datei sudoers muss nichts mehr gemacht werden. Vergiss den Kram mit visudo. Wie auch den root-Login.

                  crunchipC Away
                  crunchipC Away
                  crunchip
                  Forum Testing Most Active
                  wrote on last edited by
                  #138

                  @thomas-braun sagte in Anfänger sucht Hilfe bei Install. proxmox auf INTELNUC8i3BEK:

                  In der Datei sudoers muss nichts mehr gemacht werden

                  frag ich mal vorsichtig nach, warum nicht?

                  umgestiegen von Proxmox auf Unraid

                  Thomas BraunT 1 Reply Last reply
                  0
                  • G GOETSCHHOFER

                    @thomas-braun said in Anfänger sucht Hilfe bei Install. proxmox auf INTELNUC8i3BEK:

                    curl -sLf https://iobroker.net/install.sh | bash -

                    Eine blöde Zwischenfrage:
                    Bei Rsp Pi konnte ich so Einzeiler reinkopieren, hier funktioniert dies nicht.

                    Wie macht man dies hier oder muss man alles händisch eingeben ?

                    crunchipC Away
                    crunchipC Away
                    crunchip
                    Forum Testing Most Active
                    wrote on last edited by
                    #139

                    @goetschhofer definiere hier?

                    umgestiegen von Proxmox auf Unraid

                    1 Reply Last reply
                    0
                    • G GOETSCHHOFER

                      @thomas-braun said in Anfänger sucht Hilfe bei Install. proxmox auf INTELNUC8i3BEK:

                      curl -sLf https://iobroker.net/install.sh | bash -

                      Eine blöde Zwischenfrage:
                      Bei Rsp Pi konnte ich so Einzeiler reinkopieren, hier funktioniert dies nicht.

                      Wie macht man dies hier oder muss man alles händisch eingeben ?

                      da_WoodyD Online
                      da_WoodyD Online
                      da_Woody
                      wrote on last edited by
                      #140

                      @goetschhofer in putty kopierst du die zwischenablage mit der rechten maustaste ins fenster

                      gruß vom Woody
                      HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

                      G 1 Reply Last reply
                      1
                      • da_WoodyD da_Woody

                        @goetschhofer in putty kopierst du die zwischenablage mit der rechten maustaste ins fenster

                        G Offline
                        G Offline
                        GOETSCHHOFER
                        wrote on last edited by
                        #141

                        @da_woody

                        Ja, aber hier bei der Konsole geht dies nicht ?

                        da_WoodyD 1 Reply Last reply
                        0
                        • G GOETSCHHOFER

                          @da_woody

                          Ja, aber hier bei der Konsole geht dies nicht ?

                          da_WoodyD Online
                          da_WoodyD Online
                          da_Woody
                          wrote on last edited by da_Woody
                          #142

                          @goetschhofer ah, proxmox konsole, nein, da gehts nicht. tippen

                          warum nicht mit putty?

                          gruß vom Woody
                          HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

                          crunchipC 1 Reply Last reply
                          1
                          • da_WoodyD da_Woody

                            @goetschhofer ah, proxmox konsole, nein, da gehts nicht. tippen

                            warum nicht mit putty?

                            crunchipC Away
                            crunchipC Away
                            crunchip
                            Forum Testing Most Active
                            wrote on last edited by
                            #143

                            @da_woody natürlich geht das

                            umgestiegen von Proxmox auf Unraid

                            da_WoodyD 1 Reply Last reply
                            0
                            • crunchipC crunchip

                              @da_woody natürlich geht das

                              da_WoodyD Online
                              da_WoodyD Online
                              da_Woody
                              wrote on last edited by
                              #144

                              @crunchip sagte in Anfänger sucht Hilfe bei Install. proxmox auf INTELNUC8i3BEK:

                              natürlich geht das

                              wie denn? hab ich noch nie geschafft...

                              gruß vom Woody
                              HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

                              crunchipC 1 Reply Last reply
                              0
                              • da_WoodyD da_Woody

                                @crunchip sagte in Anfänger sucht Hilfe bei Install. proxmox auf INTELNUC8i3BEK:

                                natürlich geht das

                                wie denn? hab ich noch nie geschafft...

                                crunchipC Away
                                crunchipC Away
                                crunchip
                                Forum Testing Most Active
                                wrote on last edited by
                                #145

                                @da_woody na rechte Maustaste:joy:

                                umgestiegen von Proxmox auf Unraid

                                da_WoodyD G 2 Replies Last reply
                                0
                                • crunchipC crunchip

                                  @da_woody na rechte Maustaste:joy:

                                  da_WoodyD Online
                                  da_WoodyD Online
                                  da_Woody
                                  wrote on last edited by
                                  #146

                                  @crunchip nicht in der proxmox konsole...

                                  gruß vom Woody
                                  HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

                                  crunchipC 1 Reply Last reply
                                  0
                                  • da_WoodyD da_Woody

                                    @crunchip nicht in der proxmox konsole...

                                    crunchipC Away
                                    crunchipC Away
                                    crunchip
                                    Forum Testing Most Active
                                    wrote on last edited by
                                    #147

                                    @da_woody aber 100pro

                                    umgestiegen von Proxmox auf Unraid

                                    da_WoodyD 1 Reply Last reply
                                    0
                                    • crunchipC crunchip

                                      @da_woody aber 100pro

                                      da_WoodyD Online
                                      da_WoodyD Online
                                      da_Woody
                                      wrote on last edited by
                                      #148

                                      @crunchip bei mir in dem noVNC fenster tut das nicht...

                                      gruß vom Woody
                                      HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

                                      crunchipC 1 Reply Last reply
                                      0
                                      • Thomas BraunT Thomas Braun

                                        @goetschhofer sagte in Anfänger sucht Hilfe bei Install. proxmox auf INTELNUC8i3BEK:

                                        Ja, jetzt den Einzeiler noch und du bist da:

                                        curl -sLf https://iobroker.net/install.sh | bash -
                                        
                                        G Offline
                                        G Offline
                                        GOETSCHHOFER
                                        wrote on last edited by
                                        #149

                                        @thomas-braun

                                        Was mache ich hier falsch ?

                                        4ceed5f9-2952-43f1-99af-230fb58a85e1-image.png

                                        da_WoodyD 1 Reply Last reply
                                        0
                                        • crunchipC crunchip

                                          @thomas-braun sagte in Anfänger sucht Hilfe bei Install. proxmox auf INTELNUC8i3BEK:

                                          In der Datei sudoers muss nichts mehr gemacht werden

                                          frag ich mal vorsichtig nach, warum nicht?

                                          Thomas BraunT Online
                                          Thomas BraunT Online
                                          Thomas Braun
                                          Most Active
                                          wrote on last edited by Thomas Braun
                                          #150

                                          @crunchip sagte in Anfänger sucht Hilfe bei Install. proxmox auf INTELNUC8i3BEK:

                                          [EXKURS]

                                          frag ich mal vorsichtig nach, warum nicht?

                                          Weil über die Gruppenzugehörigkeit zur Gruppe 'sudo' schon alles geregelt ist. Die sudoers wird nur für Sonderfälle gebraucht. Der user 'iobroker' wird da z. B. drin geführt, damit der für gewisse Dinge auch root-Rechte bekommt. Aber auch nur für diese Dinge, nicht 'für alles'.

                                          pi@chet:~ $ sudo -u iobroker groups
                                          iobroker tty dialout audio video bluetooth redis gpio i2c
                                          

                                          Der iobroker ist gar nicht in der Gruppe sudo drin, kann aber ein paar Dinge dennoch im root-Kontext ausführen. Diese Ausnahmen sind z. B. in der sudoers eingetragen. (Ganz genau in der abhängigen Datei /etc/sudoers.d/iobroker)

                                          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 Reply Last reply
                                          1
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

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

                                          629

                                          Online

                                          32.7k

                                          Users

                                          82.6k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe