README.md

April 16, 2026 ยท View on GitHub

GenieACS Services banner

GenieACS Services

GitHub Stars GitHub Forks License

Systemd and Supervisord service files for GenieACS.


Recommended way to deploy GenieACS, instructions here: https://github.com/genieacs/genieacs/wiki/Docker-Installation-with-Docker-Compose

Instructions for Systemd:

cp genieacs-cwmp.service /etc/systemd/system/
systemctl enable genieacs-cwmp.service

cp genieacs-nbi.service /etc/systemd/system/
systemctl enable genieacs-nbi.service

cp genieacs-fs.service /etc/systemd/system/
systemctl enable genieacs-fs.service

cp genieacs-ui.service /etc/systemd/system/
systemctl enable genieacs-ui.service

In order to see & follow the logs:

journalctl -f -u genieacs-X.service

Instructions for Supervisord:

Just copy the supervisord.conf file to /etc/supervisor/conf.d/

GenieACS Ecosystem

This project is part of a broader set of tools for working with GenieACS:

ProjectTypeDescription
genieacs-dockerDocker + HelmProduction-ready multi-arch Docker image and Helm chart
genieacs-ansibleAnsible CollectionDynamic inventory plugin and device management modules
genieacs-mcpMCP ServerAI-assisted device management via Model Context Protocol
genieacs-haHA IntegrationHome Assistant integration for TR-069 monitoring
n8n-nodes-genieacsn8n NodeWorkflow automation for GenieACS
genieacs-sim-containerSimulatorDocker-based GenieACS simulator for testing