Get your IoT device connected to Iotistica in seconds
One-liner installation for Linux/macOS systems:
curl -sfL https://iotistica.com/agent/install | sh
â Works on Raspberry Pi, x86_64, and ARM devices
â Requires root/sudo privileges
â Downloads latest agent version from Azure
Before running the installer, verify the SHA256 checksum:
curl -sfL https://iotistica.com/agent/install.sha256
Or verify automatically while downloading:
curl -sfL https://iotistica.com/agent/install.sha256 | sha256sum -c -
Always verify checksums for critical infrastructure components
For advanced users or when using the one-liner isn't possible:
# Download the installer
curl -sfL https://iotistica.com/agent/install -o install.sh
# Make it executable
chmod +x install.sh
# Run with sudo
sudo ./install.sh
The agent installer sets up:
âšī¸ Total installation: ~500MB disk space
Requires Docker and systemd support
The installer requires root privileges. Use sudo:
sudo curl -sfL https://iotistica.com/agent/install | sh
Install curl first:
sudo apt-get install curl (Debian/Ubuntu)brew install curl (macOS)
Check installation logs:
sudo journalctl -u iotistica-agent -n 50 -f
Run the uninstall script:
sudo /opt/iotistica/bin/uninstall.sh
| Component | Minimum | Recommended |
|---|---|---|
| CPU | ARMv7 or x86_64 | ARM64 or modern x86_64 |
| Memory | 512MB | 2GB+ |
| Storage | 1GB free | 5GB+ free |
| OS | Linux (systemd) | Ubuntu 20.04+, Debian 11+, Raspberry Pi OS |
| Network | Internet connectivity | Stable wired or WiFi connection |