{"id":23628263,"url":"https://github.com/armbian/configng","last_synced_at":"2026-04-17T00:04:16.458Z","repository":{"id":65022180,"uuid":"564977348","full_name":"armbian/configng","owner":"armbian","description":"A comprehensive system configuration utility for Armbian. Running in the terminal, this tool provides an interactive menu to manage system settings, such as software installation, network configuration, firewall setup, and system tweaking.","archived":false,"fork":false,"pushed_at":"2026-04-14T05:56:08.000Z","size":327868,"stargazers_count":94,"open_issues_count":38,"forks_count":58,"subscribers_count":7,"default_branch":"main","last_synced_at":"2026-04-14T07:35:34.970Z","etag":null,"topics":["cockpit","deluge","homeassistant","kvm","mariadb","netconfig","netdata","netplan","nextcloud","openhab","owncloud","phpmyadmin","pi-hole","proxmox","radarr","sonarr","swag","transmission","uptimekuma","webmin"],"latest_commit_sha":null,"homepage":"https://docs.armbian.com/User-Guide_Armbian-Config/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/armbian.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"liberapay":"armbian","open_collective":"armbian","github":"armbian","custom":["armbian.com/donate"]}},"created_at":"2022-11-12T00:49:54.000Z","updated_at":"2026-04-14T05:55:23.000Z","dependencies_parsed_at":"2023-12-23T17:26:07.403Z","dependency_job_id":"a337da8f-38d3-44f6-a7ea-8cda5b1f9bdf","html_url":"https://github.com/armbian/configng","commit_stats":null,"previous_names":[],"tags_count":613,"template":false,"template_full_name":null,"purl":"pkg:github/armbian/configng","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armbian%2Fconfigng","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armbian%2Fconfigng/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armbian%2Fconfigng/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armbian%2Fconfigng/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/armbian","download_url":"https://codeload.github.com/armbian/configng/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armbian%2Fconfigng/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31909237,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cockpit","deluge","homeassistant","kvm","mariadb","netconfig","netdata","netplan","nextcloud","openhab","owncloud","phpmyadmin","pi-hole","proxmox","radarr","sonarr","swag","transmission","uptimekuma","webmin"],"created_at":"2024-12-28T00:32:29.849Z","updated_at":"2026-04-17T00:04:16.428Z","avatar_url":"https://github.com/armbian.png","language":"Shell","readme":"\u003ch2 align=\"center\"\u003e\n  \u003ca href=#\u003e\u003cimg src=\"https://raw.githubusercontent.com/armbian/.github/master/profile/logosmall.png\" alt=\"Armbian logo\"\u003e\u003c/a\u003e\n  \u003cbr\u003e\u003cbr\u003e\n\u003c/h2\u003e\n\n### Purpose of This Repository\n\nThis repository contains the source code for **Armbian Config**, a versatile and extremly **lightweight configuration utility** designed to simplify and automate common system tasks within the Armbian Linux environment.\n\nArmbian Config provides interactive and scriptable routines for:\n\n- Initial system setup and personalization  \n- Networking configuration, including Wi-Fi, VPN, and static IP  \n- Sandboxed software installation and system updates  \n- Kernel selection, switching, and firmware management  \n- Enabling and managing hardware-specific features  \n\nIt is especially useful for single board computers (SBCs), helping users quickly prepare a ready-to-use system without manual intervention.\n\n### Quick Start\n\nArmbian Config comes **preinstalled** with Armbian images.\n\nTo launch the utility:\n\n1. Open a terminal (locally or via SSH)\n2. Run the following command:\n\n```bash\narmbian-config\n```\n\n\u003ca href=#\u003e\u003cimg src=.github/images/common.png\u003e\u003c/a\u003e\n\n### Compatibility\n\nThis tool is optimized for use with [**Armbian Linux**](https://www.armbian.com), but in theory, it should also work on any systemd-based, APT-compatible Linux distribution — including Linux Mint, Elementary OS, Kali Linux, MX Linux, Parrot OS, Proxmox, Raspberry Pi OS, and others.\n\u003cdetails\u003e\u003csummary\u003eAdd Armbian key + repository and install the tool:\u003c/summary\u003e\n  \n```bash\nwget -qO - https://apt.armbian.com/armbian.key | gpg --dearmor | \\\nsudo tee /usr/share/keyrings/armbian.gpg \u003e /dev/null\ncat \u003c\u003c EOF | sudo tee /etc/apt/sources.list.d/armbian-config.sources \u003e /dev/null\nTypes: deb\nURIs: https://github.armbian.com/configng\nSuites: stable\nComponents: main\nSigned-By: /usr/share/keyrings/armbian.gpg\nEOF\nsudo apt update\nsudo apt -y install armbian-config\narmbian-config\n```\n\u003c/details\u003e\n\n### Contribute\n\nWant to expand **Armbian Config** with new features or tools? Whether you're adding a new software title, enhancing an existing configuration module, or introducing entirely new functionality, we welcome your ideas and code.\n\n\u003chttps://docs.armbian.com/Contribute/Armbian-config\u003e\n\n\u003e 📌 Tip: Keep your changes modular and easy to maintain — this helps us review and merge your contribution faster.\n\n### Support\n\nArmbian offers multiple support channels, depending on your needs:\n\n- **Community Forums**  \n  Get help from fellow users and contributors on a wide range of topics — from troubleshooting to development.  \n  👉 [forum.armbian.com](https://forum.armbian.com)\n\n- **Discord / IRC / Matrix Chat**  \n  Join real-time discussions with developers and community members for faster feedback and collaboration.  \n  👉 [Community Chat](https://docs.armbian.com/Community_IRC/)\n\n- **Paid Consultation**  \n  For advanced needs, commercial projects, or guaranteed response times, paid support is available directly from Armbian maintainers.  \n  👉 [Contact us](https://www.armbian.com/contact) to discuss consulting options.\n\n### Contributors\n\nThanks to all who have contributed to Armbian Config!\n\n\u003ca href=\"https://github.com/armbian/configng/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=armbian/configng\" /\u003e\n\u003c/a\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\n### Armbian Partners\n\nArmbian's [partnership program](https://forum.armbian.com/subscriptions) helps to support Armbian and the Armbian community! Please take a moment to familiarize yourself with [our Partners](https://armbian.com/partners).\n","funding_links":["https://liberapay.com/armbian","https://opencollective.com/armbian","https://github.com/sponsors/armbian","armbian.com/donate"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farmbian%2Fconfigng","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farmbian%2Fconfigng","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farmbian%2Fconfigng/lists"}