Skip to content

Murrelektronik MVK Pro

To install logiccloud control on the Murrelektronik MVK Pro, you can follow the general installation steps for ARM 32 based devices and install logiccloud using docker.

The logiccloud control container can be installed with the following command (depending on user rights, the command can also be preceded by sudo):

Terminal window
docker run -d -p 8080:8080 -v logiccloud-storage:/app/storage --mount type=tmpfs,destination=/app/logs,tmpfs-size=30000000 --name logiccloud-control --restart unless-stopped --add-host=host.docker.internal:host-gateway logiccloud/logiccloud-control:4.68.11

After the installation, you also need to install the logiccloud Activation service on your device. To do so, please follow our guide here: Activation Service

After finishing the installation, the logiccloud Control web interface can be accessed via <DEVICE IP>:8080.

See more information here: logiccloud Control