Fiber gets cut by municipal construction, neighborhood ONU units drop offline overnight, an ISP schedules regional maintenance — the reasons for a broadband outage vary, but the outcome is always the same: cameras go dark, access controls lose connection, and the POS system spins in circles. Among homelab enthusiasts, "what else can an industrial PC do" is a recurring topic, and one of the most popular answers is to turn it into a 4G/5G failover router (Cellular Failover Router): while the broadband line is healthy, traffic runs at full speed on the primary link; the moment the WAN drops, the system switches to cellular automatically — and switches back silently once the line recovers.
① Phone hotspot: disconnects when the screen locks, gets interrupted by incoming calls, and overheats over long sessions. Fine for emergencies, useless for unattended 7×24 operation.
② Consumer router with a USB 4G dongle: compatibility is a lottery, self-recovery after a drop is weak, and there is no guarantee it comes back after a power cycle.
③ Commercial dual-WAN enterprise routers: fully featured, not cheap, and ultimately still just a router.
An embedded industrial PC fills this gap nicely: at its core it is a Linux computer, yet it comes with industrial-grade connectivity and reliability engineering — and it can take on side jobs beyond failover routing.
1. Multi-link connectivity.The device needs Ethernet, cellular (4G/5G), and WiFi on board — without all three, "backup" has no physical basis.
2. Routing capability.Passing packets through as a gateway is not enough; the box must run routing, firewall, and VPN to genuinely take over the LAN's exit.
3. Stamina for continuous operation.A router is a device that stays powered all year: fanless aluminum housing, 9–36V wide-range power input, −25°C to +75°C operating temperature, and dual hardware/software watchdogs. These specs decide whether the unit can be left alone after installation.
Take the USR-EG628 as an example: an RK3562J quad-core Cortex-A53 processor (up to 2.0GHz), a standard Ubuntu system with Node-RED pre-installed and Docker support. On the network side it offers 2× Ethernet + 4G/5G + WiFi with network backup, and the bundled WukongEdge network management integrates routing, VPN, and firewall. The chassis also carries 2× RS485, 1× RS232, 1× CAN, and 2× USB — interfaces that will come up again in Section 4.
Step 1: Wiring.Connect the modem/primary broadband to ETH1 as WAN; connect ETH2 to the LAN switch or AP; insert the cellular module and SIM card, and route the external antenna to a spot with good signal, such as near a window.
Step 2: Configure primary and backup links.In WukongEdge's network management, set Ethernet as the primary link and cellular as the backup. The built-in network backup function continuously monitors the primary link, switches on failure, and falls back on recovery. For those who prefer full control over the logic, the unit runs standard Ubuntu — a script that probes a public address periodically and switches after consecutive failures works exactly as it would on a server, and third-party networking tools can be deployed in Docker as well.
Step 3: Tighten security policies.Behind the cellular link sits the carrier's network, so remote access during a switchover should rely on VPN tunnels, with firewall rules enabled in sync. WukongEdge already integrates these capabilities; what remains is writing the policies clearly.
Step 4: Add an alert.Drag a flow in the pre-installed Node-RED: when the link state changes, call a web API to push a notification to a phone. One push when the outage hits, one when the switchover completes, one when the link recovers — the timeline is plain to see afterwards.
Unplug the primary broadband, time the switchover, and check which LAN services are affected; plug it back in and confirm automatic fallback. At the installation site, first check local 4G/5G signal strength with a phone — if it is weak, move the antenna to a window or an exterior wall. For the SIM, an IoT data plan billed by usage is the sensible choice; the standby cost is close to zero.
Building a 4G/5G failover router with an embedded industrial PC delivers more than a second exit link: the serial ports, CAN, Docker, and Node-RED are all still there. Today it is a backup router; tomorrow it can be reworked into an acquisition gateway or an edge computing node — which is,