百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
G

genieacs

> 编程语言
开源

一个快速而轻量级的 TR-069 自动配置服务器 (ACS)

788 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

一个快速而轻量级的 TR-069 自动配置服务器 (ACS)

GenieACS

This is the development branch for GenieACS v1.3. It is unstable and not ready for production use. For the latest stable release, see the v1.2 branch.

GenieACS is a high performance Auto Configuration Server (ACS) for remote management of TR-069 enabled devices. It utilizes a declarative and fault tolerant configuration engine for automating complex provisioning scenarios at scale. It's battle-tested to handle hundreds of thousands and potentially millions of concurrent devices.

Quick Start

Install Node.js and MongoDB. Refer to their corresponding documentation for installation instructions. The supported versions are:

  • Node.js: 12.3+
  • MongoDB: 3.6+

Install GenieACS from NPM:

sudo npm install -g genieacs

To build from source instead, clone this repo or download the source archive then cd into the source directory then run:

npm install
npm run build

Finally, run the following services (found under ./dist/bin/ if building from source):

genieacs-cwmp

This is the service that the CPEs will communicate with. It listens on port 7547 by default. Configure the ACS URL in your devices accordingly.

You may optionally use genieacs-sim as a dummy TR-069 simulator if you don't have a CPE at hand.

genieacs-nbi

This is the northbound interface module. It exposes a REST API on port 7557 by default. This one is only required if you have an external system integrating with GenieACS using this API.

genieacs-fs

This is the file server from which the CPEs will download firmware images and such. It listens on port 7567 by default.

genieacs-ui

This serves the web based user interface. It listens on port 3000 by default. You must pass --ui-jwt-secret argument to supply the secret key used for signing browser cookies:

genieacs-ui --ui-jwt-secret secret

The UI has plenty of configuration options. When you open GenieACS's UI in a browser you'll be greeted with a database initialization wizard to help you populate some initial configuration.

Visit docs.genieacs.com for more documentation and a complete installation guide for production deployments.

Support

The forum is a good place to get guidance and help from the community. Head on over and join the conversation!

For commercial support options, please visit genieacs.com.

License

Copyright 2013-2026 GenieACS Inc. GenieACS is released under the AGPLv3 license terms.

Issues· 76 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

TypeScriptcwmptr-069

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言