No luci-app-nft-qos packages on OpenWrt 25.12.0

Hi after upgrade on OpenWrt 25.12.0 I not seen any more package luci-app-nft-qos


Previously I am using it to limit download and upload speed for some ip on my network.
How can I install it on OpenWrt 25.12.0?
P.S. luci-app-qos not work for me

This was dropped in September, due to being orphaned.

Its very bad, because no other easy way to limit the speed for some IPs in the network in OpenWrt 25.12.0

You can go back to 24.10 with nft-qos and list the tables it adds to the rules.

nft list ruleset

Find the tables that start with nft-qos and copy them to use as custom ruleset includes on 25.12. But you would need to maintain the rules manually and learn about nftables syntax.

1 Like

You can use QoSmate for that, as it has a built in rate limiter…

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.