Install ioBroker on Raspberry Pi

Installation Node.js

  1. Update package source:
    1. curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -
  2. Install Nodejs and other dependencies:
    1.  sudo apt install nodejs build-essential python

Installation ioBroker

  1. Install ioBroker
    1. sudo mkdir /opt/iobroker
    2. sudo chmod 777 /opt/iobroker
    3. cd /opt/iobroker
    4. sudo npm install iobroker --unsafe-perm
  2. Call up ioBroker via IP in the web browser: http://IP-Adresse:8081

Leave a comment now

Leave a comment

E-mail address will not be published.


*