A lightweight container orchestrator and device management agent designed for IoT edge devices. Deploy and manage applications remotely with enterprise-grade reliability.
Everything you need to manage IoT devices at the edge
Deploy and manage Docker containers and Kubernetes workloads remotely via declarative target state configuration. Choose Docker Compose for simplicity or K3s for advanced scenarios.
MQTT-based agent updates with automatic rollback on failure. Support for scheduled updates and staged rollouts across device fleets with zero downtime.
Encrypted OpenVPN connection to cloud platform with PKI certificate-based authentication and automatic reconnection for reliable, secure communication.
Live metrics and logs streamed via MQTT. Track CPU, memory, disk usage, and application health from the cloud dashboard with sub-second latency.
Native support for amd64, arm64, and armv7 platforms. Optimized for Raspberry Pi, industrial gateways, and x86 servers with the same codebase.
Choose Docker Compose for simplicity or K3s Kubernetes for advanced workloads. Switch between orchestrators without reinstallation based on your needs.
Choose your deployment method and get the agent running in minutes
Run the agent as a Docker container with automatic restart and host network access
curl -H 'Cache-Control: no-cache' -sL --proto '=https' https://apps.iotistic.ca/agent/install-docker | sudo bash
The script will prompt for your provisioning key and cloud API endpoint
Check agent status and logs:
docker ps | grep iotistic-agent
docker logs -f iotistic-agent
Run the agent as a native systemd service without Docker dependency
curl -H 'Cache-Control: no-cache' -sL --proto '=https' https://apps.iotistic.ca/agent/install-systemd | sudo bash
The script will prompt for your provisioning key and cloud API endpoint
Check agent status and logs:
sudo systemctl status iotistic-agent
sudo journalctl -u iotistic-agent -f
Native builds for all major IoT platforms
arm64 / aarch64
armv7 / armhf
amd64
Get started with the Iotistic Agent today and transform your edge devices into a managed fleet