A curated list of amazingly awesome Free and Open-Source sysadmin resources. Please read the Pull Request template if you wish to add software and consider ย ย ย ย 49โญ ย ย ย ย ย 4๐ด donating) to the FLOSS projects you use regularly. Please consider contributing to fix one of the pinned issues if your time allows.
- Awesome Sysadmin
- Table of contents
- Software
- Automation
- Backups
- Build and software organization tools
- ChatOps
- Cloud Computing
- Code Review
- Configuration Management
- Configuration Management Database
- Continuous Integration & Continuous Deployment
- Control Panels
- Databases
- Deployment Automation
- Diagramming
- Distributed Filesystems
- DNS - Control Panels & Domain Management
- DNS - Servers
- Editors
- Identity Management
- Identity Management - LDAP
- Identity Management - Single Sign-On (SSO)
- Identity Management - Tools and web interfaces
- IT Asset Management
- Log Management
- Mail Clients
- Metrics & Metric Collection
- Miscellaneous
- Monitoring
- Network Configuration Management
- PaaS
- Packaging
- Project Management
- Queuing
- Remote Desktop Clients
- Router
- Service Discovery
- Software Containers
- Status Pages
- Troubleshooting
- Version control
- Virtualization
- VPN
- Web
- List of Licenses
- External links
- Communities / Forums
- Repositories
- Websites
- License
Build automation.
- ๐ Apache Ant - Automation build tool, similar to make, a library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. (
ย ย ย 458โญย ย ย 452๐ดSource Code))Apache-2.0Java - ๐ Apache Maven - Build automation tool mainly for Java. A software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. (
ย ย 4965โญย ย 2825๐ดSource Code))Apache-2.0Java - ๐ Bazel - A fast, scalable, multi-language and extensible build system. Used by Google. (
ย ย ย ย ย ?โญย ย ย ย ย ?๐ดSource Code))Apache-2.0Java - ๐ Bolt - You can use Bolt to run one-off tasks, scripts to automate the provisioning and management of some nodes, you can use Bolt to move a step beyond scripts, and make them shareable. (
ย ย ย 543โญย ย ย 224๐ดSource Code))Apache-2.0Ruby - ๐ GNU Make - The most popular automation build tool for many purposes, make is a tool which controls the generation of executables and other non-source files of a program from the program's source files. ๐ Source Code)
GPL-3.0C - ๐ Gradle - Another build automation system. (
ย 18384โญย ย 5098๐ดSource Code))Apache-2.0Groovy/Java - ๐ Rake - Build automation tool similar to Make, written in and extensible in Ruby. (
ย ย 2436โญย ย ย 629๐ดSource Code))MITRuby
^ back to top ^
๐ Backup software.
See also: ย ย ย 737โญ ย ย ย ย 60๐ด Restic's list of Linux backup software)
- ๐ Backupninja - Lightweight, extensible meta-backup system, provides a centralized way to configure and coordinate many different backup utilities.
GPL-2.0Shell - ๐ Backrest - Backrest is a web UI and orchestrator for restic backup. (
ย ย 5425โญย ย ย 147๐ดSource Code))GPL-3.0Docker/Go - ๐ Bareos - Cross-network backup solution which preserves, archives, and recovers data from all major operating systems. (
ย ย 1172โญย ย ย 291๐ดSource Code))AGPL-3.0C++/C - ๐ Barman - Backup and Recovery Manager for PostgreSQL. (
ย ย 2725โญย ย ย 241๐ดSource Code))GPL-3.0Python - ๐ BorgBackup - Deduplicating archiver with compression and authenticated encryption. (
ย 12986โญย ย ย 827๐ดSource Code))BSD-3-ClausePython - ๐ Burp - Network backup and restore program. (
ย ย ย 498โญย ย ย ย 76๐ดSource Code))AGPL-3.0C - Dar - Which stands for Disk ARchive, is a robust and rich featured archiving and backup software of the tar style. (
ย ย ย 176โญย ย ย ย 24๐ดSource Code))GPL-2.0C++ - ๐ Databasus - PostgreSQL, MySQL, MariaDB and MongoDB backup tool with web UI, external storages (local, S3, FTP, Google Drive, etc.), notifications (webhook, Discord, Slack, etc.) and team management. (
ย ย 5620โญย ย ย 292๐ดSource Code))Apache-2.0Docker - ๐ Duplicati - Backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers. (
ย 14281โญย ย 1031๐ดSource Code))LGPL-2.1C# - ๐ Duplicity - Encrypted bandwidth-efficient backup using the rsync algorithm. ๐ Source Code)
GPL-2.0Python - ๐ Minarca - Clientโserver backup platform with a centralized web console to manage and restore Linux, Windows, and macOS backups via GUI or CLI. ๐ Source Code)
AGPL-3.0Python - ๐ Portabase - Server dashboard tool that simplifies the backup and restoration of your database instances. (
ย ย ย 331โญย ย ย ย 15๐ดSource Code))Apache-2.0Docker - ๐ Proxmox Backup Server - Proxmox Backup Server is an enterprise-class, client-server backup solution thatis capable of backing up virtual machines, containers, and physical hosts. ๐ Source Code)
GPL-3.0Rust - ๐ rclone - Command-line program to sync files and directories to and from different cloud storage providers.. (
ย 55640โญย ย 4920๐ดSource Code))MITGo - ๐ Rdiff-backup - Reverse differential backup tool, over a network or locally. (
ย ย 1234โญย ย ย ย 95๐ดSource Code))GPL-2.0Python - ๐ Restic - Easy, fast, verifiable, secure and efficient remote backup tool. (
ย 32318โญย ย 1717๐ดSource Code))BSD-2-ClauseGo - ๐ Rsnapshot - Filesystem snapshot utility based on rsync. (
ย ย 3586โญย ย ย 274๐ดSource Code))GPL-2.0Perl ย ย ย 396โญย ย ย ย 66๐ดShield) - A pluggable architecture for backup and restore of database systems.MITGo- ๐ UrBackup - Client/Server Open Source Network Backup for Windows, MacOS and Linux. (
ย ย ย 834โญย ย ย 160๐ดSource Code))AGPL-3.0C/C++
Build and software organization tools.
- ๐ EasyBuild - EasyBuild builds software and modulefiles for High Performance Computing (HPC) systems in an efficient way. (
ย ย ย 441โญย ย ย 776๐ดSource Code))GPL-2.0Python - ๐ Environment Modules - Environment Modules provides for the dynamic modification of a user's environment via modulefiles. (
ย ย ย 832โญย ย ย 119๐ดSource Code))GPL-2.0Tcl - ๐ Lmod - Lmod is a Lua based module system that easily handles the MODULEPATH Hierarchical problem. (
ย ย ย 580โญย ย ย 141๐ดSource Code))MITLua - ๐ Spack - A flexible package manager that supports multiple versions, configurations, platforms, and compilers. (
ย ย 4954โญย ย 2431๐ดSource Code))MIT/Apache-2.0Python
Conversation-driven development and management.
_See also: ๐ /r/chatops*
- ๐ Eggdrop - The oldest Internet Relay Chat (IRC) bot still in active development. (
ย ย ย 564โญย ย ย ย 93๐ดSource Code))GPL-2.0C - ๐ Errbot - Plugin based chatbot designed to be easily deployable, extensible and maintainable. (
ย ย 3270โญย ย ย 626๐ดSource Code))GPL-3.0Python - ๐ Hubot - A customizable, life embetterment robot. (
ย 16777โญย ย 3742๐ดSource Code))MITNodejs
^ back to top ^
๐ Cloud computing is the on-demand availability of computer system resources, especially data storage (cloud storage) and computing power, without direct active management by the user.
Please visit ๐ Cloud Native Software Landscape
^ back to top ^
๐ Code review is a software quality assurance activity in which one or several people check a program mainly by viewing and reading parts of its source code.
Please visit ๐ awesome-selfhosted/Software Development - Project Management
^ back to top ^
๐ Configuration management (CM) is a systems engineering process for establishing and maintaining consistency of a product's performance, functional, and physical attributes with its requirements, design, and operational information throughout its life.
- ๐ Ansible - Provisioning, configuration management, and application-deployment tool. (
ย 68115โญย 24205๐ดSource Code))GPL-3.0Python - ๐ CFEngine - Configuration management system for automated configuration and maintenance of large-scale computer systems. (
ย ย ย 520โญย ย ย 196๐ดSource Code))GPL-3.0C - ๐ Chef - Configuration management tool using a pure-Ruby, domain-specific language (DSL) for writing system configuration "recipes". (
ย ย 8364โญย ย 2526๐ดSource Code))Apache-2.0Ruby - ๐ cloud-init - Initialization tool to automate the configuration of VMs, cloud instances, or machines on a network. (
ย ย 3605โญย ย 1051๐ดSource Code))GPL-3.0/Apache-2.0Python - ๐ Puppet - Software configuration management tool which includes its own declarative language to describe system configuration. (
ย ย 7804โญย ย 2206๐ดSource Code))Apache-2.0Ruby/C - ๐ Rudder - Scalable and dynamic configuration management system for patching, security & compliance, based on CFEngine. (
ย ย ย 629โญย ย ย ย 87๐ดSource Code))GPL-3.0Scala - ๐ Salt - Event-driven IT automation, remote task execution, and configuration management software. (
ย 15235โญย ย 5568๐ดSource Code))Apache-2.0Python
Configuration management database (CMDB) software.
Related: IT Asset Management
- ๐ Collins - At Tumblr, it's the infrastructure source of truth and knowledge. (
ย ย ย 574โญย ย ย ย 97๐ดSource Code))Apache-2.0Docker/Scala - ๐ i-doit - IT Documentation and CMDB.
AGPL-3.0PHP - ๐ iTop - Complete ITIL web based service management tool. ๐ Source Code)
AGPL-3.0PHP - ๐ netbox - IP address management (IPAM) and data center infrastructure management (DCIM) tool. ๐ Demo,
ย 19848โญย ย 2948๐ดSource Code))Apache-2.0Python
^ back to top ^
๐ Continuous integration ๐ deployment software.
- ๐ ArgoCD - Declarative, GitOps continuous delivery tool for Kubernetes. (
ย 22092โญย ย 6840๐ดSource Code))Apache-2.0Go - ๐ Buildbot - Python-based toolkit for continuous integration. (
ย ย 5428โญย ย 1658๐ดSource Code))GPL-2.0Python - ๐ CDS - Enterprise-Grade Continuous Delivery & DevOps Automation Open Source Platform. (
ย ย 4803โญย ย ย 453๐ดSource Code))BSD-3-ClauseGo - ๐ Concourse - Concourse is a CI tool that treats pipelines as first class objects and containerizes every step along the way. ๐ Demo,
ย ย 7758โญย ย ย 877๐ดSource Code))Apache-2.0Go - ๐ drone - Drone is a Continuous Delivery platform built on Docker, written in Go. (
ย 33885โญย ย 2891๐ดSource Code))Apache-2.0Go - ๐ Factor - Programmatically define and run workflows to connect configuration management, source code management, build, continuous integration, continuous deployment and communication tools. (
ย ย ย ย 81โญย ย ย ย ย 5๐ดSource Code))MITRuby - ๐ GitLab CI - Gitlab's built-in, full-featured CI/CD solution. ๐ Source Code)
MITRuby - ๐ GoCD - Continuous delivery server. (
ย ย 7371โญย ย ย 980๐ดSource Code))Apache-2.0Java/Ruby - ๐ Jenkins - Continuous Integration Server. (
ย ย ย ย ย ?โญย ย ย ย ย ?๐ดSource Code))MITJava - ๐ Laminar - Fast, lightweight, simple and flexible Continuous Integration. (
ย ย ย 336โญย ย ย ย 60๐ดSource Code))GPL-3.0C++ ย ย ย 690โญย ย ย 145๐ดPHP Censor) - Open source self-hosted continuous integration server for PHP projects.BSD-2-ClausePHP- ๐ Strider - Open Source Continuous Deployment / Continuous Integration platform. (
ย ย 4581โญย ย ย 424๐ดSource Code))MITNodejs - ๐ Terrateam - GitOps-first automation platform for Terraform and OpenTofu workflows with support for self-hosted runners. (
ย ย 1184โญย ย ย ย 60๐ดSource Code))MPL-2.0OCaml/Docker - ๐ werf - Open Source CI/CD tool for building Docker images and deploying to Kubernetes via GitOps. (
ย ย 4654โญย ย ย 230๐ดSource Code))Apache-2.0Go - ๐ Woodpecker - Community fork of Drone that uses Docker containers. (
ย ย 6493โญย ย ย 514๐ดSource Code))Apache-2.0Go
Web hosting and server or service control panels.
- ๐ Ajenti - Control panel for Linux and BSD. (
ย ย 7883โญย ย ย 870๐ดSource Code))MITPython/Shell - ๐ Cockpit - Web-based graphical interface for servers. (
ย 13172โญย ย 1228๐ดSource Code))LGPL-2.1C - ๐ Froxlor - Lightweight server management software with Nginx and PHP-FPM support. (
ย ย ย ย ย ?โญย ย ย ย ย ?๐ดSource Code))GPL-2.0PHP - ๐ HestiaCP - Web server control panel (fork of VestaCP). ๐ Demo,
ย ย 4216โญย ย ย 846๐ดSource Code))GPL-3.0PHP/Shell/Other - ๐ ISPConfig - Manage Linux servers directly through your browser. ๐ Source Code)
BSD-3-ClausePHP - ๐ Sentora - Open-Source Web hosting control panel for Linux, BSD (fork of ZPanel). (
ย ย ย 672โญย ย ย 439๐ดSource Code))GPL-3.0PHP - ๐ Virtualmin - Powerful and flexible web hosting control panel for Linux and BSD systems. (Source Code)
GPL-3.0Shell/Perl/Other - ๐ Webmin - Web-based interface for system administration for Unix. (
ย ย 5596โญย ย ย 743๐ดSource Code))BSD-3-ClausePerl
Database servers.
Please visit ๐ dbdb.io - Database of Databases
See also: ๐ awesome-selfhosted/Database Management
Tools and scripts to support deployments to your servers.
- ๐ Capistrano - Deploy your application to any number of machines simultaneously, in sequence or as a rolling set via SSH (rake based). (
ย 12924โญย ย 1760๐ดSource Code))MITRuby - ๐ CloudSlang - Flow-based orchestration tool for managing deployed applications, with Docker capabilities. (
ย ย ย ย 94โญย ย ย ย 45๐ดSource Code))Apache-2.0Java - ๐ CloudStack - Cloud computing software for creating, managing, and deploying infrastructure cloud services. (
ย ย 2799โญย ย 1272๐ดSource Code))Apache-2.0Java/Python - ๐ Cobbler - Cobbler is a Linux installation server that allows for rapid setup of network installation environments. (
ย ย 2747โญย ย ย 655๐ดSource Code))GPL-2.0Python - ๐ Fabric - Python library and cli tool for streamlining the use of SSH for application deployment or systems administration tasks. (
ย 15397โญย ย 1960๐ดSource Code))BSD-2-ClausePython - ๐ FaynoSync - Self-hosted Dynamic Update Server with statistics, supporting multiple updaters. Flexible features for seamless app updates and insights. (
ย ย ย 144โญย ย ย ย ย 2๐ดSource Code),ย ย ย ย ย 3โญย ย ย ย ย 1๐ดClients))Apache-2.0Docker/Go ย ย ย ย 63โญย ย ย ย 26๐ดGenesis) - A template framework for multi-environment BOSH deployments.MITPerl- ๐ munki - Webserver-based repository of packages and package metadata, that allows macOS administrators to manage software installs. (
ย ย 3357โญย ย ย 353๐ดSource Code))Apache-2.0Python - ๐ Overcast - Deploy VMs across different cloud providers, and run commands and scripts across any or all of them in parallel via SSH. (
ย ย ย 486โญย ย ย ย 36๐ดSource Code))MITNodejs
Tools used to create diagrams of networks, flows, etc.
- ๐ Diagrams.net - A.K.A. ๐ Draw.io. Easy to use Diagram UI with a plethora of templates. (
ย ย 3603โญย ย ย 652๐ดSource Code))Apache-2.0JavaScript/Docker - ๐ Kroki - API for generating diagrams from textual descriptions. (
ย ย 3967โญย ย ย 284๐ดSource Code))MITJava - ๐ Mermaid - Javascript module with a unique, easy, shorthand syntax. Integrates into several other tools like Grafana. (
ย ย 6199โญย ย 1026๐ดSource Code))MITNodejs/Docker
Network distributed filesystems.
See also: ๐ awesome-selfhosted/File Transfer - Object Storage & File Servers
- ๐ Ceph - Distributed object, block, and file storage platform. (
ย 16240โญย ย 6297๐ดSource Code))LGPL-3.0C++ - ๐ DRBD - Distributed replicated storage system, implemented as a Linux kernel driver. (
ย ย ย 675โญย ย ย 109๐ดSource Code))GPL-2.0C - ๐ GlusterFS - Software-defined distributed storage that can scale to several petabytes, with interfaces for object, block and file storage. (
ย ย 5146โญย ย 1116๐ดSource Code))GPL-2.0/LGPL-3.0C - ๐ Hadoop Distributed Filesystem (HDFS) - Distributed file system that provides high-throughput access to application data. (
ย 15486โญย ย 9193๐ดSource Code))Apache-2.0Java - ๐ JuiceFS - Distributed POSIX file system built on top of Redis and S3. (
ย 13233โญย ย 1159๐ดSource Code))Apache-2.0Go ย 16911โญย ย 3137๐ดKubo) - Implementation of IPFS, a global, versioned, peer-to-peer filesystem that seeks to connect all computing devices with the same system of files.Apache-2.0/MITGo- ๐ LeoFS - Highly available, distributed, replicated eventually consistent object/blob store. (
ย ย 1589โญย ย ย 154๐ดSource Code))Apache-2.0Erlang - ๐ Lustre - Parallel distributed file system, generally used for large-scale cluster computing. ๐ Source Code)
GPL-2.0C - ๐ Minio - High-performance, S3 compatible object store built for large scale AI/ML, data lake and database workloads. (
ย 60347โญย ย 7069๐ดSource Code))AGPL-3.0Go - ๐ MooseFS - Fault tolerant, network distributed file system. (
ย ย 1945โญย ย ย 236๐ดSource Code))GPL-2.0C - ๐ OpenAFS - Distributed network file system with read-only replicas and multi-OS support. ๐ Source Code)
IPL-1.0C - ๐ Openstack Swift - A highly available, distributed, eventually consistent object/blob store. ๐ Source Code)
Apache-2.0Python - ๐ Perkeep - A set of open source formats, protocols, and software for modeling, storing, searching, sharing and synchronizing data (previously Camlistore). (
ย ย 7097โญย ย ย 481๐ดSource Code))Apache-2.0C - ๐ TahoeLAFS - Secure, decentralized, fault-tolerant, peer-to-peer distributed data store and distributed file system. (
ย ย 1393โญย ย ย 261๐ดSource Code))GPL-2.0Python - ๐ XtreemFS - Distributed, replicated and fault-tolerant file system for federated IT infrastructures.. (
ย ย ย 345โญย ย ย ย 65๐ดSource Code))BSD-3-ClauseJava
DNS server control panels, web interfaces and domain management tools.
Related: DNS - Servers
See also: ๐ awesome-selfhosted/DNS
ย ย ย ย ย ?โญย ย ย ย ย ?๐ดAtomia DNS) - DNS management system.ISCPerl- ๐ Designate - DNSaaS services for OpenStack. ๐ Source Code)
Apache-2.0Python - ๐ DNSControl - Synchronize your DNS to multiple providers from a simple DSL. (
ย ย 3755โญย ย ย 486๐ดSource Code))MITGo/Docker - ๐ DomainMOD - Manage your domains and other internet assets in a central location. (
ย ย ย 579โญย ย ย 121๐ดSource Code))GPL-3.0PHP - ๐ nsupdate.info - Dynamic DNS service. ๐ Demo,
ย ย 1116โญย ย ย 125๐ดSource Code))BSD-3-ClausePython ย ย 3634โญย ย ย 430๐ดoctoDNS) - DNS as code - Tools for managing DNS across multiple providers.MITPython- ๐ Poweradmin - Web-based DNS control panel for PowerDNS server. (
ย ย ย 828โญย ย ย 290๐ดSource Code))GPL-3.0PHP - ๐ SPF Toolbox - Application to look up DNS records such as SPF, MX, Whois, and more. (
ย ย ย 296โญย ย ย ย 66๐ดSource Code))MITPHP
^ back to top ^
๐ DNS servers.
Related: DNS - Control Panels & Domain Management
See also: ๐ awesome-selfhosted/DNS
- ๐ Bind - Versatile, classic, complete name server software. ๐ Source Code)
MPL-2.0C - ๐ CoreDNS - Flexible DNS server. (
ย 13909โญย ย 2408๐ดSource Code))Apache-2.0Go - ๐ djbdns - A collection of DNS applications, including tinydns. ๐ Source Code)
CC0-1.0C - ๐ dnsmasq - Provides network infrastructure for small networks: DNS, DHCP, router advertisement and network boot. ๐ Source Code)
GPL-2.0C - ๐ Knot - High performance authoritative-only DNS server. ๐ Source Code)
GPL-3.0C - ๐ NSD - Authoritative DNS name server developed speed, reliability, stability and security. (
ย ย ย 536โญย ย ย 115๐ดSource Code))BSD-3-ClauseC - ๐ PowerDNS Authoritative Server - Versatile nameserver which supports a large number of backends. (
ย ย 4269โญย ย ย 983๐ดSource Code))GPL-2.0C++ - ๐ Unbound - Validating, recursive, and caching DNS resolver. (
ย ย 4266โญย ย ย 425๐ดSource Code))BSD-3-ClauseC - ๐ Yadifa - Clean, small, light and RFC-compliant name server implementation developed from scratch by .eu. (
ย ย ย ย 78โญย ย ย ย 15๐ดSource Code))BSD-3-ClauseC
Open-source code editors.
ย ย ย 776โญย ย ย ย 31๐ดAtom Community) - A fork ofย 61017โญย 17295๐ดatom) A hackable text editor from Github.MITJavaScript- ๐ Brackets - Code editor for web designers and front-end developers. (
ย ย 1495โญย ย ย 193๐ดSource Code))MITJavaScript - ๐ Eclipse - IDE written in Java with an extensible plug-in system. ๐ Source Code)
EPL-1.0Java - ๐ Geany - GTK2 text editor. (
ย ย 3536โญย ย ย 646๐ดSource Code))GPL-2.0C/C++ - ๐ GNU Emacs - An extensible, customizable text editor-and more. (
ย ย 4948โญย ย 1355๐ดSource Code))GPL-3.0C - Haroopad - Markdown editor with live preview. (
ย ย 1741โญย ย ย 223๐ดSource Code))GPL-3.0JavaScript ย ย ย 210โญย ย ย ย 32๐ดjotgit) - Git-backed real-time collaborative code editing.MITNodejs- ๐ KDevelop - IDE by the people behind KDE. ๐ Source Code)
GFDL-1.2C++ - ๐ Micro - A modern and intuitive terminal-based text editor. (
ย 27987โญย ย 1281๐ดSource Code))MITGo - ๐ Nano - Easy to use, customizable text editor. ๐ Source Code)
GPL-3.0C - ๐ Notepad++ - GPLv2 multi-language editor with syntax highlighting for Windows. (
ย 27187โญย ย 5107๐ดSource Code))GPL-2.0C++ - ๐ TextMate - A graphical text editor for OS X. (
ย ย ย ย ย ?โญย ย ย ย ย ?๐ดSource Code))GPL-3.0C++ - ๐ Vim - A highly configurable text editor built to enable efficient editing. (
ย 39880โญย ย 5981๐ดSource Code))VimC - ๐ VSCodium - An open source cross-platform extensible code editor based on ๐ VS Code by Microsoft removing their non-free additions. (
ย 30219โญย ย 1559๐ดSource Code))MITTypeScript
^ back to top ^
๐ Identity management (IdM), also known as identity and access management (IAM or IdAM), is a framework of policies and technologies to ensure that the right users (that are part of the ecosystem connected to or within an enterprise) have the appropriate access to technology resources.
Please visit Identity Management - LDAP, Identity Management - Tools and web interfaces, Identity Management - Single Sign-On SSO
^ back to top ^
๐ Lightweight Directory Access Protocol (LDAP) is an open, vendor-neutral, industry standard application protocol for accessing and maintaining distributed directory information services over an Internet Protocol (IP) network.
- ๐ 389 Directory Server - Enterprise-class Open Source LDAP server for Linux. (
ย ย ย 277โญย ย ย 113๐ดSource Code))GPL-3.0C - ๐ Apache Directory Server - Extensible and embeddable directory server, certified LDAPv3 compatible, with Kerberos 5 and Change Password Protocol support, triggers, stored procedures, queues and views. (
ย ย ย 180โญย ย ย ย 99๐ดSource Code))Apache-2.0Java - ๐ FreeIPA - Integrated security information management solution combining Linux (Fedora), 389 Directory Server, Kerberos, NTP, DNS, and Dogtag Certificate System (web interface and command-line administration tools). ๐ Source Code)
GPL-3.0Python/C/JavaScript - ๐ FreeRADIUS - Multi-protocol policy server (radiusd) that implements RADIUS, DHCP, BFD, and ARP and associated client/PAM library/Apache module. (
ย ย 2472โญย ย 1170๐ดSource Code))GPL-2.0C ย ย 6019โญย ย ย 315๐ดlldap) - Light (simplified) LDAP implementation with a simple, intuitive web interface and GraphQL support.GPL-3.0Rust- ๐ OpenLDAP - Open-source implementation of the Lightweight Directory Access Protocol (server, libraries and clients). ๐ Source Code)
OLDAP-2.8C
^ back to top ^
๐ Single sign-on (SSO) is an authentication scheme that allows a user to log in with a single ID to any of several related, yet independent, software systems.
- ๐ Authelia - The Single Sign-On Multi-Factor portal for web apps. (
ย 26787โญย ย 1340๐ดSource Code))Apache-2.0Go - ๐ Authentik - Flexible identity provider with support for different protocols. (OAuth 2.0, SAML, LDAP and Radius). (
ย 20208โญย ย 1478๐ดSource Code))MITPython - ๐ KeyCloak - Open Source Identity and Access Management. (
ย 32917โญย ย 8065๐ดSource Code))Apache-2.0Java
Miscellaneous utilities and web interfaces for identity management systems.
- ๐ BounCA - A personal SSL Key / Certificate Authority web-based tool for creating self-signed certificates. ๐ Source Code)
Apache-2.0Python ย ย 4392โญย ย 1226๐ดeasy-rsa) - Bash script to build and manage a PKI CA.GPL-2.0Shell- ๐ Fusion Directory - Improve the Management of the services and the company directory based on OpenLDAP. (
ย ย ย 187โญย ย ย ย 36๐ดSource Code))GPL-2.0PHP - ๐ LDAP Account Manager (LAM) - Web frontend for managing entries (e.g. users, groups, DHCP settings) stored in an LDAP directory. (
ย ย ย ย ย ?โญย ย ย ย ย ?๐ดSource Code))GPL-3.0PHP - ๐ Libravatar - Libravatar is a service which delivers your avatar (profile picture) to other websites. ๐ Source Code)
AGPL-3.0Python - ๐ Pomerium - An identity and context aware access-proxy inspired by BeyondCorp. (
ย ย 4676โญย ย ย 321๐ดSource Code))Apache-2.0Docker/Go - ๐ Samba - Active Directory and CIFS protocol implementation. ๐ Source Code)
GPL-3.0C - ๐ Smallstep Certificates - A private certificate authority (X.509 & SSH) and related tools for secure automated certificate management. (
ย ย 8248โญย ย ย 529๐ดSource Code))Apache-2.0Go - ๐ ZITADEL - Cloud-native Identity & Access Management solution providing a platform for secure authentication, authorization and identity management. (
ย 13039โญย ย ย 945๐ดSource Code))Apache-2.0Go/Docker/K8S
IT ๐ asset management software.
- ๐ GLPI - Information Resource-Manager with an additional Administration Interface. (
ย ย 5617โญย ย 1611๐ดSource Code))GPL-3.0PHP - ๐ OCS Inventory NG - Asset management and deployment solution for all devices in your IT Department. (Source Code)
GPL-2.0PHP/Perl - ๐ OPSI - Hardware and software inventory, client management, deployment, and patching for Linux and Windows. (
ย ย ย ย ย ?โญย ย ย ย ย ?๐ดSource Code))GPL-3.0/AGPL-3.0OVF/Python - ๐ RackTables - Datacenter and server room asset management like document hardware assets, network addresses, space in racks, networks configuration. ๐ Demo,
ย ย ย 794โญย ย ย 265๐ดSource Code))GPL-2.0PHP - ๐ Ralph - Asset management, DCIM and CMDB system for large Data Centers as well as smaller LAN networks. (
ย ย 2455โญย ย ย 594๐ดDemo),ย ย 2455โญย ย ย 594๐ดSource Code))Apache-2.0Python/Docker - ๐ Snipe IT - Asset & license management software. (
ย 13428โญย ย 3751๐ดSource Code))AGPL-3.0PHP
Log management tools: collect, parse, visualize...
- ๐ Fluentd - Data collector for unified logging layer. (
ย 13497โญย ย 1384๐ดSource Code))Apache-2.0Ruby - ๐ Flume - Distributed, reliable, and available service for efficiently collecting, aggregating, and moving large amounts of log data. (
ย ย 2558โญย ย 1555๐ดSource Code))Apache-2.0Java - ๐ GoAccess - Real-time web log analyzer and interactive viewer that runs in a terminal or through the browser. (
ย 20241โญย ย 1173๐ดSource Code))MITC - ๐ Loki - Log aggregation system designed to store and query logs from all your applications and infrastructure. (
ย 27642โญย ย 3930๐ดSource Code))AGPL-3.0Go - ๐ rsyslog - Rocket-fast system for log processing. (
ย ย 2255โญย ย ย 709๐ดSource Code))GPL-3.0C
An ๐ email client, email reader or, more formally, message user agent (MUA) or mail user agent is a computer program used to access and manage a user's email.
- ๐ aerc - Terminal MUA with a focus on plaintext and features for developers. ๐ Source Code)
MITGo - Claws Mail - Old school email client (and news reader), based on GTK+. ๐ Source Code)
GPL-3.0C - ImapSync - Simple IMAP migration tool for copying mailboxes to other servers. (
ย ย 3945โญย ย ย 513๐ดSource Code))NLPLPerl - Mutt - Small but very powerful text-based mail client. ๐ Source Code)
GPL-2.0C - ๐ Sylpheed - Still developed predecessor to Claws Mail, lightweight mail client. (
ย ย ย 171โญย ย ย ย 18๐ดSource Code))GPL-2.0C - ๐ Thunderbird - Free email application that's easy to set up and customize. ๐ Source Code)
MPL-2.0C/C++
Metric gathering and display software.
Related: Databases, Monitoring
- ๐ Beats - Single-purpose data shippers that send data from hundreds or thousands of machines and systems to Logstash or Elasticsearch. (
ย 12598โญย ย 4996๐ดSource Code))Apache-2.0Go - ๐ Collectd - System statistics collection daemon. (
ย ย 3346โญย ย 1252๐ดSource Code))MITC ย ย 1761โญย ย ย 598๐ดDiamond) - Daemon that collects system metrics and publishes them to Graphite (and others).MITPython- ๐ Grafana - A Graphite & InfluxDB Dashboard and Graph Editor. (
ย 72303โญย 13465๐ดSource Code))AGPL-3.0Go - ๐ Graphite - Scalable graphing server. (
ย ย 6067โญย ย 1254๐ดSource Code))Apache-2.0Python - ๐ RRDtool - Industry standard, high performance data logging and graphing system for time series data. (
ย ย 1083โญย ย ย 276๐ดSource Code))GPL-2.0C ย ย ย ย ย ?โญย ย ย ย ย ?๐ดStatsd) - Daemon that listens for statistics like counters and timers, sent over UDP or TCP, and sends aggregates to one or more pluggable backend services.MITNodejs- tcollector - Gathers data from local collectors and pushes the data to OpenTSDB. (
ย ย ย ย ย ?โญย ย ย ย ย ?๐ดSource Code))LGPL-3.0/GPL-3.0Python ย 16707โญย ย 5759๐ดTelegraf) - Plugin-driven server agent for collecting, processing, aggregating, and writing metrics.MITGo
Software that does not fit in another section.
- ๐ Chocolatey - The package manager for Windows. (
ย 11254โญย ย ย 932๐ดSource Code))Apache-2.0C#/PowerShell - ๐ Clonezilla - Partition and disk imaging/cloning program. ๐ Source Code)
GPL-2.0Perl/Shell/Other - ๐ DadaMail - Mailing List Manager, written in Perl. ๐ Source Code)
GPL-2.0Perl - ๐ Fog - Cloning/imaging solution/rescue suite. (
ย ย 1498โญย ย ย 266๐ดSource Code))GPL-3.0PHP/Shell - ๐ phpList - Newsletter and email marketing software. (
ย ย ย 833โญย ย ย 281๐ดSource Code))AGPL-3.0PHP
Monitoring software.
Related: Metrics & Metric Collection
- Adagios - Web based Nagios interface for configuration and monitoring (replacement to the standard interface), and a REST interface. (
ย ย ย 335โญย ย ย ย 75๐ดSource Code))AGPL-3.0Docker/Python - ๐ Alerta - Distributed, scalable and flexible monitoring system. (
ย ย 2500โญย ย ย 366๐ดSource Code))Apache-2.0Python - ๐ Beszel - Lightweight server monitoring platform that includes Docker statistics, historical data, and alert functions. (
ย 19486โญย ย ย 631๐ดSource Code))MITGo - ๐ Cacti - Web-based network monitoring and graphing tool. (
ย ย 1808โญย ย ย 436๐ดSource Code))GPL-2.0PHP ย 18895โญย ย 2457๐ดcadvisor) - Analyzes resource usage and performance characteristics of running containers.Apache-2.0Go- ๐ checkmk - Comprehensive solution for monitoring of applications, servers, and networks. (
ย ย 2196โญย ย ย 528๐ดSource Code))GPL-2.0Python/PHP ย ย 3343โญย ย ย 121๐ดdashdot) - A simple, modern server dashboard for smaller private servers. ๐ Demo)MITNodejs/Dockerย ย ย ย 10โญย ย ย ย ย 0๐ดEdMon) - A command-line monitoring application helping you to check that your hosts and services are available, with notifications support.MITJava- ๐ eZ Server Monitor - A lightweight and simple dashboard monitor for Linux, available in Web and Bash application. (
ย ย ย 361โญย ย ย 129๐ดSource Code))GPL-3.0PHP/Shell - ๐ glances - Open-source, cross-platform real-time monitoring tool with CLI and web dashboard interfaces and many exporting options. (
ย 31729โญย ย 1683๐ดSource Code))GPL-3.0Python - ๐ Healthchecks - Monitoring for cron jobs, background services and scheduled tasks. (
ย ย 9892โญย ย ย 942๐ดSource Code))BSD-3-ClausePython - ๐ Icinga - Nagios fork that has since lapped nagios several times. Comes with the possibility of clustered monitoring. (
ย ย 2175โญย ย ย 597๐ดSource Code))GPL-2.0C++ - ๐ LibreNMS - Fully featured network monitoring system that provides a wealth of features and device support. (
ย ย 4601โญย ย 2603๐ดSource Code))GPL-3.0PHP ย 10592โญย ย 1203๐ดLinux Dash) - A low-overhead monitoring web dashboard for a GNU/Linux machine.MITNodejs/Go/Python/PHP- ๐ Monit - Small utility for managing and monitoring Unix systems. ๐ Source Code)
AGPL-3.0C - ๐ Munin - Networked resource monitoring tool. (
ย ย 2113โญย ย ย 481๐ดSource Code))GPL-2.0Perl/Shell - ๐ Naemon - Network monitoring tool based on the Nagios 4 core with performance enhancements and new features. (
ย ย ย 165โญย ย ย ย 67๐ดSource Code))GPL-2.0C - ๐ Nagios - Computer system, network and infrastructure monitoring software application. (
ย ย 1953โญย ย ย 470๐ดSource Code))GPL-2.0C - ๐ Netdata - Distributed, real-time, performance and health monitoring for systems and applications. Runs on Linux, FreeBSD, and MacOS. (
ย 77816โญย ย 6346๐ดSource Code))GPL-3.0C - ๐ NetXMS - Open Source network and infrastructure monitoring and management. (
ย ย ย 324โญย ย ย ย 64๐ดSource Code))LGPL-3.0/GPL-3.0Java/C++/C - Observium Community Edition - Network monitoring and management platform that provides real-time insight into network health and performance.
QPL-1.0PHP - ๐ openITCOCKPIT Community Edition - Monitoring Suite featuring seamless integrations with Naemon, Checkmk, Grafana and more. ๐ Demo,
ย ย ย 339โญย ย ย ย 57๐ดSource Code))GPL-3.0deb/Docker - Performance Co-Pilot - Lightweight, distributed system performance and analysis framework. (
ย ย 1046โญย ย ย 261๐ดSource Code))LGPL-2.1/GPL-2.0C - ๐ PHP Server Monitor - Open source tool to monitor your servers and websites. (
ย ย 2195โญย ย ย 681๐ดSource Code))GPL-3.0PHP - ๐ PhpSysInfo - A customizable PHP script that displays information about your system nicely. (
ย ย 1417โญย ย ย 235๐ดSource Code))GPL-2.0PHP - ๐ Prometheus - Service monitoring system and time series database. (
ย 62859โญย 10194๐ดSource Code))Apache-2.0Go - ๐ Riemann - Flexible and fast events processor allowing complex events/metrics analysis. (
ย ย 4264โญย ย ย 506๐ดSource Code))EPL-1.0Java ย ย 2190โญย ย ย 158๐ดrtop) - Interactive, remote system monitoring tool based on SSH.MITGoย ย ย 198โญย ย ย ย ย 7๐ดruptime) - Classic system status server.AGPL-3.0Shellย ย 7409โญย ย ย 253๐ดScrutiny) - Web UI for hard drive S.M.A.R.T monitoring, historical trends & real-world failure thresholds.MITGo- ๐ Sensu - Monitoring tool for ephemeral infrastructure and distributed applications. (
ย ย 1092โญย ย ย 180๐ดSource Code))MITGo ย ย ย 297โญย ย ย ย 35๐ดStatus) - Simple and lightweight system monitoring tool for small homeservers with a pleasant web interface. ๐ DemoMITPython- ๐ Thruk - Multibackend monitoring web interface with support for Naemon, Nagios, Icinga and Shinken. (
ย ย ย 432โญย ย ย 157๐ดSource Code))GPL-1.0Perl - ๐ tirreno - Application-level security to protect your app from threats, fraud, and abuse. ๐ Demo,
ย ย 1104โญย ย ย 114๐ดSource Code))AGPL-3.0PHP/Docker - ๐ Uptime Kuma - Modern, self-hosted monitoring tool with a clean UI and rich notification support. (
ย 83010โญย ย 7424๐ดSource Code))MITNodeJS - ๐ Wazuh - Unified XDR and SIEM protection for endpoints and cloud workloads. (
ย 14780โญย ย 2164๐ดSource Code))GPL-2.0C - ๐ Zabbix - Enterprise-class software for monitoring of networks and applications. ๐ Source Code)
GPL-2.0C
Network configuration management tools.
- ๐ GNS3 - Graphical network simulator that provides a variety of virtual appliances. (
ย ย ย ย ย ?โญย ย ย ย ย ?๐ดSource Code))GPL-3.0Python - ๐ OpenWISP - Open Source Network Management System for OpenWRT based routers and access points. ๐ Demo, Source Code)
GPL-3.0Python ย ย 3285โญย ย 1021๐ดOxidized) - Network device configuration backup tool.Apache-2.0Ruby- ๐ phpIPAM - Open source IP address management with PowerDNS integration. (
ย ย 2686โญย ย ย 782๐ดSource Code))GPL-3.0PHP - ๐ RANCID - Monitor network devices configuration and maintain history of changes. (
ย ย ย 135โญย ย ย ย 54๐ดSource Code))BSD-3-ClausePerl/Shell - ๐ rConfig - Network device configuration management tool. (
ย ย ย 164โญย ย ย ย 21๐ดSource Code))GPL-3.0PHP
^ back to top ^
๐ Platform-as-a-Service software allows customers to provision, instantiate, run, and manage a computing platform and one or more applications, without the complexity of building and maintaining the infrastructure typically associated with developing and launching the application. Also includes ๐ Serverless computing and ๐ Function-as-a-service (FaaS) software.
- ๐ CapRover - Build your own PaaS in a few minutes. ๐ Demo,
ย 14859โญย ย ย 961๐ดSource Code))Apache-2.0Docker/Nodejs - ๐ Coolify - An open-source & self-hostable Heroku / Netlify alternative (and even more). (
ย 50853โญย ย 3644๐ดSource Code))Apache-2.0Docker - ๐ Dokku - An open-source PaaS (alternative to Heroku). (
ย 31899โญย ย 2020๐ดSource Code))MITDocker/Shell/Go/deb ย ย 2228โญย ย ย 158๐ดfx) - A tool to help you do Function as a Service with painless on your own servers.MITGo- ๐ Kubero - A self-hosted Heroku PaaS alternative for Kubernetes that implements GitOps. ๐ Demo,
ย ย 4148โญย ย ย 191๐ดSource Code))GPL-3.0K8S/Nodejs/Go - ๐ LocalStack - LocalStack is a fully functional local AWS cloud stack. This includes Lambda for serverless computation. (
ย 64404โญย ย 4555๐ดSource Code))Apache-2.0Python/Docker/K8S - ๐ Nhost - Firebase Alternative with GraphQL. Get a database and backend configured and ready in minutes. (
ย ย 9079โญย ย ย 559๐ดSource Code))MITDocker/Nodejs/Go - ๐ OpenFaaS - Serverless Functions Made Simple for Docker & Kubernetes. (
ย 26090โญย ย 1971๐ดSource Code))MITGo - ๐ Tau - Easily build Cloud Computing Platforms with features like Serverless WebAssembly Functions, Frontend Hosting, CI/CD, Object Storage, K/V Database, and Pub-Sub Messaging. (
ย ย 4973โญย ย ย 184๐ดSource Code))BSD-3-ClauseGo/Rust/Docker ย ย ย 248โญย ย ย ย 15๐ดTrusted-CGI) - Lightweight self-hosted lambda/applications/cgi/serverless-functions platform.MITGo/deb/Docker
A ๐ package manager or package-management system is a collection of software tools that automates the process of installing, upgrading, configuring, and removing computer programs for a computer in a consistent manner.
- ๐ aptly - Swiss army knife for Debian repository management. (
ย ย 2771โญย ย ย 407๐ดSource Code))MITGo - ๐ fpm - Versatile multi format package creator. (
ย 11436โญย ย 1070๐ดSource Code))MITRuby ย ย 1309โญย ย ย 299๐ดomnibus-ruby) - Easily create full-stack installers for your project across a variety of platforms.Apache-2.0Rubyย ย ย 399โญย ย ย 131๐ดtito) - Builds RPMs for git-based projects.GPL-2.0Python
Web-based project management and bug tracking systems.
Please visit ๐ awesome-selfhosted/Project Management
^ back to top ^
๐ Message queues and ๐ message broker software, typically used for inter-process communication (IPC), or for inter-thread communication within the same process.
See also: ๐ Cloud Native Landscape - Streaming & Messaging
- ๐ ActiveMQ - Java message broker. (
ย ย 2418โญย ย 1484๐ดSource Code))Apache-2.0Java - ๐ BeanstalkD - A simple, fast work queue. (
ย ย 6695โญย ย ย 872๐ดSource Code))MITC - Gearman - Fast multi-language queuing/job processing platform. (
ย ย ย 756โญย ย ย 157๐ดSource Code))BSD-3-ClauseC++ - ๐ NSQ - A realtime distributed messaging platform. (
ย 25923โญย ย 2911๐ดSource Code))MPL-2.0Go - ๐ ZeroMQ - Lightweight queuing system. (Source Code)
GPL-3.0C++
^ back to top ^
๐ Remote Desktop client software.
See also: ๐ awesome-selfhosted/Remote Access
- ๐ Remmina - Feature-rich remote desktop application for linux and other unixes. ๐ Source Code)
GPL-2.0C - ๐ Tiger VNC - High-performance, multi-platform VNC client and server. (
ย ย 6880โญย ย 1110๐ดSource Code))GPL-2.0C++ - ๐ X2go - X2Go is an open source remote desktop software for Linux that uses the NoMachine/NX technology protocol. ๐ Source Code)
GPL-2.0Perl
Software for management of router hardware.
- ๐ DD-WRT - A Linux-based firmware for wireless routers and access points, originally designed for the Linksys WRT54G series. ๐ Source Code)
GPL-2.0C - ๐ IPFire - Free network firewall distribution, based on the Linux operating system with easy-to-use web management console. (
ย ย ย ย ย ?โญย ย ย ย ย ?๐ดSource Code))GPL-2.0Shell/PHP/Other - ๐ OpenWrt - A Linux-based router featuring Mesh networking, IPS via snort and AQM among many other features. ๐ Source Code)
GPL-2.0C - ๐ OPNsense - An open source FreeBSD-based firewall and router with traffic shaping, load balancing, and virtual private network capabilities. (Source Code)
BSD-2-ClauseC/PHP - ๐ pfSense CE - Free network firewall distribution, based on the FreeBSD operating system with a custom kernel and including third party free software packages for additional functionality. (
ย ย 5536โญย ย 1583๐ดSource Code))Apache-2.0Shell/PHP/Other
^ back to top ^
๐ Service discovery is the process of automatically detecting devices and services on a computer network.
- ๐ Consul - Consul is a tool for service discovery, monitoring and configuration. (
ย 29749โญย ย 4563๐ดSource Code))MPL-2.0Go - ๐ etcd - Distributed K/V-Store, authenticating via SSL PKI and a REST HTTP Api for shared configuration and service discovery. (
ย 51621โญย 10328๐ดSource Code))Apache-2.0Go - ๐ ZooKeeper - ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. (
ย 12734โญย ย 7332๐ดSource Code))Apache-2.0Java/C++
^ back to top ^
๐ Operating systemโlevel virtualization.
- ๐ Docker Compose - Define and run multi-container Docker applications. (
ย 37081โญย ย 5718๐ดSource Code))Apache-2.0Go - ๐ Docker Swarm - Manage cluster of Docker Engines. (
ย ย 3587โญย ย ย 656๐ดSource Code))Apache-2.0Go - ๐ Docker - Platform for developers and sysadmins to build, ship, and run distributed applications. ๐ Source Code)
Apache-2.0Go - ๐ LXC - Userspace interface for the Linux kernel containment features. (
ย ย 5110โญย ย 1162๐ดSource Code))GPL-2.0C - ๐ LXD - Container "hypervisor" and a better UX for LXC. (
ย ย 4893โญย ย ย 409๐ดSource Code))Apache-2.0Go - ๐ OpenVZ - Container-based virtualization for Linux. ๐ Source Code)
GPL-2.0C - ๐ Podman - Daemonless container engine for developing, managing, and running OCI Containers on your Linux System. Containers can either be run as root or in rootless mode. Simply put:
alias docker=podman. (ย 30755โญย ย 2984๐ดSource Code))Apache-2.0Go - ๐ Portainer Community Edition - Simple management UI for Docker. (
ย 36609โญย ย 2776๐ดSource Code))ZlibGo - ๐ systemd-nspawn - Lightweight, chroot-like, environment to run an OS or command directly under systemd. (
ย 15324โญย ย 4244๐ดSource Code))GPL-2.0C
^ back to top ^
๐ Uptime is a measure of system reliability, expressed as the percentage of time a machine, typically a computer, has been working and available.
Please visit ๐ awesome-selfhosted/Status / Uptime Pages
Troubleshooting tools.
- ๐ grml - Bootable Debian Live CD with powerful CLI tools. (
ย ย ย ย ย ?โญย ย ย ย ย ?๐ดSource Code))GPL-3.0Shell - ๐ mitmproxy - A Python tool used for intercepting, viewing and modifying network traffic. Invaluable in troubleshooting certain problems. (
ย 42338โญย ย 4455๐ดSource Code))MITPython - ๐ mtr - Network utility that combines traceroute and ping. (
ย ย 3135โญย ย ย 364๐ดSource Code))GPL-2.0C - ๐ Sysdig - Capture system state and activity from a running Linux instance, then save, filter and analyze. (
ย ย 8202โญย ย ย 751๐ดSource Code))Apache-2.0Docker/Lua/C - ๐ Wireshark - The world's foremost network protocol analyzer. ๐ Source Code)
GPL-2.0C
Software versioning and revision control.
- ๐ Darcs - Cross-platform version control system, like git, mercurial or svn but with a very different approach: focus on changes rather than snapshots. ๐ Source Code)
GPL-2.0Haskell - ๐ Fossil - Distributed version control with built-in wiki and bug tracking. ๐ Source Code)
BSD-2-ClauseC - ๐ Git - Distributed revision control and source code management (SCM) with an emphasis on speed. (
ย 59199โญย 27535๐ดSource Code))GPL-2.0C - ๐ Mercurial - Distributed source control management tool. ๐ Source Code)
GPL-2.0Python/C/Rust - ๐ Subversion - Client-server revision control system. ๐ Source Code)
Apache-2.0C
Virtualization software.
- ๐ Ganeti - Cluster virtual server management software tool built on top of KVM and Xen. (
ย ย ย 563โญย ย ย 120๐ดSource Code))BSD-2-ClausePython/Haskell - ๐ KVM - Linux kernel virtualization infrastructure. ๐ Source Code)
GPL-2.0/LGPL-2.0C - ๐ OpenNebula - Build and manage enterprise clouds for virtualized services, containerized applications and serverless computing. (
ย ย 1650โญย ย ย 519๐ดSource Code))Apache-2.0C++ - ๐ oVirt - Manages virtual machines, storage and virtual networks. (Source Code)
Apache-2.0Java - ๐ Packer - A tool for creating identical machine images for multiple platforms from a single source configuration. (
ย 15608โญย ย 3326๐ดSource Code))MPL-2.0Go - ๐ Proxmox VE - Virtualization management solution. ๐ Source Code)
GPL-2.0Perl/Shell - ๐ QEMU - QEMU is a generic machine emulator and virtualizer. ๐ Source Code)
LGPL-2.1C - ๐ Vagrant - Tool for building complete development environments. (
ย 27246โญย ย 4447๐ดSource Code))BUSL-1.1Ruby - ๐ VirtualBox - Virtualization product from Oracle Corporation. ๐ Source Code)
GPL-3.0/CDDL-1.0C++ - ๐ XCP-ng - Virtualization platform based on Xen Source and Citrixยฎ Hypervisor (formerly XenServer). (Source Code)
GPL-2.0C - ๐ Xen - Virtual machine monitor for 32/64 bit Intel / AMD (IA 64) and PowerPC 970 architectures. ๐ Source Code)
GPL-2.0C
VPN software.
- ๐ DefGuard - True enterprise WireGuard with MFA/2FA and SSO. (Source Code)
Apache-2.0Rust - ๐ Dockovpn - Out-of-the-box stateless dockerized OpenVPN server which starts in less than 2 seconds. (
ย ย 1419โญย ย ย 273๐ดSource Code))GPL-2.0Docker - ๐ Firezone - WireGuard based VPN Server and Firewall. (
ย ย 8413โญย ย ย 403๐ดSource Code))Apache-2.0Docker ย 13057โญย ย ย 536๐ดGluetun VPN client) - VPN client in a thin Docker container for multiple VPN providers, written in Go, and using OpenVPN or Wireguard, DNS over TLS, with a few proxy servers built-in.MITdockerย 35576โญย ย 1905๐ดHeadscale) - Self-hostable fork of ๐ Tailscale, cross-platform clients, simple to use, built-in (currently experimental) monitoring tools.BSD-3-ClauseGoย 17028โญย ย 1107๐ดNebula) - A scalable p2p VPN with a focus on performance, simplicity and security.MITGo- ๐ ocserv - Cisco AnyConnect-compatible VPN server. ๐ Source Code)
GPL-2.0C - ๐ OpenVPN - Uses a custom security protocol that utilizes SSL/TLS for key exchange. (
ย 13256โญย ย 3266๐ดSource Code))GPL-2.0C - ๐ SoftEther - Multi-protocol software VPN with advanced features. (
ย ย ย ย ย ?โญย ย ย ย ย ?๐ดSource Code))Apache-2.0C ย 13126โญย ย ย 786๐ดsshuttle) - Poor man's VPN.LGPL-2.1Python- ๐ strongSwan - Complete IPsec implementation for Linux. (
ย ย 2776โญย ย ย 887๐ดSource Code))GPL-2.0C - ๐ WireGuard - Very fast VPN based on elliptic curve and public key crypto. ๐ Source Code)
GPL-2.0C
^ back to top ^
๐ Web servers and ๐ reverse proxies.
Please visit ๐ awesome-selfhosted/Web Servers
AGPL-3.0- ๐ GNU Affero General Public License 3.0Apache-2.0- ๐ Apache, Version 2.0BSD-2-Clause- ๐ BSD 2-clause "Simplified"BSD-3-Clause- ๐ BSD 3-Clause "New" or "Revised"BUSL-1.1- ๐ Business Source License 1.1CC0-1.0- ๐ Public Domain/Creative Common Zero 1.0CDDL-1.0- ๐ Common Development and Distribution License 1.0EPL-1.0- ๐ Eclipse Public License 1.0GFDL-1.2- ๐ GNU Free Documentation License 1.2GPL-1.0- ๐ GNU General Public License 1.0GPL-2.0- ๐ GNU General Public License 2.0GPL-3.0- ๐ GNU General Public License 3.0IPL-1.0- ๐ IBM Public License v1.0ISC- ๐ ISC LicenseLGPL-2.0- ๐ GNU Lesser General Public License v2LGPL-2.1- ๐ GNU Lesser General Public License v2.1LGPL-3.0- ๐ GNU Lesser General Public License v3MIT- ๐ MIT LicenseMPL-2.0- ๐ Mozilla Public LicenseNLPL- ๐ No Limit Public LicenseOLDAP-2.8- ๐ Open LDAP Public License v2.8QPL-1.0- ๐ Q Public License 1.0Vim- ๐ Vim LicenseZlib- ๐ zlib License
- ๐ ArsTechnica OpenForum - IT Forum which is attached to a large news site.
- ๐ Reddit - Really, really large bulletin board system.
- ๐ /r/Linux - News and information about Linux.
- ๐ /r/LinuxQuestions
- ๐ /r/SysAdmin
- ๐ Spiceworks Community - General enterprise IT news and small articles.
- ๐ StackExchange Network - Q&A communities.
- ๐ Server Fault - StackExchange community for system and network administrators.
Software package repositories.
- ๐ AlternativeTo - Find alternatives to software you know and discover new software.
- ๐ deb.sury.org - Repository with LAMP updated packages for Debian and Ubuntu.
- ๐ ElRepo - Community Repo for Enterprise Linux (RHEL, CentOS, etc).
- ๐ EPEL - Repository for RHEL and compatibles (CentOS, Scientific Linux).
- ๐ IUS - Community project that provides RPM packages for newer versions of select software for Enterprise Linux distributions.
- Remi - Repository with LAMP updated packages for RHEL/Centos/Fedora.
- ๐ Software Collections - Community Release of ๐ Red Hat Software Collections. Provides updated packages of Ruby, Python, etc. for CentOS/Scientific Linux 6.x.
- ๐ Cloud Native Software Landscape - Compilation of software and tools for cloud computing.
- ๐ ArchWiki - Arch Linux Wiki which has really nice written articles valid for other distros.
- ๐ Gentoo Wiki - Gentoo Linux Wiki with a lot in-detail description of Linux components.
- ๐ Awesome SysAdmin @ LibHunt - Your go-to SysAdmin Toolbox. Based on the list here.
- ๐ Ops School - Comprehensive program that will help you learn to be an operations engineer.
- ๐ Digital Ocean Tutorials - 6,000+ tutorials for getting the basics of certain applications/tools/systems administration topics.
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International license.
ย 32841โญ ย ย 1921๐ด awesome-foss/awesome-sysadmin)
