OpenWrt Forum Archive

Topic: Router Management System

The content of this topic has been archived on 5 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Is there a good (read: powerful and preferably simple) interface out there that can manage different settings for different OpenWRT routers across a network? I work in a network where we often need to make changes to all the access points simultaneously and this would be marvelous.

Googling and searching yielded me no results, but I'm perhaps not using the correct keywords. Thanks in advance!

Well there isn't one as far as I know... Christoph König submitted a patch adding cfengine package, and although it isn't accepted yet, you can get it from here:
http://patchwork.openwrt.org/patch/1028/
It is for cfengine 2.2.10, but it is trivial to modify it to install the latest cfengine 3.2.3
With cfengine you could potentially manage the configuration of many routers (and/or other devices), and it is very powerful, however it is not really simple. There are other tools for configuration management like puppet and chef which are simple, but they are based on ruby and are not really suitable for limited hardware (at least until there is a smaller ruby vm which runs fine on our routers). So anyway in my opinion your best bet for now is cfengine.

I'm not sure if it's useable and if someone is still working on it, but it seems like something you should look into: https://github.com/kaptk2/AirKey

The discussion might have continued from here.