KeeneticOS 5.1
KeeneticOS release notes for Keenetic Hero 5G (KN-4110) in the Development Channel
KeeneticOS releases in this channel show what we're working on right now. We update roughly weekly. N.B.: While releases in this channel do undergo testing, they are still sometimes bugs present, as we want you, our community, to share in what's new as soon as possible. Your input is really valued.
Keenetic Hero 5G (KN-4110) is currently in the Standard Updates support period and receives regular software updates, including security enhancements, new features, operating system updates, and bug fixes.
KeeneticOS 5.1 Alpha 6
14/03/2026
Fixed
The following fixes have been applied to the Web Interface.
Fixed the navigation to the Applications cards from the System Dashboard page. [NWI-4474]
Corrected the configuration of the management port number. [NWI-4747]
Fixed the on-hover display for the cog icon on the System Dashboard when using the Dark theme. [NWI-4712]
Minimized unnecessary polling of the Captive Portal service when accessing home network settings pages. [NWI-4368]
Fixed an issue with SSL connections to the cloud backend that was causing the Offline status to appear in the Mobile application. [SYS-1680]
Adjusted the parameters of the WS-Discovery
Hellomessage to fix a reboot issue with certain IP cameras. [NDM-4331]Resolved an issue where blocking of the IPsec inter-process communication (IPC) socket could cause the Web Interface to freeze. [NDM-4332]
Corrected the session flushing to ensure it complies with the DNS-based routing. [NDM-4336]
Fixed the extender's acquire and system update operations, and access to its Web Interface from the Wi-Fi System controller. [NDM-4339]
KeeneticOS 5.1 Alpha 5
07/03/2026
Improved
Confined WS-Discovery
Hellomessages by theBridge0interface (Home network) by default. [NDM-4314]Improved the storage status display on the Storages & Devices page. [NWI-4694]
Fixed
Fixed the rollback to the previously installed version when
system failederror messages appear during boot after the update. [NDM-4311]Fixed the DLNA service startup operation. [NDM-4315]
The following fixes have been applied to the Web Interface.
Fixed the automatic update of the active connections display on the Diagnostics page. [NWI-4713]
Corrected the language set reset upon OS manual update. [NWI-4703]
Fixed the Log in button on the user authentication page. [NWI-4718]
Fixed the tooltip display at the right edge of the Wi-Fi Monitor graph for wider screens. [NWI-4717]
Corrected the free SMS memory display for certain 5G/4G modem models. [NWI-4692]
Fixed the IP protocol missing in the Firewall rule editor. [NWI-4711]
Fixed the import of Wireguard configurations containing ASC parameters. [NDM-4313]
KeeneticOS 5.1 Alpha 4
03/03/2026
Fixed
This maintenance release for Keenetic Hero 5G (KN-4110) has only minor changes.
KeeneticOS 5.1 Alpha 3
28/02/2026
New
Added support for advanced WireGuard ASC parameters via configuration file import or by using command line interface (CLI). [NDM-4298]
interface {name} wireguard asc {jc} {jmin} {jmax} {s1} {s2} {h1} {h2} {h3} {h4} [{s3} {s4} {i1} {i2} {i3} {i4} {i5}]
Improved
Implemented turning off the modem power cycle for custom Internet availability checker (Ping Check) modes in the Web Interface. [NWI-4629]
Improved the operation of the Port Forwarding rule management buttons in the mobile view of the registered client settings in the Web Interface. [NWI-4672]
Fixed
Fixed an issue that caused the
URL must be filled for custom typeerror messages and prevented the use of some of the custom DDNS provider types. [NDM-4292]Corrected the sorting of clients by IP address on the Client Lists page in the Web Interface. [NWI-4677]
KeeneticOS 5.1 Alpha 2
21/02/2026
New
Implemented CLI commands to turn off the SSDP and WS-Discovery network host discovery methods. [NDM-4283]
interface {name} ssdp disable— turn off the Simple Service Discovery Protocol discovery on interface{name};interface {name} wsd disable— turn off the Web Services Dynamic Discovery device locator on interface{name}.
Implemented a timeout mechanism to switch back to the primary SIM on the dual-SIM modem. [NDM-4129]
interface {name} suspend timeout {seconds}— set a timeout before the temporary suspend occurs;interface {name} suspend schedule {schedule}— set a schedule specifying the time periods during which suspension is allowed.
Improved
Improved the line wrapping for the mobile view of the System Log popup in the Web Interface. [NWI-4680]
Fixed
Fixed the issue with the connection information display for wired client devices in the Wi-Fi System. [NDM-4282]
The following fixes have been applied to the Web Interface.
Fixed the sorting mode icon display in the Content Filter settings. [NWI-4671]
Fixed the tooltip display in the Proxy Connections list. [NWI-4670]
Resolved an issue where the ZeroWait DFS adjustment prevents the use of selected Wi-Fi channel width. [SYS-1544]
Eliminated security vulnerabilities: CVE-2014-3570 and CVE-2022-4304. [SYS-1542]
Enhanced the process for renewing the SSL certificate for the system domain name. [NDM-4284]
KeeneticOS 5.1 Alpha 1
16/02/2026
New
Implemented CLI commands to manage IPv6 access lists. [NDM-4130]
ipv6 access-list {acl}— create an IPv6 access list with name{acl};ipv6 access-list {acl} (permit | deny) ((tcp | udp) ({source} | (host {source}) | any) [port (((lt | gt | eq) {source-port}) | (range {source-port} {source-end-port}))] ({destination} | (host {destination}) | any) [port (((lt | gt | eq) {destination-port}) | (range {destination-port} {destination-end-port}))]) | ((((ipv6 | esp | ahp | pcp | sctp)) | {protocol}) ({source} | (host {source}) | any) ({destination} | (host {destination}) | any)) | (icmp ({source} | (host {source}) | any) ({destination} | (host {destination}) | any) [(icmp-message | ({icmp-type} [{icmp-code}]))])— specify details for IPv6 access rule;ipv6 access-list {acl} rule {index} (disable | (schedule {schedule}) | (order {new-index}) | (description {description}))— set description, schedule, priority, or turn off selected IPv6 access list rule;ipv6 access-list {acl} auto-delete— enable automatic deletion along with all bound network interfaces.
Implemented command line interface (CLI) tools to check and format the file system. To use it, install corresponding filesystem utilities via system components options selector on the System Settings page. [NDM-4239]
media {name} partition {partition} check— check the file system on a partition; ability to check depends on the installed filesystem utilities;media {name} partition {partition} format {type}— format a partition, supported file system types depend on the installed filesystem utilities.
Added an IPv6 rules management tab to the Firewall page of the Web Interface. [NWI-4614]

Introduced the Storages & Devices page to manage connected USB devices and storage units, including format, check, disconnect, and safe eject options. [NWI-4583]

Improved
Implemented basic access authentication (RFC 7617) for DNS-over-HTTPS (DoH) server URIs (
login:password@). [NDM-4168]Implemented a command line interface (CLI) option to connect to custom ZeroTier networks that use private root servers (moons). [NDM-4236]
interface {name} zerotier orbit {world-id} {moon-id}— set Zerotier connection using{world-id}and{moon-id}options.
The following improvements have been applied to the Web Interface.
Implemented prioritization support for DNS-based routing rules. [NWI-4659]
Added support for IPv6 URIs when configuring DNS-over-TLS (DoT) and DNS-over-HTTPS (DoH) secure DNS servers, such as
https://[2606:4700:4700::1111]:80/dns-query. [NWI-4610]Improved toggle state indication. [NWI-4661]
Added the DuckDNS preset to the Domain Name → DDNS page. [NDM-4273]
Fixed
Resolved an issue where the KeenDNS name was inaccessible to clients on the home network after switching the service from Cloud to Direct mode. [NDM-4255]
The following fixes have been applied to the Web Interface.
Fixed the editing of DNS-based routing rules. [NWI-4622]
Fixed the activation of toggles for the mobile view. [NWI-4632]
Fixed the shortening of client names on the Client Lists page. [NWI-4668]