Today, let’s learn the Advanced Development Guide for EC Series ARM Industrial Computers. But first of all, we should know more about it.
The EC Series ARM industrial computers feature an optimized Ubuntu system at their core, providing a stable foundation for industrial applications. They come pre-installed with Node-RED and NeuronEX software.
Not only do they rapidly integrate business development with professional industrial data acquisition, but they also significantly enhance the development efficiency and operational reliability of industrial IoT solutions.
To help developers understand and use EC gateways, we previously released the EC100 Development Guide and the EC300 Development Guide. However, if you’ve forgotten basic info such as the EC gateway backend URL, please review the EC Series Gateway Learning Guide.

Advanced Development
1. Remote Management – FRP
FRP is a fully open-source project. By deploying the FRP server on a machine with a public IP address, you can easily expose internal network services to the public internet. Simply put, FRP maps a local web service port to a port on the public server. Once mapped, accessing the public server’s port directly allows access to the local web service.
This is how the EG series implements its remote functionality. FRP is extremely lightweight and simple to deploy, requiring only a single configuration file modification to complete the mapping. EC series customers can set up their own servers to enable remote management. For detailed information, please refer to:
frp/README_zh.md at dev .fatedier/frp
2. WEB Configuration – FUXA
FUXA is a fully web-based, cross-platform, full-stack software solution designed specifically for process visualization, encompassing SCADA/HMI dashboard functionality. It utilizes Node.js as its backend technology stack and Angular for frontend development, supporting modern browsers.
FUXA’s strength lies in its ability to create customizable process views, display real-time data, and communicate with diverse devices. It supports industrial communication standards, including Modbus RTU/TCP, Siemens S7 protocol, OPC-UA, BACnetIP, MQTT, and EthernetIP.
FUXA is a fully open-source project, allowing users to selectively install components based on their needs. For detailed information, please refer to:
We also provide software development and customization services. If needed, please contact our sales team.