{"id":30865021,"url":"https://github.com/skydashnet/genieacs-auto-installer","last_synced_at":"2026-06-23T17:32:11.021Z","repository":{"id":311283701,"uuid":"1043061998","full_name":"skydashnet/GenieACS-Auto-Installer","owner":"skydashnet","description":"GenieACS auto Installer on ArchLinux and Ubuntu","archived":false,"fork":false,"pushed_at":"2025-11-05T07:30:59.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-05T09:16:03.621Z","etag":null,"topics":["bash","bot","genieacs","genieacs-gui","internet","isp","mikrotik","monitoring","monitoring-tool","rtrwnet","skydashnet"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skydashnet.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-23T04:15:50.000Z","updated_at":"2025-11-05T07:31:02.000Z","dependencies_parsed_at":"2025-09-07T20:29:27.332Z","dependency_job_id":null,"html_url":"https://github.com/skydashnet/GenieACS-Auto-Installer","commit_stats":null,"previous_names":["skydashnet/genieacs-auto-installer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/skydashnet/GenieACS-Auto-Installer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skydashnet%2FGenieACS-Auto-Installer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skydashnet%2FGenieACS-Auto-Installer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skydashnet%2FGenieACS-Auto-Installer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skydashnet%2FGenieACS-Auto-Installer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skydashnet","download_url":"https://codeload.github.com/skydashnet/GenieACS-Auto-Installer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skydashnet%2FGenieACS-Auto-Installer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34700906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","bot","genieacs","genieacs-gui","internet","isp","mikrotik","monitoring","monitoring-tool","rtrwnet","skydashnet"],"created_at":"2025-09-07T20:20:05.008Z","updated_at":"2026-06-23T17:32:11.002Z","avatar_url":"https://github.com/skydashnet.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 GenieACS Auto Installer\n\n\n**Automated GenieACS installation scripts for Linux distributions**\n\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n[![GitHub stars](https://img.shields.io/github/stars/skydashnet/GenieACS-Auto-Installer.svg)](https://github.com/skydashnet/GenieACS-Auto-Installer/stargazers)\n[![GitHub forks](https://img.shields.io/github/forks/skydashnet/GenieACS-Auto-Installer.svg)](https://github.com/skydashnet/GenieACS-Auto-Installer/network)\n[![Issues](https://img.shields.io/github/issues/skydashnet/GenieACS-Auto-Installer.svg)](https://github.com/skydashnet/GenieACS-Auto-Installer/issues)\n\n---\n\n## ✨ Features\n\n- 🎯 **One-click installation** - Simple curl command to get started\n- 🛡️ **Auto database setup** - MongoDB or Redis/Valkey fallback\n- 🔥 **Firewall configuration** - UFW rules automatically configured\n- ⚙️ **Service management** - SystemD services with auto-restart\n- 🎨 **Custom port support** - Configure your preferred UI port\n- 📊 **Status verification** - Real-time service health checks\n- 🔧 **Clean output** - Minimal noise, maximum clarity\n\n## 🖥️ Supported Systems\n\n| Distribution | Status | Script |\n|-------------|--------|---------|\n| **Arch Linux** | ✅ Supported | `genieacs-arch.sh` |\n| **EndeavourOS** | ✅ Supported | `genieacs-arch.sh` |\n| **Ubuntu 20.04** | ✅ Supported | `genieacs-ubuntu.sh` |\n| **Ubuntu 22.04** | ✅ Supported | `genieacs-ubuntu.sh` |\n| **Ubuntu 24.04** | ✅ Supported | `genieacs-ubuntu.sh` |\n| **Debian** | ⚠️ Experimental | `genieacs-ubuntu.sh` |\n\n---\n\n## 🚀 Quick Start\n\n### For Arch Linux / EndeavourOS\n\n```bash\n# Download and run the installer\ncurl -fsSL https://raw.githubusercontent.com/skydashnet/GenieACS-Auto-Installer/main/genieacs-arch.sh | sudo bash\n```\n\n### For Ubuntu / Debian\n\n```bash\n# Download and run the installer\ncurl -fsSL https://raw.githubusercontent.com/skydashnet/GenieACS-Auto-Installer/main/genieacs-ubuntu.sh | sudo bash\n```\n\n---\n\n## 🛠️ Manual Installation\n\nIf you prefer to download and inspect the script first:\n\n### Arch Linux / EndeavourOS\n\n```bash\n# Download the script\nwget https://raw.githubusercontent.com/skydashnet/GenieACS-Auto-Installer/main/genieacs-arch.sh\n\n# Make it executable\nchmod +x genieacs-arch.sh\n\n# Run with sudo\nsudo ./genieacs-arch.sh\n```\n\n### Ubuntu / Debian\n\n```bash\n# Download the script\nwget https://raw.githubusercontent.com/skydashnet/GenieACS-Auto-Installer/main/genieacs-ubuntu.sh\n\n# Make it executable\nchmod +x genieacs-ubuntu.sh\n\n# Run with sudo\nsudo ./genieacs-ubuntu.sh\n```\n\n---\n\n## 📋 What Gets Installed?\n\nThe installer automatically sets up:\n\n### 🗄️ Database Layer\n- **MongoDB 6.0** (preferred) with official repositories\n- **Redis/Valkey** as fallback for compatibility\n\n### 🌐 GenieACS Components\n- **GenieACS v1.2.13** via npm\n- **CWMP Server** (Port 7547)\n- **NBI API** (Port 7557) \n- **File Server** (Port 7567)\n- **Web UI** (Port 3000 or custom)\n\n### 🔧 System Configuration\n- Dedicated `genieacs` system user\n- SystemD service files with auto-restart\n- UFW firewall rules\n- Log rotation and directory structure\n\n---\n\n## 🎛️ Configuration\n\n### Default Credentials\n```\nUsername: admin\nPassword: admin\n```\n\n### Default Ports\n- **Web UI**: 3000 (customizable during install)\n- **CWMP**: 7547\n- **NBI**: 7557  \n- **File Server**: 7567\n\n### Service Management\n\n```bash\n# Check all services\nsudo systemctl status genieacs-{cwmp,nbi,fs,ui}\n\n# View real-time logs\nsudo journalctl -u genieacs-ui -f\n\n# Restart a service\nsudo systemctl restart genieacs-ui\n\n# Stop all services\nsudo systemctl stop genieacs-{cwmp,nbi,fs,ui}\n\n# Start all services\nsudo systemctl start genieacs-{cwmp,nbi,fs,ui}\n```\n\n---\n\n## 🔍 Troubleshooting\n\n### Service Won't Start?\n```bash\n# Check service status\nsudo systemctl status genieacs-ui\n\n# Check detailed logs\nsudo journalctl -u genieacs-ui --no-pager\n\n# Check configuration\ncat /opt/genieacs/genieacs.env\n```\n\n### Can't Access Web UI?\n```bash\n# Check if port is open\nsudo ufw status\n\n# Verify service is listening\nsudo netstat -tlnp | grep :3000\n\n# Check firewall rules\nsudo iptables -L\n```\n\n### Database Connection Issues?\n```bash\n# For MongoDB\nsudo systemctl status mongod\nmongosh --eval \"db.runCommand({connectionStatus: 1})\"\n\n# For Redis\nsudo systemctl status redis-server\nredis-cli ping\n```\n\n---\n\n## 🎨 Customization\n\n### Change UI Port After Installation\n\n1. Edit the environment file:\n```bash\nsudo nano /opt/genieacs/genieacs.env\n```\n\n2. Update the port:\n```bash\nGENIEACS_UI_PORT=8080\n```\n\n3. Update firewall and restart:\n```bash\nsudo ufw allow 8080/tcp\nsudo systemctl restart genieacs-ui\n```\n\n### Custom Extensions\n\nPlace your custom extensions in:\n```bash\n/opt/genieacs/ext/\n```\n\n---\n\n## 🔐 Security Considerations\n\n- Change default admin credentials after first login\n- Consider setting up SSL/TLS for production use\n- Review firewall rules for your network requirements\n- Regularly update GenieACS and system packages\n\n---\n\n## 📊 Performance Tuning\n\nFor high-traffic deployments, consider:\n\n- Increasing Node.js memory limits\n- Database optimization (indexes, memory allocation)\n- Load balancing multiple GenieACS instances\n- SSD storage for database operations\n\n---\n\n## 🤝 Contributing\n\nWe welcome contributions! Please see our [Contributing Guidelines](CONTRIBUTING.md) for details.\n\n### Quick Contribution Guide\n\n1. Fork the repository\n2. Create a feature branch: `git checkout -b feature-name`\n3. Make your changes and test thoroughly\n4. Submit a pull request with a clear description\n\n---\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\n\n## 🙏 Acknowledgments\n\n- [GenieACS Project](https://genieacs.com/) for the excellent TR-069 ACS\n- The open-source community for continuous improvements\n- Contributors who help maintain and enhance these scripts\n\n---\n\n\u003cdiv align=\"center\"\u003e\n\nIf this helped you, please ⭐ star the repository!\n\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskydashnet%2Fgenieacs-auto-installer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskydashnet%2Fgenieacs-auto-installer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskydashnet%2Fgenieacs-auto-installer/lists"}