Hacker News new | ask | show | jobs
by InTheArena 253 days ago
The Edge Router line has been what, 5 years old since any major update? But these are still being supported. The CCTV stuff was replaced, again 5+ years ago, but I have been using Unifi switches, and Unifi protect for ~10 years now, and have not had a problem. Unifi Protect also supports ONVF now, which means it supports third party cameras, which was part of the reason people didn't like protect originally.
2 comments

> The Edge Router line has been what, 5 years old since any major update?

Where's the replacement for those anyway? From what I can tell, the new unifi routers don't even officially support SSH or Serial login, nor do they support the typical configure/commit/abort procedure, nor do they officially support loading/backup up config files, nor running custom cronjobs (which I need as German ISPs require even on FTTH a 24h reconnect, and if you don't schedule one, they'll schedule one for you)

I believe UISP stuff is intended to be the replacement for the Edge line. Haven't tried it yet, but my impression is that it's more similar to the Unifi line in terms of interfaces.
They do support SSH and well beyond feature parity with the edge switches (finally). But yes, they are UI driven not text driven.
How does it have feature parity if I have no ability to change the entire configuration programmatically, on reaction to certain changes?

My ISP requires a reconnect every 24h, assigning a new IPv4 and IPv6 prefix after every reconnect. That means after each reconnect I need to update DNS entries via RFC 2136, update the IPv6 range for VPN clients, and reconfigure my DECT basestation with the new IP addresses.

Currently I've got scripts as part of the config bundle that use the vyatta configure CLI to update the configuration after every reconnect, which also run on a crontab timer.

How would I support this use case on UnifiOS?

EdgeRouter series got major 3.0 update in August 2025, just a few months ago. It took them a while but it got released after series of release candidates.