N3uron is a powerful Industrial IoT platform that is very simple to install on ARM embedded devices. This guide will walk you through downloading, installing, and running N3uron on an ARMxy BL330 series Linux ARM32 system. Please follow the steps below carefully to ensure a successful setup.

Visit the official N3uron website.
Locate and click Download N3uron in the upper right corner to access the download page.
Select the Linux ARM32 version (or ARM64 if applicable).
Click DOWNLOAD SOFTWARE to download the installation package.
Once the package is downloaded, transfer it to your BL330 device and follow these steps to install N3uron:
Copy the downloaded installation package to the BL330 device.
Open a terminal and decompress the package by entering:
tar -zxvf n3uron-setup-linux-arm32-1.21.12-250219.1123.tar.gz
This extracts the files into the system.
Navigate to the extracted folder by entering:
cd /n3uron/bin
Run the installation command:
./n3uron install
Start the N3uron service with:
systemctl start n3uron
After installation, access the N3uron interface through a web browser:
Open a browser and enter the device’s IP address followed by the appropriate port:
For HTTP, use port 8003 (e.g., http://
For HTTPS, use port 8443 (e.g., https://
Log in using the default credentials:
Username: admin
Password: n3uron
Once logged in, the installation is complete, and you can begin using N3uron.
By following these steps, you should have N3uron installed and running on your BL330 device. Ensure you use the correct version (ARM32 or ARM64) for your system and verify the IP address and port when accessing the platform. For further configuration or troubleshooting, refer to N3uron’s official documentation.