Skip to main content

Ixxon SecureEdge Pro Gateway

To install logiccloud control on the Ixxon SecureEdge Pro Gateway, you can follow the general installation steps for ARM 64 based devices and install logiccloud using docker.

Install logiccloud Control via Docker

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

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:3.5.13

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

important

By default, if you don't install the activation service, your license will be set to the demo license with a maximum of 2 hours for the runtime. To add the activation service, have a look 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