Installation of ioBroker
Create a directory and install ioBroker using the node package manager:
sudo mkdir /opt/iobroker
sudo chmod 777 /opt/iobroker
cd /opt/iobroker
sudo npm install iobroker --unsafe-perm
Check if ioBroker is up with your webbrowser: http://<IP Address of your Pi>:8081