Installing the SberDevices IoT Agent app on a Wiren Board controller
Last updated on August 20, 2024
The SberDevices IoT Agent application is currently in beta testing: we are actively improving it.
To install the SberDevices IoT Agent app, you will need to connect to the controller via SSH and execute the following commands:
curl -fsSL https://nexus.iot.sberdevices.ru/repository/gpg-wirenboard/public.gpg.key | apt-key add -
echo 'deb https://nexus.iot.sberdevices.ru/repository/wirenboard/ main main' > /etc/apt/sources.list.d/sberdevices-iot.list
apt-get update
apt-get install sberdevices-iot-agent
To launch and stop the agent, use the following commands:
systemctl start sberdevices-iot-agent
systemctl stop sberdevices-iot-agent
The agent interface will be available at http://<controller IP address>:8090/
.