2.2.1 Release Package
Download Release
Starting from v1.0, IoTGateway is split into Community Edition and Enterprise Edition.
v3.0.1 Release Downloads
| Platform | Architecture | Download Link |
|---|---|---|
| Windows | x64 | Download |
| Windows | x86 | Download |
| Linux | x64 | Download |
| Linux | ARM64 | Download |
| Linux | ARMv7 | Download |
Release History
See Gitee Releases or GitHub Releases for all versions.
Running
Windows
- Download and extract the release package
- Right-click
IoTGateway.exeand select Run as Administrator - Open your browser and navigate to
http://localhost:518
Linux
- Download and extract the release package
- Grant execute permissions:
chmod +x IoTGateway
- Run the gateway:
sudo ./IoTGateway
- Access the web interface at
http://<your-ip>:518