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. Iobroker auf intel Nuc

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    16
    1
    262

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

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

Iobroker auf intel Nuc

Scheduled Pinned Locked Moved ioBroker Allgemein
iobroker nuc
192 Posts 13 Posters 30.4k Views 14 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.
  • K Kusi

    @bbtown sagte in Iobroker auf intel Nuc:

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

    4eb4a44b-bf1f-4096-9927-4bb30af21efc-image.png

    Weist du warum ich jetzt keinen Text in der Debian Konsole einfügen kann? Muss alles von Hand übertragen...

    crunchipC Offline
    crunchipC Offline
    crunchip
    Forum Testing Most Active
    wrote on last edited by
    #79

    @kusi debian ist minimalistischer als ubuntu, da muss das ein oder andere nachinstalliert werden, wie z.b curl

    apt install curl
    

    umgestiegen von Proxmox auf Unraid

    1 Reply Last reply
    0
    • BBTownB BBTown

      @kusi Du musst auf der VM auch curl installieren

      sudo apt update && apt dist-upgrade
      sudo apt install curl -y
      
      HomoranH Do not disturb
      HomoranH Do not disturb
      Homoran
      Global Moderator Administrators
      wrote on last edited by
      #80

      @bbtown sagte in Iobroker auf intel Nuc:

      @kusi Du musst auf der VM auch curl installieren

      und sudo
      und eine User anlegen und der Gruppe sudo zuweisen

      kein Support per PN! - Fragen im Forum stellen -
      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
      Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

      crunchipC 1 Reply Last reply
      1
      • HomoranH Homoran

        @bbtown sagte in Iobroker auf intel Nuc:

        @kusi Du musst auf der VM auch curl installieren

        und sudo
        und eine User anlegen und der Gruppe sudo zuweisen

        crunchipC Offline
        crunchipC Offline
        crunchip
        Forum Testing Most Active
        wrote on last edited by crunchip
        #81

        @homoran sudo ist, bzw wird automatisch installiert, wenn ein user angelegt wird, also nur curl nachinstallieren
        edit: wenn man bei der installation Root Passwort leer lässt

        umgestiegen von Proxmox auf Unraid

        1 Reply Last reply
        0
        • BBTownB BBTown

          @homoran
          funktionieren denn "automatischen Updates" mittlerweile ohne Subscription?
          Mir werden mögliche Updates angezeigt, jedoch stoße ich diese immer manuell an?!?

          D Offline
          D Offline
          darkiop
          Most Active
          wrote on last edited by
          #82

          @bbtown sagte in Iobroker auf intel Nuc:

          funktionieren denn "automatischen Updates" mittlerweile ohne Subscription?
          Mir werden mögliche Updates angezeigt, jedoch stoße ich diese immer manuell an?!?

          Ich mache auf meinen Maschinen per unattended-upgrades - Nachfolgendes aus meiner Doku. Damit werden die Debian Pakete automatisch aktulisiert. Die aus dem Proxmox Repo allerdings noch manuell.

          Installation:

          apt install unattended-upgrades -y
          echo unattended-upgrades unattended-upgrades/enable_auto_updates boolean true | debconf-set-selections; dpkg-reconfigure -f noninteractive unattended-upgrades
          

          Timer Anpassen (Bei Bedarf) - create /etc/systemd/system/apt-daily.timer.d/override.conf (= Timer für apt update)

          systemctl edit apt-daily.timer
          [Timer]
          OnCalendar=
          OnCalendar=*-*-* 0,4,8,12,16,20:00
          RandomizedDelaySec=15m
          
          # create /etc/systemd/system/apt-daily-upgrade.timer.d/override.conf (= Timer für upgrades)
          systemctl edit apt-daily-upgrade.timer
          [Timer]
          OnCalendar=
          OnCalendar=*-*-* 0,4,8,12,16,20:20
          RandomizedDelaySec=1m
          
          # manuel debug run
          unattended-upgrade -d
          
          # show timer configs
          systemctl cat apt-daily{,-upgrade}.timer
          # show timers
          systemctl --all list-timers apt-daily{,-upgrade}.timer
          

          https://wiki.debian.org/UnattendedUpgrades
          https://debian-handbook.info/browse/stable/sect.regular-upgrades.html
          https://unix.stackexchange.com/questions/178626/how-to-run-unattended-upgrades-not-daily-but-every-few-hours/541426#541426

          @homoran sagte in Iobroker auf intel Nuc:

          Das sieht allerdings anders aus

          Definitiv :)

          Proxmox-ioBroker-Redis-HA Doku: https://forum.iobroker.net/topic/47478/dokumentation-einer-proxmox-iobroker-redis-ha-umgebung

          1 Reply Last reply
          0
          • K Kusi

            @bbtown sagte in Iobroker auf intel Nuc:

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

            4eb4a44b-bf1f-4096-9927-4bb30af21efc-image.png

            Weist du warum ich jetzt keinen Text in der Debian Konsole einfügen kann? Muss alles von Hand übertragen...

            BBTownB Offline
            BBTownB Offline
            BBTown
            wrote on last edited by
            #83

            @kusi
            wo Du schon dabei bist:

            apt install sudo
            adduser <username>
            usermod -aG sudo <username>
            sudo timedatectl set-timezone Europe/Berlin
            sudo apt install cifs-utils -y
            sudo apt install nfs-common -y
            

            <username> muss ersetzt werden ... z.B. "iobroker" (ohne " ")

            ioBroker auf NUC (VM debian v13 (Trixie ), node v22.21.0 npm v10.9.4, js-controller v7.1.0 jsonl/jsonl / HomeMatic CCU-2 (Wired und Funk) / Philips HUE / echo.DOT / Broadlink RM pro / SONOS

            K 1 Reply Last reply
            0
            • K Kusi

              @bbtown sagte in Iobroker auf intel Nuc:

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

              4eb4a44b-bf1f-4096-9927-4bb30af21efc-image.png

              Weist du warum ich jetzt keinen Text in der Debian Konsole einfügen kann? Muss alles von Hand übertragen...

              D Offline
              D Offline
              darkiop
              Most Active
              wrote on last edited by darkiop
              #84

              @kusi sagte in Iobroker auf intel Nuc:

              Weist du warum ich jetzt keinen Text in der Debian Konsole einfügen kann? Muss alles von Hand übertragen...

              Ja, einfach gesagt, weil die Web-Konsole der VM eine andere ist wie der LXCs. Für die VM, grundlegende Einrichtung nach der Installation:

              # install sudo & git
              apt update
              apt upgrade -y
              apt install sudo git -y
              # adduser (as root)
              adduser kusi
              # add user 'kusi' to group 'sudo' (as root)
              usermod -a -G sudo kusi
              # set timezone (as root)
              ln -fs /usr/share/zoneinfo/Europe/Berlin /etc/localtime
              dpkg-reconfigure -f noninteractive tzdata
              #setup timeserver sync
              systemctl status systemd-timesyncd
              sed -i 's/#NTP=/NTP=192.168.1.1/' /etc/systemd/timesyncd.conf
              timedatectl set-ntp off
              timedatectl set-ntp on
              systemctl status systemd-timesyncd
              # keyboard layout (as root)
              dpkg-reconfigure locales
              # set a new hostname
              hostnamectl set-hostname NAME
              # after this: change the name in /etc/hosts with an editor manually
              # switch user
              su kusi
              
              

              Proxmox-ioBroker-Redis-HA Doku: https://forum.iobroker.net/topic/47478/dokumentation-einer-proxmox-iobroker-redis-ha-umgebung

              BBTownB 1 Reply Last reply
              0
              • BBTownB BBTown

                @kusi
                wo Du schon dabei bist:

                apt install sudo
                adduser <username>
                usermod -aG sudo <username>
                sudo timedatectl set-timezone Europe/Berlin
                sudo apt install cifs-utils -y
                sudo apt install nfs-common -y
                

                <username> muss ersetzt werden ... z.B. "iobroker" (ohne " ")

                K Offline
                K Offline
                Kusi
                wrote on last edited by
                #85

                @bbtown
                a8775ecd-a9ed-4740-8d7c-5f5d9633d031-image.png

                HomoranH crunchipC BBTownB 3 Replies Last reply
                0
                • K Kusi

                  @bbtown
                  a8775ecd-a9ed-4740-8d7c-5f5d9633d031-image.png

                  HomoranH Do not disturb
                  HomoranH Do not disturb
                  Homoran
                  Global Moderator Administrators
                  wrote on last edited by Homoran
                  #86

                  @kusi dann hast du einen user pi angelegt, der nicht der Gruppe sudo zugeordnet wurde, weil sudo noch nicht existierte

                  kein Support per PN! - Fragen im Forum stellen -
                  Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                  Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                  der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                  1 Reply Last reply
                  0
                  • K Kusi

                    @bbtown
                    a8775ecd-a9ed-4740-8d7c-5f5d9633d031-image.png

                    crunchipC Offline
                    crunchipC Offline
                    crunchip
                    Forum Testing Most Active
                    wrote on last edited by
                    #87

                    @kusi du versucht als user pi sudo zu installieren

                    umgestiegen von Proxmox auf Unraid

                    HomoranH 1 Reply Last reply
                    0
                    • K Kusi

                      @bbtown
                      a8775ecd-a9ed-4740-8d7c-5f5d9633d031-image.png

                      BBTownB Offline
                      BBTownB Offline
                      BBTown
                      wrote on last edited by BBTown
                      #88

                      @kusi

                      folgendes als root ausführen

                      usermod -aG sudo pi
                      

                      danach neu als "kusi" oder als "pi" anmelden

                      ioBroker auf NUC (VM debian v13 (Trixie ), node v22.21.0 npm v10.9.4, js-controller v7.1.0 jsonl/jsonl / HomeMatic CCU-2 (Wired und Funk) / Philips HUE / echo.DOT / Broadlink RM pro / SONOS

                      K 1 Reply Last reply
                      0
                      • crunchipC crunchip

                        @kusi du versucht als user pi sudo zu installieren

                        HomoranH Do not disturb
                        HomoranH Do not disturb
                        Homoran
                        Global Moderator Administrators
                        wrote on last edited by
                        #89

                        @crunchip sagte in Iobroker auf intel Nuc:

                        @kusi du versucht als user pi sudo zu installieren

                        @crunchip sagte in Iobroker auf intel Nuc:

                        @homoran sudo ist, bzw wird automatisch installiert, wenn ein user angelegt wird, also nur curl nachinstallieren

                        :?:

                        kein Support per PN! - Fragen im Forum stellen -
                        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                        Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                        der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                        crunchipC BBTownB 2 Replies Last reply
                        0
                        • BBTownB BBTown

                          @kusi

                          folgendes als root ausführen

                          usermod -aG sudo pi
                          

                          danach neu als "kusi" oder als "pi" anmelden

                          K Offline
                          K Offline
                          Kusi
                          wrote on last edited by
                          #90

                          @bbtown sagte in Iobroker auf intel Nuc:

                          usermod -aG sudo pi

                          Kommando nicht gefunden

                          D 1 Reply Last reply
                          0
                          • HomoranH Homoran

                            @crunchip sagte in Iobroker auf intel Nuc:

                            @kusi du versucht als user pi sudo zu installieren

                            @crunchip sagte in Iobroker auf intel Nuc:

                            @homoran sudo ist, bzw wird automatisch installiert, wenn ein user angelegt wird, also nur curl nachinstallieren

                            :?:

                            crunchipC Offline
                            crunchipC Offline
                            crunchip
                            Forum Testing Most Active
                            wrote on last edited by crunchip
                            #91

                            @homoran habs oben editiert, wenn beim install, root leer gelassen wird. Hier existiert doch ein ausführlicher Thread zum Thema VM erstellen in Proxmox
                            habs rausgesucht https://forum.iobroker.net/topic/43476/iobroker-in-proxmox-auf-debian-bereitstellen?_=1625165072221

                            umgestiegen von Proxmox auf Unraid

                            1 Reply Last reply
                            0
                            • K Kusi

                              @bbtown sagte in Iobroker auf intel Nuc:

                              usermod -aG sudo pi

                              Kommando nicht gefunden

                              D Offline
                              D Offline
                              darkiop
                              Most Active
                              wrote on last edited by
                              #92

                              @kusi sagte in Iobroker auf intel Nuc:

                              @bbtown sagte in Iobroker auf intel Nuc:

                              usermod -aG sudo pi

                              Kommando nicht gefunden

                              Du bist kein root mehr ... usermod als root, dann zum neuen User wechseln. Siehe oben ....

                              Proxmox-ioBroker-Redis-HA Doku: https://forum.iobroker.net/topic/47478/dokumentation-einer-proxmox-iobroker-redis-ha-umgebung

                              K 1 Reply Last reply
                              0
                              • HomoranH Homoran

                                @crunchip sagte in Iobroker auf intel Nuc:

                                @kusi du versucht als user pi sudo zu installieren

                                @crunchip sagte in Iobroker auf intel Nuc:

                                @homoran sudo ist, bzw wird automatisch installiert, wenn ein user angelegt wird, also nur curl nachinstallieren

                                :?:

                                BBTownB Offline
                                BBTownB Offline
                                BBTown
                                wrote on last edited by
                                #93

                                @homoran
                                im Grunde laufe ich bei jedem Container und jeder VM diesen Ablauf durch:

                                #Proxmox Einstellungen in jeder LXC/VM
                                apt install sudo
                                apt install curl -y # Installation über https
                                dpkg-reconfigure tzdata #Zeitzone einstellen - Abfrage der Zeitzone mit "date"
                                oder timedatectl set-local-rtc 1
                                oder timedatectl set-timezone Europe/Berlin
                                apt install ncdu -y  # ähnlich wie "treesize"
                                apt install cifs-utils -y  # SMB Netzwerklaufwerke mounten
                                apt install nfs-common -y  # NFS Laufwerke musik@szendeleit
                                apt install net-tools
                                apt install nmap -y
                                apt install nethogs -y  # ausführen über: nethogs -v 3
                                apt install neofetch -y # Systeminformationen Aufruf: neofetch
                                apt install vsftpd -y # Eintellungen siehe weiter unten
                                adduser <username>
                                usermod -aG sudo <username> # einem User sudo Rechte geben
                                
                                # ftp Server auf LXC einrichten
                                apt install vsftpd -y
                                nano /etc/vsftpd.conf
                                # Edit these lines, first disable anonymous FTP access for security purposes
                                anonymous_enable=NO
                                local_enable=YES
                                write_enable=YES
                                force_dot_files=YES
                                nano /etc/ftpusers
                                #root
                                service vsftpd restart
                                
                                # ssh Zugriff in LXC Container zulassen
                                # inside container, open /etc/ssh/sshd_config and change PermitRootLogin to yes.
                                nano /etc/ssh/sshd_config
                                # Authentication:
                                LoginGraceTime 120
                                StrictModes yes
                                

                                ioBroker auf NUC (VM debian v13 (Trixie ), node v22.21.0 npm v10.9.4, js-controller v7.1.0 jsonl/jsonl / HomeMatic CCU-2 (Wired und Funk) / Philips HUE / echo.DOT / Broadlink RM pro / SONOS

                                D 1 Reply Last reply
                                0
                                • D darkiop

                                  @kusi sagte in Iobroker auf intel Nuc:

                                  @bbtown sagte in Iobroker auf intel Nuc:

                                  usermod -aG sudo pi

                                  Kommando nicht gefunden

                                  Du bist kein root mehr ... usermod als root, dann zum neuen User wechseln. Siehe oben ....

                                  K Offline
                                  K Offline
                                  Kusi
                                  wrote on last edited by
                                  #94

                                  @darkiop
                                  d2a139b5-d740-4384-ac16-136024c41d48-image.png

                                  Habe mich als Root angemeldet...

                                  BBTownB 1 Reply Last reply
                                  0
                                  • BBTownB BBTown

                                    @homoran
                                    im Grunde laufe ich bei jedem Container und jeder VM diesen Ablauf durch:

                                    #Proxmox Einstellungen in jeder LXC/VM
                                    apt install sudo
                                    apt install curl -y # Installation über https
                                    dpkg-reconfigure tzdata #Zeitzone einstellen - Abfrage der Zeitzone mit "date"
                                    oder timedatectl set-local-rtc 1
                                    oder timedatectl set-timezone Europe/Berlin
                                    apt install ncdu -y  # ähnlich wie "treesize"
                                    apt install cifs-utils -y  # SMB Netzwerklaufwerke mounten
                                    apt install nfs-common -y  # NFS Laufwerke musik@szendeleit
                                    apt install net-tools
                                    apt install nmap -y
                                    apt install nethogs -y  # ausführen über: nethogs -v 3
                                    apt install neofetch -y # Systeminformationen Aufruf: neofetch
                                    apt install vsftpd -y # Eintellungen siehe weiter unten
                                    adduser <username>
                                    usermod -aG sudo <username> # einem User sudo Rechte geben
                                    
                                    # ftp Server auf LXC einrichten
                                    apt install vsftpd -y
                                    nano /etc/vsftpd.conf
                                    # Edit these lines, first disable anonymous FTP access for security purposes
                                    anonymous_enable=NO
                                    local_enable=YES
                                    write_enable=YES
                                    force_dot_files=YES
                                    nano /etc/ftpusers
                                    #root
                                    service vsftpd restart
                                    
                                    # ssh Zugriff in LXC Container zulassen
                                    # inside container, open /etc/ssh/sshd_config and change PermitRootLogin to yes.
                                    nano /etc/ssh/sshd_config
                                    # Authentication:
                                    LoginGraceTime 120
                                    StrictModes yes
                                    
                                    D Offline
                                    D Offline
                                    darkiop
                                    Most Active
                                    wrote on last edited by
                                    #95

                                    @bbtown sagte in Iobroker auf intel Nuc:

                                    im Grunde laufe ich bei jedem Container und jeder VM diesen Ablauf durch:

                                    Ich hab dazu meine

                                    https://github.com/darkiop/dotfiles

                                    Gerne mal anschauen, neben dem Install Skript für die dotfiles gibts auch noch ein paar andere für die Grundlegende Config (SSH; fail2ban).

                                    Allerdings müsste das Repo auch mal wieder aufgeräumt werden, da ist sicher noch die ein oder andere Leiche versteckt :)

                                    Über das Install-Skript kann auch direkt (natürlich nur bei lokalen Maschienen nutzen) Samba installiert werden und somit die CIFS Freigabe für Windows Clients bereitstellen.

                                    Proxmox-ioBroker-Redis-HA Doku: https://forum.iobroker.net/topic/47478/dokumentation-einer-proxmox-iobroker-redis-ha-umgebung

                                    BBTownB 1 Reply Last reply
                                    2
                                    • K Kusi

                                      @darkiop
                                      d2a139b5-d740-4384-ac16-136024c41d48-image.png

                                      Habe mich als Root angemeldet...

                                      BBTownB Offline
                                      BBTownB Offline
                                      BBTown
                                      wrote on last edited by
                                      #96

                                      @kusi meine Herren, Du hast doch weiter oben den User kusi angelegt und in die Gruppe sudoers gepackt weshalb hast Du den User angelegt wenn du ihn nicht verwendest?

                                      ioBroker auf NUC (VM debian v13 (Trixie ), node v22.21.0 npm v10.9.4, js-controller v7.1.0 jsonl/jsonl / HomeMatic CCU-2 (Wired und Funk) / Philips HUE / echo.DOT / Broadlink RM pro / SONOS

                                      K D 2 Replies Last reply
                                      0
                                      • Thomas BraunT Online
                                        Thomas BraunT Online
                                        Thomas Braun
                                        Most Active
                                        wrote on last edited by Thomas Braun
                                        #97

                                        @bbtown
                                        Besser nicht 'iobroker' als User anlegen. Der wird schon vom iob-Installer als Systemuser angelegt.

                                        Siehe z. B. auf meinem System:

                                        iobroker:x:1001:1001::/home/iobroker:/usr/sbin/nologin
                                        echad:x:1002:1002:Thomas Braun,,,:/home/echad:/bin/bash
                                        

                                        Der iobroker bekommt also nologin verpasst, im Gegensatz zu einem normalen User, der die bash bekommt.

                                        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

                                        BBTownB 1 Reply Last reply
                                        2
                                        • Thomas BraunT Thomas Braun

                                          @bbtown
                                          Besser nicht 'iobroker' als User anlegen. Der wird schon vom iob-Installer als Systemuser angelegt.

                                          Siehe z. B. auf meinem System:

                                          iobroker:x:1001:1001::/home/iobroker:/usr/sbin/nologin
                                          echad:x:1002:1002:Thomas Braun,,,:/home/echad:/bin/bash
                                          

                                          Der iobroker bekommt also nologin verpasst, im Gegensatz zu einem normalen User, der die bash bekommt.

                                          BBTownB Offline
                                          BBTownB Offline
                                          BBTown
                                          wrote on last edited by
                                          #98

                                          @thomas-braun guter hinweis :+1:

                                          ioBroker auf NUC (VM debian v13 (Trixie ), node v22.21.0 npm v10.9.4, js-controller v7.1.0 jsonl/jsonl / HomeMatic CCU-2 (Wired und Funk) / Philips HUE / echo.DOT / Broadlink RM pro / SONOS

                                          1 Reply Last reply
                                          0
                                          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

                                          597

                                          Online

                                          32.7k

                                          Users

                                          82.5k

                                          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