An open API service indexing awesome lists of open source software.

https://github.com/Correia-jpv/fucking-awesome-sysadmin

A curated list of amazingly awesome open source sysadmin resources. With up-to-date repository starsโญ and forks๐Ÿด
https://github.com/Correia-jpv/fucking-awesome-sysadmin

List: fucking-awesome-sysadmin

awesome awesome-list list sysadm sysadmin sysadmin-scripts sysadmin-tasks sysadmin-tool sysadmin-tools sysadmins system-admin system-administration

Last synced: 5 months ago
JSON representation

A curated list of amazingly awesome open source sysadmin resources. With up-to-date repository starsโญ and forks๐Ÿด

Awesome Lists containing this project

README

        

# Awesome Sysadmin

[![](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
[![](https://github.com/correia-jpv/fucking-awesome-sysadmin/actions/workflows/ci.yml/badge.svg)](https://github.com/correia-jpv/fucking-awesome-sysadmin/issues/416)

**A curated list of amazingly awesome Free and Open-Source sysadmin resources.** Please read the [Pull Request template](./.github/PULL_REQUEST_TEMPLATE.md) if you wish to add software and consider     27โญ      4๐Ÿด [donating](https://github.com/n1trux/awesome-donations)) to the FLOSS projects you use regularly. Please consider contributing to fix one of the pinned [issues](https://github.com/correia-jpv/fucking-awesome-sysadmin/issues) if your time allows.

--------------------

## Table of contents

- [Software](#software)
- [Automation](#automation)
- [Backups](#backups)
- [Build and software organization tools](#build-and-software-organization-tools)
- [ChatOps](#chatops)
- [Cloud Computing](#cloud-computing)
- [Code Review](#code-review)
- [Configuration Management](#configuration-management)
- [Configuration Management Database](#configuration-management-database)
- [Continuous Integration & Continuous Deployment](#continuous-integration--continuous-deployment)
- [Control Panels](#control-panels)
- [Databases](#databases)
- [Deployment Automation](#deployment-automation)
- [Diagramming](#diagramming)
- [Distributed Filesystems](#distributed-filesystems)
- [DNS - Control Panels & Domain Management](#dns---control-panels--domain-management)
- [DNS - Servers](#dns---servers)
- [Editors](#editors)
- [Identity Management](#identity-management)
- [Identity Management - LDAP](#identity-management---ldap)
- [Identity Management - Single Sign-On (SSO)](#identity-management---single-sign-on-sso)
- [Identity Management - Tools and web interfaces](#identity-management---tools-and-web-interfaces)
- [IT Asset Management](#it-asset-management)
- [Log Management](#log-management)
- [Mail Clients](#mail-clients)
- [Metrics & Metric Collection](#metrics--metric-collection)
- [Miscellaneous](#miscellaneous)
- [Monitoring](#monitoring)
- [Network Configuration Management](#network-configuration-management)
- [PaaS](#paas)
- [Packaging](#packaging)
- [Project Management](#project-management)
- [Queuing](#queuing)
- [Remote Desktop Clients](#remote-desktop-clients)
- [Router](#router)
- [Service Discovery](#service-discovery)
- [Software Containers](#software-containers)
- [Status Pages](#status-pages)
- [Troubleshooting](#troubleshooting)
- [Version control](#version-control)
- [Virtualization](#virtualization)
- [VPN](#vpn)
- [Web](#web)
- [List of Licenses](#list-of-licenses)
- [External links](#external-links)
- [Communities / Forums](#communities--forums)
- [Repositories](#repositories)
- [Websites](#websites)
- [License](#license)

--------------------

## Software

### Automation

**[`^ back to top ^`](#awesome-sysadmin)**

Build automation.

- ๐ŸŒŽ [Apache Ant](ant.apache.org/) - 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. (   427โญ    433๐Ÿด [Source Code](https://github.com/apache/ant))) `Apache-2.0` `Java`
- ๐ŸŒŽ [Apache Maven](maven.apache.org/) - 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. (  4370โญ   2674๐Ÿด [Source Code](https://github.com/apache/maven))) `Apache-2.0` `Java`
- ๐ŸŒŽ [Bazel](www.bazel.io/) - A fast, scalable, multi-language and extensible build system. Used by Google. (     ?โญ      ?๐Ÿด [Source Code](https://github.com/bazelbuild/bazel/))) `Apache-2.0` `Java`
- ๐ŸŒŽ [Bolt](www.puppet.com/community/open-source/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. (   500โญ    225๐Ÿด [Source Code](https://github.com/puppetlabs/bolt))) `Apache-2.0` `Ruby`
- ๐ŸŒŽ [GNU Make](www.gnu.org/software/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](git.savannah.gnu.org/cgit/make.git)) `GPL-3.0` `C`
- ๐ŸŒŽ [Gradle](gradle.org/) - Another build automation system. ( 16982โญ   4761๐Ÿด [Source Code](https://github.com/gradle/gradle))) `Apache-2.0` `Groovy/Java`
- ๐ŸŒŽ [Rake](ruby.github.io/rake/) - Build automation tool similar to Make, written in and extensible in Ruby. (  2351โญ    613๐Ÿด [Source Code](https://github.com/ruby/rake))) `MIT` `Ruby`

### Backups

**[`^ back to top ^`](#awesome-sysadmin)**
๐ŸŒŽ [Backup](en.wikipedia.org/wiki/Backup) software.

_See also:    679โญ     55๐Ÿด [Restic's list of Linux backup software](https://github.com/restic/others))_

- ๐ŸŒŽ [Amanda](www.amanda.org/) - Backup and archive many computers on a network to disk, tape changer/drive or cloud storage. (   227โญ    108๐Ÿด [Source Code](https://github.com/zmanda/amanda))) `MIT` `C`
- ๐ŸŒŽ [Backupninja](0xacab.org/liberate/backupninja) - Lightweight, extensible meta-backup system, provides a centralized way to configure and coordinate many different backup utilities. `GPL-2.0` `Shell`
- ๐ŸŒŽ [BackupPC](backuppc.github.io/backuppc/) - High-performance, enterprise-grade system for backing up to a server's disk.. (  1380โญ    186๐Ÿด [Source Code](https://github.com/backuppc/backuppc))) `GPL-3.0` `Perl`
- ๐ŸŒŽ [Bareos](www.bareos.org/) - Cross-network backup solution which preserves, archives, and recovers data from all major operating systems. (  1001โญ    268๐Ÿด [Source Code](https://github.com/bareos/bareos))) `AGPL-3.0` `C++/C`
- ๐ŸŒŽ [Barman](pgbarman.org) - Backup and Recovery Manager for PostgreSQL. (  2142โญ    193๐Ÿด [Source Code](https://github.com/EnterpriseDB/barman))) `GPL-3.0` `Python`
- ๐ŸŒŽ [BorgBackup](www.borgbackup.org/) - Deduplicating archiver with compression and authenticated encryption. ( 11242โญ    744๐Ÿด [Source Code](https://github.com/borgbackup/borg))) `BSD-3-Clause` `Python`
- ๐ŸŒŽ [Burp](burp.grke.org/) - Network backup and restore program. (   486โญ     77๐Ÿด [Source Code](https://github.com/grke/burp))) `AGPL-3.0` `C`
- [Dar](http://dar.linux.free.fr/) - Which stands for Disk ARchive, is a robust and rich featured archiving and backup software of the tar style. (   139โญ     19๐Ÿด [Source Code](https://github.com/Edrusb/DAR))) `GPL-2.0` `C++`
- ๐ŸŒŽ [Duplicati](www.duplicati.com) - Backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers. ( 11278โญ    905๐Ÿด [Source Code](https://github.com/duplicati/duplicati))) `LGPL-2.1` `C#`
- ๐ŸŒŽ [Duplicity](duplicity.gitlab.io/) - Encrypted bandwidth-efficient backup using the rsync algorithm. ๐ŸŒŽ [Source Code](gitlab.com/duplicity/duplicity)) `GPL-2.0` `Python`
- ๐ŸŒŽ [Proxmox Backup Server](www.proxmox.com/en/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](git.proxmox.com/?p=proxmox-backup.git;a=tree)) `GPL-3.0` `Rust`
- ๐ŸŒŽ [rclone](rclone.org/) - Command-line program to sync files and directories to and from different cloud storage providers.. ( 47346โญ   4238๐Ÿด [Source Code](https://github.com/rclone/rclone))) `MIT` `Go`
- ๐ŸŒŽ [Rdiff-backup](rdiff-backup.net/) - Reverse differential backup tool, over a network or locally. (  1101โญ     94๐Ÿด [Source Code](https://github.com/rdiff-backup/rdiff-backup))) `GPL-2.0` `Python`
- ๐ŸŒŽ [Restic](restic.net/) - Easy, fast, verifiable, secure and efficient remote backup tool. ( 26691โญ   1562๐Ÿด [Source Code](https://github.com/restic/restic))) `BSD-2-Clause` `Go`
- ๐ŸŒŽ [Rsnapshot](rsnapshot.org/) - Filesystem snapshot utility based on rsync. (  3264โญ    262๐Ÿด [Source Code](https://github.com/rsnapshot/rsnapshot))) `GPL-2.0` `Perl`
-    368โญ     69๐Ÿด [Shield](https://github.com/starkandwayne/shield)) - A pluggable architecture for backup and restore of database systems. `MIT` `Go`
- ๐ŸŒŽ [UrBackup](www.urbackup.org/) - Client/Server Open Source Network Backup for Windows, MacOS and Linux. (   661โญ    145๐Ÿด [Source Code](https://github.com/uroni/urbackup_backend))) `AGPL-3.0` `C/C++`

### Build and software organization tools

**[`^ back to top ^`](#awesome-sysadmin)**

Build and software organization tools.

- ๐ŸŒŽ [EasyBuild](easybuild.io/) - EasyBuild builds software and modulefiles for High Performance Computing (HPC) systems in an efficient way. (   382โญ    703๐Ÿด [Source Code](https://github.com/easybuilders/easybuild-easyconfigs))) `GPL-2.0` `Python`
- ๐ŸŒŽ [Environment Modules](cea-hpc.github.io/modules/) - Environment Modules provides for the dynamic modification of a user's environment via modulefiles. (   715โญ    109๐Ÿด [Source Code](https://github.com/cea-hpc/modules))) `GPL-2.0` `Tcl`
- ๐ŸŒŽ [Lmod](www.tacc.utexas.edu/research-development/tacc-projects/lmod) - Lmod is a Lua based module system that easily handles the MODULEPATH Hierarchical problem. (   501โญ    128๐Ÿด [Source Code](https://github.com/TACC/Lmod))) `MIT` `Lua`
- ๐ŸŒŽ [Spack](spack.io/) - A flexible package manager that supports multiple versions, configurations, platforms, and compilers. (  4420โญ   2288๐Ÿด [Source Code](https://github.com/spack/spack))) `MIT/Apache-2.0` `Python`

### ChatOps

**[`^ back to top ^`](#awesome-sysadmin)**

Conversation-driven development and management.

_See also: ๐ŸŒŽ [/r/chatops](old.reddit.com/r/chatops)*

- ๐ŸŒŽ [Eggdrop](www.eggheads.org/) - The oldest Internet Relay Chat (IRC) bot still in active development. (   508โญ     84๐Ÿด [Source Code](https://github.com/eggheads/eggdrop))) `GPL-2.0` `C`
- ๐ŸŒŽ [Errbot](errbot.io/) - Plugin based chatbot designed to be easily deployable, extensible and maintainable. (  3132โญ    615๐Ÿด [Source Code](https://github.com/errbotio/errbot))) `GPL-3.0` `Python`
- ๐ŸŒŽ [Hubot](hubot.github.com/) - A customizable, life embetterment robot. ( 16658โญ   3749๐Ÿด [Source Code](https://github.com/hubotio/hubot))) `MIT` `Nodejs`

### Cloud Computing

**[`^ back to top ^`](#awesome-sysadmin)**
๐ŸŒŽ [Cloud computing](en.wikipedia.org/wiki/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](landscape.cncf.io/?group=projects-and-products&view-mode=card)**

### Code Review

**[`^ back to top ^`](#awesome-sysadmin)**
๐ŸŒŽ [Code review](en.wikipedia.org/wiki/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](awesome-selfhosted.net/tags/software-development---project-management.html)**

### Configuration Management

**[`^ back to top ^`](#awesome-sysadmin)**
๐ŸŒŽ [Configuration management (CM)](en.wikipedia.org/wiki/Configuration_management) 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](www.ansible.com/) - Provisioning, configuration management, and application-deployment tool. ( 63063โญ  23927๐Ÿด [Source Code](https://github.com/ansible/ansible))) `GPL-3.0` `Python`
- ๐ŸŒŽ [CFEngine](cfengine.com/) - Configuration management system for automated configuration and maintenance of large-scale computer systems. (   493โญ    185๐Ÿด [Source Code](https://github.com/cfengine/core))) `GPL-3.0` `C`
- ๐ŸŒŽ [Chef](www.chef.io/products/chef-infra) - Configuration management tool using a pure-Ruby, domain-specific language (DSL) for writing system configuration "recipes". (  7621โญ   2512๐Ÿด [Source Code](https://github.com/chef/chef))) `Apache-2.0` `Ruby`
- ๐ŸŒŽ [Puppet](www.puppet.com/) - Software configuration management tool which includes its own declarative language to describe system configuration. (  7459โญ   2192๐Ÿด [Source Code](https://github.com/puppetlabs/puppet))) `Apache-2.0` `Ruby/C`
- ๐ŸŒŽ [Rudder](www.rudder.io/) - Scalable and dynamic configuration management system for patching, security & compliance, based on CFEngine. (   520โญ     77๐Ÿด [Source Code](https://github.com/Normation/rudder))) `GPL-3.0` `Scala`
- ๐ŸŒŽ [Salt](docs.saltproject.io/) - Event-driven IT automation, remote task execution, and configuration management software. ( 14206โญ   5481๐Ÿด [Source Code](https://github.com/saltstack/salt))) `Apache-2.0` `Python`

### Configuration Management Database

**[`^ back to top ^`](#awesome-sysadmin)**

Configuration management database (CMDB) software.

_Related: [IT Asset Management](#it-asset-management)_

- ๐ŸŒŽ [Collins](tumblr.github.io/collins/) - At Tumblr, it's the infrastructure source of truth and knowledge. (   571โญ     99๐Ÿด [Source Code](https://github.com/tumblr/collins))) `Apache-2.0` `Docker/Scala`
- ๐ŸŒŽ [i-doit](www.i-doit.org/) - IT Documentation and CMDB. `AGPL-3.0` `PHP`
- ๐ŸŒŽ [iTop](www.combodo.com/itop-193) - Complete ITIL web based service management tool. ๐ŸŒŽ [Source Code](sourceforge.net/projects/itop/files/)) `AGPL-3.0` `PHP`
- ๐ŸŒŽ [netbox](netbox.dev/) - IP address management (IPAM) and data center infrastructure management (DCIM) tool. ๐ŸŒŽ [Demo](demo.netbox.dev/),  16337โญ   2597๐Ÿด [Source Code](https://github.com/netbox-community/netbox))) `Apache-2.0` `Python`

### Continuous Integration & Continuous Deployment

**[`^ back to top ^`](#awesome-sysadmin)**
๐ŸŒŽ [Continuous integration](en.wikipedia.org/wiki/Continuous_integration) ๐ŸŒŽ [deployment](en.wikipedia.org/wiki/Continuous_deployment) software.

- ๐ŸŒŽ [Buildbot](buildbot.net/) - Python-based toolkit for continuous integration. (  5280โญ   1633๐Ÿด [Source Code](https://github.com/buildbot/buildbot))) `GPL-2.0` `Python`
- ๐ŸŒŽ [CDS](ovh.github.io/cds/) - Enterprise-Grade Continuous Delivery & DevOps Automation Open Source Platform. (  4607โญ    429๐Ÿด [Source Code](https://github.com/ovh/cds))) `BSD-3-Clause` `Go`
- ๐ŸŒŽ [Concourse](concourse-ci.org/) - Concourse is a CI tool that treats pipelines as first class objects and containerizes every step along the way. ๐ŸŒŽ [Demo](ci.concourse-ci.org/),   7433โญ    848๐Ÿด [Source Code](https://github.com/concourse/concourse))) `Apache-2.0` `Go`
- ๐ŸŒŽ [drone](drone.io/) - Drone is a Continuous Delivery platform built on Docker, written in Go. ( 32251โญ   2821๐Ÿด [Source Code](https://github.com/drone/drone))) `Apache-2.0` `Go`
- ๐ŸŒŽ [Factor](www.factor.io/) - Programmatically define and run workflows to connect configuration management, source code management, build, continuous integration, continuous deployment and communication tools. (    81โญ      5๐Ÿด [Source Code](https://github.com/factor-io/factor))) `MIT` `Ruby`
- ๐ŸŒŽ [GitLab CI](about.gitlab.com/solutions/continuous-integration/) - Gitlab's built-in, full-featured CI/CD solution. ๐ŸŒŽ [Source Code](gitlab.com/gitlab-org/gitlab-foss)) `MIT` `Ruby`
- ๐ŸŒŽ [GoCD](www.go.cd/) - Continuous delivery server. (  7125โญ    975๐Ÿด [Source Code](https://github.com/gocd/gocd))) `Apache-2.0` `Java/Ruby`
- ๐ŸŒŽ [Jenkins](jenkins-ci.org/) - Continuous Integration Server. (     ?โญ      ?๐Ÿด [Source Code](https://github.com/jenkinsci/jenkins/))) `MIT` `Java`
- ๐ŸŒŽ [Laminar](laminar.ohwg.net) - Fast, lightweight, simple and flexible Continuous Integration. (   305โญ     56๐Ÿด [Source Code](https://github.com/ohwgiles/laminar))) `GPL-3.0` `C++`
-    679โญ    145๐Ÿด [PHP Censor](https://github.com/php-censor/php-censor)) - Open source self-hosted continuous integration server for PHP projects. `BSD-2-Clause` `PHP`
- ๐ŸŒŽ [PHPCI](www.phptesting.org/) - Free and open source continuous integration specifically designed for PHP. (  2420โญ    438๐Ÿด [Source Code](https://github.com/block8/phpci))) `BSD-2-Clause` `PHP`
- ๐ŸŒŽ [Strider](strider-cd.github.io/) - Open Source Continuous Deployment / Continuous Integration platform. (  4600โญ    431๐Ÿด [Source Code](https://github.com/Strider-CD/strider))) `MIT` `Nodejs`
- ๐ŸŒŽ [werf](werf.io/) - Open Source CI/CD tool for building Docker images and deploying to Kubernetes via GitOps. (  4252โญ    205๐Ÿด [Source Code](https://github.com/werf/werf))) `Apache-2.0` `Go`
- ๐ŸŒŽ [Woodpecker](woodpecker-ci.org/) - Community fork of Drone that uses Docker containers. (  4305โญ    371๐Ÿด [Source Code](https://github.com/woodpecker-ci/woodpecker))) `Apache-2.0` `Go`

### Control Panels

**[`^ back to top ^`](#awesome-sysadmin)**

Web hosting and server or service control panels.

- ๐ŸŒŽ [Ajenti](ajenti.org/) - Control panel for Linux and BSD. (  7565โญ    844๐Ÿด [Source Code](https://github.com/ajenti/ajenti))) `MIT` `Python/Shell`
- ๐ŸŒŽ [Cockpit](cockpit-project.org/) - Web-based graphical interface for servers. ( 11313โญ   1123๐Ÿด [Source Code](https://github.com/cockpit-project/cockpit))) `LGPL-2.1` `C`
- ๐ŸŒŽ [Froxlor](froxlor.org/) - Lightweight server management software with Nginx and PHP-FPM support. (     ?โญ      ?๐Ÿด [Source Code](https://github.com/Froxlor/Froxlor/))) `GPL-2.0` `PHP`
- ๐ŸŒŽ [HestiaCP](hestiacp.com/) - Web server control panel (fork of VestaCP). ๐ŸŒŽ [Demo](demo.hestiacp.com:8083/login/),   3425โญ    682๐Ÿด [Source Code](https://github.com/hestiacp/hestiacp))) `GPL-3.0` `PHP/Shell/Other`
- ๐ŸŒŽ [ISPConfig](www.ispconfig.org) - Manage Linux servers directly through your browser. ๐ŸŒŽ [Source Code](git.ispconfig.org/ispconfig/ispconfig3)) `BSD-3-Clause` `PHP`
- ๐ŸŒŽ [Sentora](sentora.org/) - Open-Source Web hosting control panel for Linux, BSD (fork of ZPanel). (   656โญ    445๐Ÿด [Source Code](https://github.com/sentora/sentora-core))) `GPL-3.0` `PHP`
- ๐ŸŒŽ [Virtualmin](www.virtualmin.com/) - Powerful and flexible web hosting control panel for Linux and BSD systems. ([Source Code](https://github.com/virtualmin)) `GPL-3.0` `Shell/Perl/Other`
- ๐ŸŒŽ [Webmin](www.webmin.com/) - Web-based interface for system administration for Unix. (  4412โญ    649๐Ÿด [Source Code](https://github.com/webmin/webmin))) `BSD-3-Clause` `Perl`

### Databases

**[`^ back to top ^`](#awesome-sysadmin)**

Database servers.

**Please visit ๐ŸŒŽ [dbdb.io - Database of Databases](dbdb.io/)**

_See also: ๐ŸŒŽ [awesome-selfhosted/Database Management](awesome-selfhosted.net/tags/database-management.html)_

### Deployment Automation

**[`^ back to top ^`](#awesome-sysadmin)**

Tools and scripts to support deployments to your servers.

- ๐ŸŒŽ [Capistrano](capistranorb.com/) - Deploy your application to any number of machines simultaneously, in sequence or as a rolling set via SSH (rake based). ( 12717โญ   1773๐Ÿด [Source Code](https://github.com/capistrano/capistrano))) `MIT` `Ruby`
- ๐ŸŒŽ [CloudSlang](www.cloudslang.io/) - Flow-based orchestration tool for managing deployed applications, with Docker capabilities. (    88โญ     47๐Ÿด [Source Code](https://github.com/CloudSlang/score))) `Apache-2.0` `Java`
- ๐ŸŒŽ [CloudStack](cloudstack.apache.org/) - Cloud computing software for creating, managing, and deploying infrastructure cloud services. (  2105โญ   1108๐Ÿด [Source Code](https://github.com/apache/cloudstack))) `Apache-2.0` `Java/Python`
- ๐ŸŒŽ [Cobbler](cobbler.github.io/) - Cobbler is a Linux installation server that allows for rapid setup of network installation environments. (  2628โญ    652๐Ÿด [Source Code](https://github.com/cobbler/cobbler))) `GPL-2.0` `Python`
- ๐ŸŒŽ [Fabric](www.fabfile.org/) - Python library and cli tool for streamlining the use of SSH for application deployment or systems administration tasks. ( 14922โญ   1936๐Ÿด [Source Code](https://github.com/fabric/fabric))) `BSD-2-Clause` `Python`
-     56โญ     24๐Ÿด [Genesis](https://github.com/starkandwayne/genesis)) - A template framework for multi-environment BOSH deployments. `MIT` `Perl`
- ๐ŸŒŽ [munki](www.munki.org/munki/) - Webserver-based repository of packages and package metadata, that allows macOS administrators to manage software installs. (  3132โญ    347๐Ÿด [Source Code](https://github.com/munki/munki))) `Apache-2.0` `Python`
- ๐ŸŒŽ [Overcast](andrewchilds.github.io/overcast/) - Deploy VMs across different cloud providers, and run commands and scripts across any or all of them in parallel via SSH. (   480โญ     35๐Ÿด [Source Code](https://github.com/andrewchilds/overcast))) `MIT` `Nodejs`

### Diagramming

**[`^ back to top ^`](#awesome-sysadmin)**

Tools used to create diagrams of networks, flows, etc.

- ๐ŸŒŽ [Diagrams.net](app.diagrams.net/) - A.K.A. ๐ŸŒŽ [Draw.io](app.diagrams.net/). Easy to use Diagram UI with a plethora of templates. (    28โญ      8๐Ÿด [Source Code](https://github.com/jgraph/drawio))) `Apache-2.0` `JavaScript/Docker`
- ๐ŸŒŽ [Kroki](kroki.io) - API for generating diagrams from textual descriptions. (  2964โญ    223๐Ÿด [Source Code](https://github.com/yuzutech/kroki))) `MIT` `Java`
- ๐ŸŒŽ [Mermaid](mermaid-js.github.io/mermaid-live-editor/) - Javascript module with a unique, easy, shorthand syntax. Integrates into several other tools like Grafana. (  4309โญ    655๐Ÿด [Source Code](https://github.com/mermaid-js/mermaid-live-editor))) `MIT` `Nodejs/Docker`

### Distributed Filesystems

**[`^ back to top ^`](#awesome-sysadmin)**

Network distributed filesystems.

_See also: ๐ŸŒŽ [awesome-selfhosted/File Transfer - Object Storage & File Servers](awesome-selfhosted.net/tags/file-transfer---object-storage--file-servers.html)_

- ๐ŸŒŽ [Ceph](ceph.com/en/) - Distributed object, block, and file storage platform. ( 14247โญ   6017๐Ÿด [Source Code](https://github.com/ceph/ceph))) `LGPL-3.0` `C++`
- ๐ŸŒŽ [DRBD](linbit.com/drbd/) - Distributed replicated storage system, implemented as a Linux kernel driver. (   587โญ    100๐Ÿด [Source Code](https://github.com/LINBIT/drbd))) `GPL-2.0` `C`
- ๐ŸŒŽ [GlusterFS](www.gluster.org/) - Software-defined distributed storage that can scale to several petabytes, with interfaces for object, block and file storage. (  4741โญ   1080๐Ÿด [Source Code](https://github.com/gluster/glusterfs))) `GPL-2.0/LGPL-3.0` `C`
- ๐ŸŒŽ [Hadoop Distributed Filesystem (HDFS)](hadoop.apache.org/) - Distributed file system that provides high-throughput access to application data. ( 14791โญ   8873๐Ÿด [Source Code](https://github.com/apache/hadoop))) `Apache-2.0` `Java`
- ๐ŸŒŽ [JuiceFS](juicefs.com/) - Distributed POSIX file system built on top of Redis and S3. ( 10953โญ    967๐Ÿด [Source Code](https://github.com/juicedata/juicefs))) `Apache-2.0` `Go`
-  16183โญ   3020๐Ÿด [Kubo](https://github.com/ipfs/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/MIT` `Go`
- ๐ŸŒŽ [LeoFS](leo-project.net) - Highly available, distributed, replicated eventually consistent object/blob store. (  1555โญ    155๐Ÿด [Source Code](https://github.com/leo-project/leofs))) `Apache-2.0` `Erlang`
- ๐ŸŒŽ [Lustre](www.lustre.org/) - Parallel distributed file system, generally used for large-scale cluster computing. ๐ŸŒŽ [Source Code](git.whamcloud.com/?p=fs/lustre-release.git;a=summary)) `GPL-2.0` `C`
- ๐ŸŒŽ [Minio](min.io/) - High-performance, S3 compatible object store built for large scale AI/ML, data lake and database workloads. ( 48418โญ   5539๐Ÿด [Source Code](https://github.com/minio/minio))) `AGPL-3.0` `Go`
- ๐ŸŒŽ [MooseFS](moosefs.com/) - Fault tolerant, network distributed file system. (  1699โญ    208๐Ÿด [Source Code](https://github.com/moosefs/moosefs))) `GPL-2.0` `C`
- ๐ŸŒŽ [OpenAFS](www.openafs.org/) - Distributed network file system with read-only replicas and multi-OS support. ๐ŸŒŽ [Source Code](git.openafs.org/?p=openafs.git;a=summary)) `IPL-1.0` `C`
- ๐ŸŒŽ [Openstack Swift](docs.openstack.org/developer/swift/) - A highly available, distributed, eventually consistent object/blob store. ๐ŸŒŽ [Source Code](opendev.org/openstack/swift)) `Apache-2.0` `Python`
- ๐ŸŒŽ [Perkeep](perkeep.org/) - A set of open source formats, protocols, and software for modeling, storing, searching, sharing and synchronizing data (previously Camlistore). (  6497โญ    448๐Ÿด [Source Code](https://github.com/perkeep/perkeep))) `Apache-2.0` `C`
- ๐ŸŒŽ [TahoeLAFS](tahoe-lafs.org/trac/tahoe-lafs) - Secure, decentralized, fault-tolerant, peer-to-peer distributed data store and distributed file system. (  1301โญ    247๐Ÿด [Source Code](https://github.com/tahoe-lafs/tahoe-lafs))) `GPL-2.0` `Python`
- ๐ŸŒŽ [XtreemFS](www.xtreemfs.org/) - Distributed, replicated and fault-tolerant file system for federated IT infrastructures.. (   337โญ     65๐Ÿด [Source Code](https://github.com/xtreemfs/xtreemfs))) `BSD-3-Clause` `Java`

### DNS - Control Panels & Domain Management

**[`^ back to top ^`](#awesome-sysadmin)**

DNS server control panels, web interfaces and domain management tools.

_Related: [DNS - Servers](#dns---servers)_

_See also: ๐ŸŒŽ [awesome-selfhosted/DNS](awesome-selfhosted.net/tags/dns.html)_

-      ?โญ      ?๐Ÿด [Atomia DNS](https://github.com/atomia/atomiadns/)) - DNS management system. `ISC` `Perl`
- ๐ŸŒŽ [Designate](wiki.openstack.org/wiki/Designate) - DNSaaS services for OpenStack. ๐ŸŒŽ [Source Code](opendev.org/openstack/designate)) `Apache-2.0` `Python`
- ๐ŸŒŽ [DNSControl](stackexchange.github.io/dnscontrol/) - Synchronize your DNS to multiple providers from a simple DSL. (  3163โญ    400๐Ÿด [Source Code](https://github.com/StackExchange/dnscontrol))) `MIT` `Go/Docker`
- ๐ŸŒŽ [DomainMOD](domainmod.org) - Manage your domains and other internet assets in a central location. (   485โญ     98๐Ÿด [Source Code](https://github.com/domainmod/domainmod))) `GPL-3.0` `PHP`
- ๐ŸŒŽ [nsupdate.info](www.nsupdate.info/) - Dynamic DNS service. ๐ŸŒŽ [Demo](www.nsupdate.info/account/register/),   1048โญ    119๐Ÿด [Source Code](https://github.com/nsupdate-info/nsupdate.info))) `BSD-3-Clause` `Python`
-   3188โญ    403๐Ÿด [octoDNS](https://github.com/github/octodns)) - DNS as code - Tools for managing DNS across multiple providers. `MIT` `Python`
- ๐ŸŒŽ [Poweradmin](www.poweradmin.org/) - Web-based DNS control panel for PowerDNS server. (   650โญ    260๐Ÿด [Source Code](https://github.com/poweradmin/poweradmin))) `GPL-3.0` `PHP`
- ๐ŸŒŽ [SPF Toolbox](spftoolbox.com) - Application to look up DNS records such as SPF, MX, Whois, and more. (   274โญ     61๐Ÿด [Source Code](https://github.com/charlesabarnes/SPFtoolbox))) `MIT` `PHP`

### DNS - Servers

**[`^ back to top ^`](#awesome-sysadmin)**
๐ŸŒŽ [DNS](en.wikipedia.org/wiki/Name_server) servers.

_Related: [DNS - Control Panels & Domain Management](#dns---control-panels--domain-management)_

_See also: ๐ŸŒŽ [awesome-selfhosted/DNS](awesome-selfhosted.net/tags/dns.html)_

- ๐ŸŒŽ [Bind](www.isc.org/bind/) - Versatile, classic, complete name server software. ๐ŸŒŽ [Source Code](gitlab.isc.org/isc-projects/bind9)) `MPL-2.0` `C`
- ๐ŸŒŽ [CoreDNS](coredns.io/) - Flexible DNS server. ( 12459โญ   2138๐Ÿด [Source Code](https://github.com/coredns/coredns))) `Apache-2.0` `Go`
- ๐ŸŒŽ [djbdns](cr.yp.to/djbdns.html) - A collection of DNS applications, including tinydns. ๐ŸŒŽ [Source Code](salsa.debian.org/debian/djbdns)) `CC0-1.0` `C`
- ๐ŸŒŽ [dnsmasq](www.thekelleys.org.uk/dnsmasq/doc.html) - Provides network infrastructure for small networks: DNS, DHCP, router advertisement and network boot. ๐ŸŒŽ [Source Code](thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=tree)) `GPL-2.0` `C`
- ๐ŸŒŽ [Knot](www.knot-dns.cz/) - High performance authoritative-only DNS server. ๐ŸŒŽ [Source Code](gitlab.nic.cz/knot/knot-dns)) `GPL-3.0` `C`
- ๐ŸŒŽ [NSD](www.nlnetlabs.nl/projects/nsd/about/) - Authoritative DNS name server developed speed, reliability, stability and security. (   462โญ    105๐Ÿด [Source Code](https://github.com/NLnetLabs/nsd))) `BSD-3-Clause` `C`
- ๐ŸŒŽ [PowerDNS Authoritative Server](doc.powerdns.com/authoritative/) - Versatile nameserver which supports a large number of backends. (  3715โญ    911๐Ÿด [Source Code](https://github.com/PowerDNS/pdns))) `GPL-2.0` `C++`
- ๐ŸŒŽ [Unbound](nlnetlabs.nl/projects/unbound/about/) - Validating, recursive, and caching DNS resolver. (  3146โญ    359๐Ÿด [Source Code](https://github.com/NLnetLabs/unbound))) `BSD-3-Clause` `C`
- ๐ŸŒŽ [Yadifa](www.yadifa.eu/) - Clean, small, light and RFC-compliant name server implementation developed from scratch by .eu. (    69โญ     14๐Ÿด [Source Code](https://github.com/yadifa/yadifa))) `BSD-3-Clause` `C`

### Editors

**[`^ back to top ^`](#awesome-sysadmin)**

Open-source code editors.

-    746โญ     30๐Ÿด [Atom Community](https://github.com/atom-community/atom)) - A fork of  60250โญ  17394๐Ÿด [atom](https://github.com/atom/atom)) A hackable text editor from Github. `MIT` `JavaScript`
- ๐ŸŒŽ [Brackets](brackets.io/) - Code editor for web designers and front-end developers. (  1373โญ    182๐Ÿด [Source Code](https://github.com/brackets-cont/brackets))) `MIT` `JavaScript`
- ๐ŸŒŽ [Eclipse](www.eclipse.org/) - IDE written in Java with an extensible plug-in system. ๐ŸŒŽ [Source Code](git.eclipse.org/c/)) `EPL-1.0` `Java`
- ๐ŸŒŽ [Geany](www.geany.org/) - GTK2 text editor. (  3145โญ    606๐Ÿด [Source Code](https://github.com/geany/geany))) `GPL-2.0` `C/C++`
- ๐ŸŒŽ [GNU Emacs](www.gnu.org/software/emacs/) - An extensible, customizable text editor-and more. (  4454โญ   1280๐Ÿด [Source Code](https://github.com/emacs-mirror/emacs))) `GPL-3.0` `C`
- [Haroopad](http://pad.haroopress.com/) - Markdown editor with live preview. (  1607โญ    223๐Ÿด [Source Code](https://github.com/rhiokim/haroopad))) `GPL-3.0` `JavaScript`
- ๐ŸŒŽ [ICEcoder](icecoder.net/) - Code editor awesomeness, built with common web languages. ([Demo](http://demo.icecoder.net),   1415โญ    346๐Ÿด [Source Code](https://github.com/icecoder/ICEcoder))) `MIT` `PHP`
-    208โญ     32๐Ÿด [jotgit](https://github.com/jdleesmiller/jotgit)) - Git-backed real-time collaborative code editing. `MIT` `Nodejs`
- ๐ŸŒŽ [KDevelop](www.kdevelop.org/) - IDE by the people behind KDE. ๐ŸŒŽ [Source Code](invent.kde.org/kdevelop/kdevelop)) `GFDL-1.2` `C++`
- ๐ŸŒŽ [Micro](micro-editor.github.io/) - A modern and intuitive terminal-based text editor. ( 25250โญ   1180๐Ÿด [Source Code](https://github.com/zyedidia/micro))) `MIT` `Go`
- ๐ŸŒŽ [Nano](nano-editor.org) - Easy to use, customizable text editor. ๐ŸŒŽ [Source Code](git.savannah.gnu.org/cgit/nano.git/tree/)) `GPL-3.0` `C`
- ๐ŸŒŽ [Notepad++](notepad-plus-plus.org/) - GPLv2 multi-language editor with syntax highlighting for Windows. ( 23081โญ   4620๐Ÿด [Source Code](https://github.com/notepad-plus-plus/notepad-plus-plus))) `GPL-2.0` `C++`
- ๐ŸŒŽ [TextMate](macromates.com/) - A graphical text editor for OS X. (     ?โญ      ?๐Ÿด [Source Code](https://github.com/textmate/textmate/))) `GPL-3.0` `C++`
- ๐ŸŒŽ [Vim](www.vim.org) - A highly configurable text editor built to enable efficient editing. ( 36738โญ   5471๐Ÿด [Source Code](https://github.com/vim/vim))) `Vim` `C`
- ๐ŸŒŽ [VSCodium](vscodium.com/) - An open source cross-platform extensible code editor based on ๐ŸŒŽ [VS Code by Microsoft](code.visualstudio.com/) removing their non-free additions. ( 25604โญ   1116๐Ÿด [Source Code](https://github.com/VSCodium/vscodium))) `MIT` `TypeScript`

### Identity Management

**[`^ back to top ^`](#awesome-sysadmin)**
๐ŸŒŽ [Identity management](en.wikipedia.org/wiki/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---ldap), [Identity Management - Tools and web interfaces](#identity-management---tools-and-web-interfaces), [Identity Management - Single Sign-On SSO](#identity-management---single-sign-on-sso)**

### Identity Management - LDAP

**[`^ back to top ^`](#awesome-sysadmin)**
๐ŸŒŽ [Lightweight Directory Access Protocol (LDAP)](en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol) 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](www.port389.org/) - Enterprise-class Open Source LDAP server for Linux. (   213โญ     94๐Ÿด [Source Code](https://github.com/389ds/389-ds-base))) `GPL-3.0` `C`
- ๐ŸŒŽ [Apache Directory Server](directory.apache.org/apacheds/) - Extensible and embeddable directory server, certified LDAPv3 compatible, with Kerberos 5 and Change Password Protocol support, triggers, stored procedures, queues and views. (   152โญ     93๐Ÿด [Source Code](https://github.com/apache/directory-server))) `Apache-2.0` `Java`
- ๐ŸŒŽ [FreeIPA](www.freeipa.org/) - 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](pagure.io/freeipa)) `GPL-3.0` `Python/C/JavaScript`
- ๐ŸŒŽ [FreeRADIUS](freeradius.org/) - Multi-protocol policy server (radiusd) that implements RADIUS, DHCP, BFD, and ARP and associated client/PAM library/Apache module. (  2131โญ   1086๐Ÿด [Source Code](https://github.com/FreeRADIUS/freeradius-server))) `GPL-2.0` `C`
-   4485โญ    209๐Ÿด [lldap](https://github.com/nitnelave/lldap)) - Light (simplified) LDAP implementation with a simple, intuitive web interface and GraphQL support. `GPL-3.0` `Rust`
- ๐ŸŒŽ [OpenLDAP](www.openldap.org/) - Open-source implementation of the Lightweight Directory Access Protocol (server, libraries and clients). ๐ŸŒŽ [Source Code](git.openldap.org/openldap/openldap)) `OLDAP-2.8` `C`

### Identity Management - Single Sign-On (SSO)

**[`^ back to top ^`](#awesome-sysadmin)**
๐ŸŒŽ [Single sign-on (SSO)](en.wikipedia.org/wiki/Single_sign-on) 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](www.authelia.com/) - The Single Sign-On Multi-Factor portal for web apps. ( 21810โญ   1129๐Ÿด [Source Code](https://github.com/authelia/authelia))) `Apache-2.0` `Go`
- ๐ŸŒŽ [Authentik](goauthentik.io/) - Flexible identity provider with support for different protocols. (OAuth 2.0, SAML, LDAP and Radius). ( 13696โญ    916๐Ÿด [Source Code](https://github.com/goauthentik/authentik))) `MIT` `Python`
- ๐ŸŒŽ [KeyCloak](www.keycloak.org) - Open Source Identity and Access Management. ( 23597โญ   6783๐Ÿด [Source Code](https://github.com/keycloak/keycloak))) `Apache-2.0` `Java`

### Identity Management - Tools and web interfaces

**[`^ back to top ^`](#awesome-sysadmin)**

Miscellaneous utilities and web interfaces for identity management systems.

- ๐ŸŒŽ [BounCA](bounca.org/) - A personal SSL Key / Certificate Authority web-based tool for creating self-signed certificates. ๐ŸŒŽ [Source Code](gitlab.com/bounca/bounca/)) `Apache-2.0` `Python`
-   4073โญ   1199๐Ÿด [easy-rsa](https://github.com/OpenVPN/easy-rsa)) - Bash script to build and manage a PKI CA. `GPL-2.0` `Shell`
- ๐ŸŒŽ [Fusion Directory](www.fusiondirectory.org) - Improve the Management of the services and the company directory based on OpenLDAP. (   163โญ     35๐Ÿด [Source Code](https://github.com/fusiondirectory/fusiondirectory))) `GPL-2.0` `PHP`
- ๐ŸŒŽ [LDAP Account Manager (LAM)](www.ldap-account-manager.org/lamcms/) - Web frontend for managing entries (e.g. users, groups, DHCP settings) stored in an LDAP directory. (     ?โญ      ?๐Ÿด [Source Code](https://github.com/LDAPAccountManager/lam/))) `GPL-3.0` `PHP`
- ๐ŸŒŽ [Libravatar](www.libravatar.org/) - Libravatar is a service which delivers your avatar (profile picture) to other websites. ๐ŸŒŽ [Source Code](git.linux-kernel.at/oliver/ivatar/)) `AGPL-3.0` `Python`
- ๐ŸŒŽ [Pomerium](www.pomerium.io/) - An identity and context aware access-proxy inspired by BeyondCorp. (  4061โญ    285๐Ÿด [Source Code](https://github.com/pomerium/pomerium))) `Apache-2.0` `Docker/Go`
- ๐ŸŒŽ [Samba](www.samba.org/) - Active Directory and CIFS protocol implementation. ๐ŸŒŽ [Source Code](download.samba.org/pub/samba/)) `GPL-3.0` `C`
- ๐ŸŒŽ [Smallstep Certificates](smallstep.com/certificates/) - A private certificate authority (X.509 & SSH) and related tools for secure automated certificate management. (  6795โญ    446๐Ÿด [Source Code](https://github.com/smallstep/certificates))) `Apache-2.0` `Go`
- ๐ŸŒŽ [ZITADEL](zitadel.com/) - Cloud-native Identity & Access Management solution providing a platform for secure authentication, authorization and identity management. (  9055โญ    577๐Ÿด [Source Code](https://github.com/zitadel/zitadel))) `Apache-2.0` `Go/Docker/K8S`

### IT Asset Management

**[`^ back to top ^`](#awesome-sysadmin)**

IT ๐ŸŒŽ [asset management](en.wikipedia.org/wiki/Asset_management) software.

- ๐ŸŒŽ [GLPI](www.glpi-project.org/) - Information Resource-Manager with an additional Administration Interface. (  4333โญ   1296๐Ÿด [Source Code](https://github.com/glpi-project/glpi))) `GPL-3.0` `PHP`
- ๐ŸŒŽ [OCS Inventory NG](ocsinventory-ng.org/) - Asset management and deployment solution for all devices in your IT Department. ([Source Code](https://github.com/OCSInventory-NG)) `GPL-2.0` `PHP/Perl`
- ๐ŸŒŽ [OPSI](www.opsi.org) - Hardware and software inventory, client management, deployment, and patching for Linux and Windows. (     ?โญ      ?๐Ÿด [Source Code](https://github.com/opsi-org/))) `GPL-3.0/AGPL-3.0` `OVF/Python`
- ๐ŸŒŽ [RackTables](racktables.org/) - Datacenter and server room asset management like document hardware assets, network addresses, space in racks, networks configuration. ๐ŸŒŽ [Demo](www.racktables.org/demo.php),    738โญ    263๐Ÿด [Source Code](https://github.com/RackTables/racktables))) `GPL-2.0` `PHP`
- ๐ŸŒŽ [Ralph](ralph.allegro.tech/) - Asset management, DCIM and CMDB system for large Data Centers as well as smaller LAN networks. (  2241โญ    552๐Ÿด [Demo](https://github.com/allegro/ralph#live-demo)),   2241โญ    552๐Ÿด [Source Code](https://github.com/allegro/ralph))) `Apache-2.0` `Python/Docker`
- ๐ŸŒŽ [Snipe IT](snipeitapp.com/) - Asset & license management software. ( 11171โญ   3196๐Ÿด [Source Code](https://github.com/snipe/snipe-it))) `AGPL-3.0` `PHP`

### Log Management

**[`^ back to top ^`](#awesome-sysadmin)**

Log management tools: collect, parse, visualize...

- ๐ŸŒŽ [Fluentd](www.fluentd.org/) - Data collector for unified logging layer. ( 12925โญ   1344๐Ÿด [Source Code](https://github.com/fluent/fluentd))) `Apache-2.0` `Ruby`
- ๐ŸŒŽ [Flume](flume.apache.org/) - Distributed, reliable, and available service for efficiently collecting, aggregating, and moving large amounts of log data. (  2536โญ   1570๐Ÿด [Source Code](https://github.com/apache/flume))) `Apache-2.0` `Java`
- ๐ŸŒŽ [GoAccess](goaccess.io/) - Real-time web log analyzer and interactive viewer that runs in a terminal or through the browser. ( 18520โญ   1113๐Ÿด [Source Code](https://github.com/allinurl/goaccess))) `MIT` `C`
- ๐ŸŒŽ [Loki](grafana.com/oss/loki/) - Log aggregation system designed to store and query logs from all your applications and infrastructure. ( 23977โญ   3460๐Ÿด [Source Code](https://github.com/grafana/loki))) `AGPL-3.0` `Go`
- ๐ŸŒŽ [rsyslog](www.rsyslog.com/) - Rocket-fast system for log processing. (  2052โญ    655๐Ÿด [Source Code](https://github.com/rsyslog/rsyslog))) `GPL-3.0` `C`

### Mail Clients

**[`^ back to top ^`](#awesome-sysadmin)**

An ๐ŸŒŽ [email client](en.wikipedia.org/wiki/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](aerc-mail.org/) - Terminal MUA with a focus on plaintext and features for developers. ๐ŸŒŽ [Source Code](git.sr.ht/~rjarry/aerc)) `MIT` `Go`
- [Claws Mail](http://www.claws-mail.org/) - Old school email client (and news reader), based on GTK+. ๐ŸŒŽ [Source Code](git.claws-mail.org/?p=claws.git;a=tree)) `GPL-3.0` `C`
- [ImapSync](http://imapsync.lamiral.info/) - Simple IMAP migration tool for copying mailboxes to other servers. (  3394โญ    472๐Ÿด [Source Code](https://github.com/imapsync/imapsync))) `NLPL` `Perl`
- [Mutt](http://www.mutt.org/) - Small but very powerful text-based mail client. ๐ŸŒŽ [Source Code](gitlab.com/muttmua/mutt)) `GPL-2.0` `C`
- ๐ŸŒŽ [Sylpheed](sylpheed.sraoss.jp/en/) - Still developed predecessor to Claws Mail, lightweight mail client. (   138โญ     15๐Ÿด [Source Code](https://github.com/sylpheed-mail/sylpheed))) `GPL-2.0` `C`
- ๐ŸŒŽ [Thunderbird](www.thunderbird.net/) - Free email application that's easy to set up and customize. ๐ŸŒŽ [Source Code](hg.mozilla.org/comm-central/file)) `MPL-2.0` `C/C++`

### Metrics & Metric Collection

**[`^ back to top ^`](#awesome-sysadmin)**

Metric gathering and display software.

_Related: [Databases](#databases), [Monitoring](#monitoring)_

- ๐ŸŒŽ [Beats](www.elastic.co/beats/) - Single-purpose data shippers that send data from hundreds or thousands of machines and systems to Logstash or Elasticsearch. (   108โญ   4927๐Ÿด [Source Code](https://github.com/elastic/beats))) `Apache-2.0` `Go`
- ๐ŸŒŽ [Collectd](collectd.org/) - System statistics collection daemon. (  3197โญ   1233๐Ÿด [Source Code](https://github.com/collectd/collectd))) `MIT` `C`
-   1743โญ    600๐Ÿด [Diamond](https://github.com/python-diamond/Diamond)) - Daemon that collects system metrics and publishes them to Graphite (and others). `MIT` `Python`
- ๐ŸŒŽ [Grafana](grafana.com/) - A Graphite & InfluxDB Dashboard and Graph Editor. ( 65191โญ  12161๐Ÿด [Source Code](https://github.com/grafana/grafana))) `AGPL-3.0` `Go`
- ๐ŸŒŽ [Graphite](graphite.readthedocs.org/en/latest/) - Scalable graphing server. (  5912โญ   1260๐Ÿด [Source Code](https://github.com/graphite-project/graphite-web))) `Apache-2.0` `Python`
- ๐ŸŒŽ [RRDtool](oss.oetiker.ch/rrdtool/) - Industry standard, high performance data logging and graphing system for time series data. (  1017โญ    264๐Ÿด [Source Code](https://github.com/oetiker/rrdtool-1.x))) `GPL-2.0` `C`
-      ?โญ      ?๐Ÿด [Statsd](https://github.com/etsy/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. `MIT` `Nodejs`
- [tcollector](http://opentsdb.net/docs/build/html/user_guide/utilities/tcollector.html) - Gathers data from local collectors and pushes the data to OpenTSDB. (     ?โญ      ?๐Ÿด [Source Code](https://github.com/OpenTSDB/tcollector/))) `LGPL-3.0/GPL-3.0` `Python`
-  14875โญ   5595๐Ÿด [Telegraf](https://github.com/influxdata/telegraf)) - Plugin-driven server agent for collecting, processing, aggregating, and writing metrics. `MIT` `Go`

### Miscellaneous

**[`^ back to top ^`](#awesome-sysadmin)**

Software that does not fit in another section.

- ๐ŸŒŽ [Chocolatey](chocolatey.org/) - The package manager for Windows. ( 10376โญ    902๐Ÿด [Source Code](https://github.com/chocolatey/choco))) `Apache-2.0` `C#/PowerShell`
- ๐ŸŒŽ [Clonezilla](clonezilla.org/) - Partition and disk imaging/cloning program. ๐ŸŒŽ [Source Code](clonezilla.org/downloads/src/)) `GPL-2.0` `Perl/Shell/Other`
- ๐ŸŒŽ [DadaMail](dadamailproject.com/) - Mailing List Manager, written in Perl. ๐ŸŒŽ [Source Code](sourceforge.net/projects/dadamail/files/)) `GPL-2.0` `Perl`
- ๐ŸŒŽ [Fog](www.fogproject.org/) - Cloning/imaging solution/rescue suite. (  1149โญ    224๐Ÿด [Source Code](https://github.com/FOGProject/fogproject))) `GPL-3.0` `PHP/Shell`
- ๐ŸŒŽ [phpList](www.phplist.org/) - Newsletter and email marketing software. (   760โญ    270๐Ÿด [Source Code](https://github.com/phpList/phplist3))) `AGPL-3.0` `PHP`

### Monitoring

**[`^ back to top ^`](#awesome-sysadmin)**

Monitoring software.

_Related: [Metrics & Metric Collection](#metrics--metric-collection)_

- [Adagios](http://adagios.org/) - Web based Nagios interface for configuration and monitoring (replacement to the standard interface), and a REST interface. (   330โญ     74๐Ÿด [Source Code](https://github.com/opinkerfi/adagios))) `AGPL-3.0` `Docker/Python`
- ๐ŸŒŽ [Alerta](alerta.io/) - Distributed, scalable and flexible monitoring system. (  2392โญ    359๐Ÿด [Source Code](https://github.com/alerta/alerta))) `Apache-2.0` `Python`
- ๐ŸŒŽ [Bloonix](bloonix-monitoring.org/) - Bloonix is a monitoring solution that helps businesses to ensure high availability and performance. ([Source Code](https://github.com/bloonix)) `GPL-3.0` `Perl`
- ๐ŸŒŽ [Bosun](bosun.org/) - Monitoring and alerting system by Stack Exchange. (  3404โญ    493๐Ÿด [Source Code](https://github.com/bosun-monitor/bosun))) `MIT` `Go`
- ๐ŸŒŽ [Cacti](www.cacti.net) - Web-based network monitoring and graphing tool. (  1649โญ    406๐Ÿด [Source Code](https://github.com/Cacti/cacti))) `GPL-2.0` `PHP`
-  17221โญ   2328๐Ÿด [cadvisor](https://github.com/google/cadvisor)) - Analyzes resource usage and performance characteristics of running containers. `Apache-2.0` `Go`
- ๐ŸŒŽ [checkmk](checkmk.com/) - Comprehensive solution for monitoring of applications, servers, and networks. (  1588โญ    468๐Ÿด [Source Code](https://github.com/Checkmk/checkmk))) `GPL-2.0` `Python/PHP`
-   2682โญ    103๐Ÿด [dashdot](https://github.com/MauriceNino/dashdot)) - A simple, modern server dashboard for smaller private servers. ๐ŸŒŽ [Demo](dash.mauz.dev/)) `MIT` `Nodejs/Docker`
-      8โญ      0๐Ÿด [EdMon](https://github.com/Edraens/EdMon)) - A command-line monitoring application helping you to check that your hosts and services are available, with notifications support. `MIT` `Java`
- ๐ŸŒŽ [eZ Server Monitor](www.ezservermonitor.com) - A lightweight and simple dashboard monitor for Linux, available in Web and Bash application. (   352โญ    128๐Ÿด [Source Code](https://github.com/shevabam/ezservermonitor-web))) `GPL-3.0` `PHP/Shell`
- ๐ŸŒŽ [glances](nicolargo.github.io/glances/) - Open-source, cross-platform real-time monitoring tool with CLI and web dashboard interfaces and many exporting options. ( 26953โญ   1532๐Ÿด [Source Code](https://github.com/nicolargo/glances))) `GPL-3.0` `Python`
- ๐ŸŒŽ [Healthchecks](healthchecks.io/docs/self_hosted/) - Monitoring for cron jobs, background services and scheduled tasks. (  8344โญ    842๐Ÿด [Source Code](https://github.com/healthchecks/healthchecks))) `BSD-3-Clause` `Python`
- ๐ŸŒŽ [Icinga](www.icinga.com/) - Nagios fork that has since lapped nagios several times. Comes with the possibility of clustered monitoring. (  2028โญ    578๐Ÿด [Source Code](https://github.com/Icinga/icinga2))) `GPL-2.0` `C++`
- ๐ŸŒŽ [LibreNMS](www.librenms.org) - Fully featured network monitoring system that provides a wealth of features and device support. (  3946โญ   2310๐Ÿด [Source Code](https://github.com/librenms/librenms))) `GPL-3.0` `PHP`
-  10431โญ   1204๐Ÿด [Linux Dash](https://github.com/afaqurk/linux-dash)) - A low-overhead monitoring web dashboard for a GNU/Linux machine. `MIT` `Nodejs/Go/Python/PHP`
- ๐ŸŒŽ [Monit](mmonit.com/monit/#home) - Small utility for managing and monitoring Unix systems. ๐ŸŒŽ [Source Code](bitbucket.org/tildeslash/monit/src/master/)) `AGPL-3.0` `C`
- ๐ŸŒŽ [Munin](munin-monitoring.org/) - Networked resource monitoring tool. (  1994โญ    474๐Ÿด [Source Code](https://github.com/munin-monitoring/munin))) `GPL-2.0` `Perl/Shell`
- ๐ŸŒŽ [Naemon](www.naemon.org/) - Network monitoring tool based on the Nagios 4 core with performance enhancements and new features. (   154โญ     63๐Ÿด [Source Code](https://github.com/naemon/naemon-core))) `GPL-2.0` `C`
- ๐ŸŒŽ [Nagios](www.nagios.org/) - Computer system, network and infrastructure monitoring software application. (  1576โญ    451๐Ÿด [Source Code](https://github.com/NagiosEnterprises/nagioscore))) `GPL-2.0` `C`
- ๐ŸŒŽ [Netdata](www.netdata.cloud/) - Distributed, real-time, performance and health monitoring for systems and applications. Runs on Linux, FreeBSD, and MacOS. ( 72188โญ   5946๐Ÿด [Source Code](https://github.com/netdata/netdata))) `GPL-3.0` `C`
- ๐ŸŒŽ [NetXMS](www.netxms.org/) - Open Source network and infrastructure monitoring and management. (   244โญ     46๐Ÿด [Source Code](https://github.com/netxms/netxms))) `LGPL-3.0/GPL-3.0` `Java/C++/C`
- [Observium Community Edition](http://www.observium.org/) - Network monitoring and management platform that provides real-time insight into network health and performance. `QPL-1.0` `PHP`
- ๐ŸŒŽ [openITCOCKPIT Community Edition](openitcockpit.io/) - Monitoring Suite featuring seamless integrations with Naemon, Checkmk, Grafana and more. ๐ŸŒŽ [Demo](demo.openitcockpit.io/),    275โญ     50๐Ÿด [Source Code](https://github.com/it-novum/openITCOCKPIT))) `GPL-3.0` `deb/Docker`
- [Performance Co-Pilot](http://pcp.io) - Lightweight, distributed system performance and analysis framework. (   974โญ    237๐Ÿด [Source Code](https://github.com/performancecopilot/pcp))) `LGPL-2.1/GPL-2.0` `C`
- ๐ŸŒŽ [PHP Server Monitor](www.phpservermonitor.org/) - Open source tool to monitor your servers and websites. (  2163โญ    686๐Ÿด [Source Code](https://github.com/phpservermon/phpservermon))) `GPL-3.0` `PHP`
- ๐ŸŒŽ [PhpSysInfo](phpsysinfo.github.io/phpsysinfo/) - A customizable PHP script that displays information about your system nicely. (  1388โญ    232๐Ÿด [Source Code](https://github.com/phpsysinfo/phpsysinfo))) `GPL-2.0` `PHP`
- ๐ŸŒŽ [Prometheus](prometheus.io/) - Service monitoring system and time series database. ( 55885โญ   9170๐Ÿด [Source Code](https://github.com/prometheus/prometheus))) `Apache-2.0` `Go`
- ๐ŸŒŽ [Riemann](riemann.io/) - Flexible and fast events processor allowing complex events/metrics analysis. (  4233โญ    516๐Ÿด [Source Code](https://github.com/riemann/riemann))) `EPL-1.0` `Java`
-   2116โญ    161๐Ÿด [rtop](https://github.com/rapidloop/rtop)) - Interactive, remote system monitoring tool based on SSH. `MIT` `Go`
-    151โญ      7๐Ÿด [ruptime](https://github.com/alexmyczko/ruptime)) - Classic system status server. `AGPL-3.0` `Shell`
-   5375โญ    171๐Ÿด [Scrutiny](https://github.com/AnalogJ/scrutiny)) - Web UI for hard drive S.M.A.R.T monitoring, historical trends & real-world failure thresholds. `MIT` `Go`
- ๐ŸŒŽ [Sensu](sensu.io/) - Monitoring tool for ephemeral infrastructure and distributed applications. (  1028โญ    174๐Ÿด [Source Code](https://github.com/sensu/sensu-go))) `MIT` `Go`
-    166โญ     20๐Ÿด [Status](https://github.com/dani3l0/Status)) - Simple and lightweight system monitoring tool for small homeservers with a pleasant web interface. ๐ŸŒŽ [Demo](status.enshittification.social/) `MIT` `Python`
- ๐ŸŒŽ [Thruk](www.thruk.org/) - Multibackend monitoring web interface with support for Naemon, Nagios, Icinga and Shinken. (   409โญ    149๐Ÿด [Source Code](https://github.com/sni/Thruk))) `GPL-1.0` `Perl`
- ๐ŸŒŽ [Wazuh](wazuh.com/) - Unified XDR and SIEM protection for endpoints and cloud workloads. ( 11050โญ   1674๐Ÿด [Source Code](https://github.com/wazuh/wazuh))) `GPL-2.0` `C`
- ๐ŸŒŽ [Zabbix](www.zabbix.com/) - Enterprise-class software for monitoring of networks and applications. ๐ŸŒŽ [Source Code](git.zabbix.com/projects/ZBX/repos/zabbix/browse)) `GPL-2.0` `C`

### Network Configuration Management

**[`^ back to top ^`](#awesome-sysadmin)**

Network configuration management tools.

- ๐ŸŒŽ [GNS3](www.gns3.com/) - Graphical network simulator that provides a variety of virtual appliances. (     ?โญ      ?๐Ÿด [Source Code](https://github.com/GNS3/gns3-gui/))) `GPL-3.0` `Python`
- ๐ŸŒŽ [OpenWISP](openwisp.org/) - Open Source Network Management System for OpenWRT based routers and access points. ๐ŸŒŽ [Demo](openwisp.org/demo.html), [Source Code](https://github.com/openwisp)) `GPL-3.0` `Python`
-   2819โญ    928๐Ÿด [Oxidized](https://github.com/ytti/oxidized)) - Network device configuration backup tool. `Apache-2.0` `Ruby`
- ๐ŸŒŽ [phpIPAM](phpipam.net/) - Open source IP address management with PowerDNS integration. (  2269โญ    742๐Ÿด [Source Code](https://github.com/phpipam/phpipam))) `GPL-3.0` `PHP`
- ๐ŸŒŽ [RANCID](www.shrubbery.net/rancid/) - Monitor network devices configuration and maintain history of changes. (   118โญ     43๐Ÿด [Source Code](https://github.com/haussli/rancid))) `BSD-3-Clause` `Perl/Shell`
- ๐ŸŒŽ [rConfig](www.rconfig.com/) - Network device configuration management tool. (   108โญ     17๐Ÿด [Source Code](https://github.com/rconfig/rconfig))) `GPL-3.0` `PHP`

### PaaS

**[`^ back to top ^`](#awesome-sysadmin)**
๐ŸŒŽ [Platform-as-a-Service](en.wikipedia.org/wiki/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](en.wikipedia.org/wiki/Serverless_computing) and ๐ŸŒŽ [Function-as-a-service (FaaS)](en.wikipedia.org/wiki/Function_as_a_service) software.

- ๐ŸŒŽ [CapRover](caprover.com/) - Build your own PaaS in a few minutes. ๐ŸŒŽ [Demo](captain.server.demo.caprover.com/#/login),  13338โญ    856๐Ÿด [Source Code](https://github.com/caprover/caprover))) `Apache-2.0` `Docker/Nodejs`
- ๐ŸŒŽ [Coolify](coolify.io/) - An open-source & self-hostable Heroku / Netlify alternative (and even more). ( 34672โญ   1893๐Ÿด [Source Code](https://github.com/coollabsio/coolify))) `Apache-2.0` `Docker`
- ๐ŸŒŽ [Dokku](dokku.com/) - An open-source PaaS (alternative to Heroku). ( 29340โญ   1924๐Ÿด [Source Code](https://github.com/dokku/dokku))) `MIT` `Docker/Shell/Go/deb`
-   2169โญ    154๐Ÿด [fx](https://github.com/metrue/fx)) - A tool to help you do Function as a Service with painless on your own servers. `MIT` `Go`
- ๐ŸŒŽ [Kubero](www.kubero.dev/) - A self-hosted Heroku PaaS alternative for Kubernetes that implements GitOps. ๐ŸŒŽ [Demo](demo.kubero.dev/),   2717โญ    107๐Ÿด [Source Code](https://github.com/kubero-dev/kubero))) `GPL-3.0` `K8S/Nodejs/Go`
- ๐ŸŒŽ [LocalStack](localstack.cloud/) - LocalStack is a fully functional local AWS cloud stack. This includes Lambda for serverless computation. ( 56534โญ   4027๐Ÿด [Source Code](https://github.com/localstack/localstack))) `Apache-2.0` `Python/Docker/K8S`
- ๐ŸŒŽ [Nhost](nhost.io/) - Firebase Alternative with GraphQL. Get a database and backend configured and ready in minutes. (  7956โญ    469๐Ÿด [Source Code](https://github.com/nhost/nhost))) `MIT` `Docker/Nodejs/Go`
- ๐ŸŒŽ [OpenFaaS](www.openfaas.com/) - Serverless Functions Made Simple for Docker & Kubernetes. ( 25202โญ   1937๐Ÿด [Source Code](https://github.com/openfaas/faas))) `MIT` `Go`
- ๐ŸŒŽ [Tau](taubyte.com) - Easily build Cloud Computing Platforms with features like Serverless WebAssembly Functions, Frontend Hosting, CI/CD, Object Storage, K/V Database, and Pub-Sub Messaging. (  3561โญ    100๐Ÿด [Source Code](https://github.com/taubyte/tau))) `BSD-3-Clause` `Go/Rust/Docker`
-    230โญ     16๐Ÿด [Trusted-CGI](https://github.com/reddec/trusted-cgi)) - Lightweight self-hosted lambda/applications/cgi/serverless-functions platform. `MIT` `Go/deb/Docker`

### Packaging

**[`^ back to top ^`](#awesome-sysadmin)**

A ๐ŸŒŽ [package manager](en.wikipedia.org/wiki/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](www.aptly.info/) - Swiss army knife for Debian repository management. (  2578โญ    376๐Ÿด [Source Code](https://github.com/aptly-dev/aptly))) `MIT` `Go`
- ๐ŸŒŽ [fpm](fpm.readthedocs.io/en/latest/) - Versatile multi format package creator. ( 11171โญ   1067๐Ÿด [Source Code](https://github.com/jordansissel/fpm))) `MIT` `Ruby`
-   1292โญ    298๐Ÿด [omnibus-ruby](https://github.com/chef/omnibus)) - Easily create full-stack installers for your project across a variety of platforms. `Apache-2.0` `Ruby`
-    380โญ    128๐Ÿด [tito](https://github.com/dgoodwin/tito)) - Builds RPMs for git-based projects. `GPL-2.0` `Python`

### Project Management

**[`^ back to top ^`](#awesome-sysadmin)**

Web-based project management and bug tracking systems.

**Please visit ๐ŸŒŽ [awesome-selfhosted/Project Management](awesome-selfhosted.net/tags/software-development---project-management.html)**

### Queuing

**[`^ back to top ^`](#awesome-sysadmin)**
๐ŸŒŽ [Message queues](en.wikipedia.org/wiki/Message_queue) and ๐ŸŒŽ [message broker](en.wikipedia.org/wiki/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](landscape.cncf.io/?group=projects-and-products&view-mode=card#app-definition-and-development--streaming-messaging)_

- ๐ŸŒŽ [ActiveMQ](activemq.apache.org/) - Java message broker. (  2311โญ   1448๐Ÿด [Source Code](https://github.com/apache/activemq))) `Apache-2.0` `Java`
- ๐ŸŒŽ [BeanstalkD](beanstalkd.github.io/) - A simple, fast work queue. (  6556โญ    873๐Ÿด [Source Code](https://github.com/beanstalkd/beanstalkd))) `MIT` `C`
- [Gearman](http://gearman.org/) - Fast multi-language queuing/job processing platform. (   740โญ    137๐Ÿด [Source Code](https://github.com/gearman/gearmand))) `BSD-3-Clause` `C++`
- ๐ŸŒŽ [NSQ](nsq.io/) - A realtime distributed messaging platform. ( 24994โญ   2902๐Ÿด [Source Code](https://github.com/nsqio/nsq))) `MPL-2.0` `Go`
- ๐ŸŒŽ [ZeroMQ](zeromq.org/) - Lightweight queuing system. ([Source Code](https://github.com/zeromq)) `GPL-3.0` `C++`

### Remote Desktop Clients

**[`^ back to top ^`](#awesome-sysadmin)**
๐ŸŒŽ [Remote Desktop](en.wikipedia.org/wiki/Remote_desktop_software) client software.

_See also: ๐ŸŒŽ [awesome-selfhosted/Remote Access](awesome-selfhosted.net/tags/remote-access.html)_

- ๐ŸŒŽ [Remmina](www.remmina.org/) - Feature-rich remote desktop application for linux and other unixes. ๐ŸŒŽ [Source Code](gitlab.com/Remmina/Remmina)) `GPL-2.0` `C`
- ๐ŸŒŽ [Tiger VNC](tigervnc.org/) - High-performance, multi-platform VNC client and server. (  5246โญ    955๐Ÿด [Source Code](https://github.com/TigerVNC/tigervnc))) `GPL-2.0` `C++`
- ๐ŸŒŽ [X2go](wiki.x2go.org/doku.php) - X2Go is an open source remote desktop software for Linux that uses the NoMachine/NX technology protocol. ๐ŸŒŽ [Source Code](code.x2go.org/gitweb)) `GPL-2.0` `Perl`

### Router

**[`^ back to top ^`](#awesome-sysadmin)**

Software for management of [router](https://en.wikipedia.org/wiki/Router_(computing)) hardware.

- ๐ŸŒŽ [DD-WRT](dd-wrt.com/) - A Linux-based firmware for wireless routers and access points, originally designed for the Linksys WRT54G series. ๐ŸŒŽ [Source Code](svn.dd-wrt.com/)) `GPL-2.0` `C`
- ๐ŸŒŽ [OpenWrt](openwrt.org/) - A Linux-based router featuring Mesh networking, IPS via snort and AQM among many other features. ๐ŸŒŽ [Source Code](git.openwrt.org/openwrt/openwrt.git)) `GPL-2.0` `C`
- ๐ŸŒŽ [OPNsense](opnsense.org/) - An open source FreeBSD-based firewall and router with traffic shaping, load balancing, and virtual private network capabilities. ([Source Code](https://github.com/opnsense)) `BSD-2-Clause` `C/PHP`
- ๐ŸŒŽ [pfSense CE](www.pfsense.org/) - Free network firewall distribution, based on the FreeBSD operating system with a custom kernel and including third party free software packages for additional functionality. (  4941โญ   1483๐Ÿด [Source Code](https://github.com/pfsense/pfsense))) `Apache-2.0` `Shell/PHP/Other`

### Service Discovery

**[`^ back to top ^`](#awesome-sysadmin)**
๐ŸŒŽ [Service discovery](en.wikipedia.org/wiki/Service_discovery) is the process of automatically detecting devices and services on a computer network.

- ๐ŸŒŽ [Consul](www.consul.io/) - Consul is a tool for service discovery, monitoring and configuration. ( 28431โญ   4429๐Ÿด [Source Code](https://github.com/hashicorp/consul))) `MPL-2.0` `Go`
- ๐ŸŒŽ [etcd](etcd.io/) - Distributed K/V-Store, authenticating via SSL PKI and a REST HTTP Api for shared configuration and service discovery. ( 47900โญ   9782๐Ÿด [Source Code](https://github.com/coreos/etcd))) `Apache-2.0` `Go`
- ๐ŸŒŽ [ZooKeeper](zookeeper.apache.org/) - ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. ( 12261โญ   7248๐Ÿด [Source Code](https://github.com/apache/zookeeper))) `Apache-2.0` `Java/C++`

### Software Containers

**[`^ back to top ^`](#awesome-sysadmin)**
๐ŸŒŽ [Operating systemโ€“level](en.wikipedia.org/wiki/OS-level_virtualization) virtualization.

- ๐ŸŒŽ [Docker Compose](docs.docker.com/compose/) - Define and run multi-container Docker applications. ( 34093โญ   5246๐Ÿด [Source Code](https://github.com/docker/compose))) `Apache-2.0` `Go`
- ๐ŸŒŽ [Docker Swarm](docs.docker.com/engine/swarm/) - Manage cluster of Docker Engines. (  3376โญ    616๐Ÿด [Source Code](https://github.com/moby/swarmkit))) `Apache-2.0` `Go`
- ๐ŸŒŽ [Docker](www.docker.com/) - Platform for developers and sysadmins to build, ship, and run distributed applications. ๐ŸŒŽ [Source Code](www.docker.com/community/open-source/)) `Apache-2.0` `Go`
- ๐ŸŒŽ [LXC](linuxcontainers.org/lxc/) - Userspace interface for the Linux kernel containment features. (  4685โญ   1120๐Ÿด [Source Code](https://github.com/lxc/lxc))) `GPL-2.0` `C`
- ๐ŸŒŽ [LXD](linuxcontainers.org/lxd/) - Container "hypervisor" and a better UX for LXC. (  2794โญ    224๐Ÿด [Source Code](https://github.com/lxc/lxd))) `Apache-2.0` `Go`
- ๐ŸŒŽ [OpenVZ](openvz.org) - Container-based virtualization for Linux. ๐ŸŒŽ [Source Code](src.openvz.org/projects/OVZ)) `GPL-2.0` `C`
- ๐ŸŒŽ [Podman](podman.io) - 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`. ( 23916โญ   2424๐Ÿด [Source Code](https://github.com/containers/podman))) `Apache-2.0` `Go`
- ๐ŸŒŽ [Portainer Community Edition](www.portainer.io/) - Simple management UI for Docker. ( 31125โญ   2489๐Ÿด [Source Code](https://github.com/portainer/portainer))) `Zlib` `Go`
- ๐ŸŒŽ [systemd-nspawn](www.freedesktop.org/software/systemd/man/systemd-nspawn.html) - Lightweight, chroot-like, environment to run an OS or command directly under systemd. ( 13317โญ   3815๐Ÿด [Source Code](https://github.com/systemd/systemd))) `GPL-2.0` `C`

### Status Pages

**[`^ back to top ^`](#awesome-sysadmin)**
๐ŸŒŽ [Uptime](en.wikipedia.org/wiki/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](awesome-selfhosted.net/tags/status--uptime-pages.html)**

### Troubleshooting

**[`^ back to top ^`](#awesome-sysadmin)**

Troubleshooting tools.

- ๐ŸŒŽ [grml](grml.org) - Bootable Debian Live CD with powerful CLI tools. (     ?โญ      ?๐Ÿด [Source Code](https://github.com/grml/))) `GPL-3.0` `Shell`
- ๐ŸŒŽ [mitmproxy](mitmproxy.org/) - A Python tool used for intercepting, viewing and modifying network traffic. Invaluable in troubleshooting certain problems. ( 36922โญ   4047๐Ÿด [Source Code](https://github.com/mitmproxy/mitmproxy))) `MIT` `Python`
- ๐ŸŒŽ [mtr](www.bitwizard.nl/mtr/) - Network utility that combines traceroute and ping. (  2707โญ    341๐Ÿด [Source Code](https://github.com/traviscross/mtr))) `GPL-2.0` `C`
- ๐ŸŒŽ [Sysdig](www.sysdig.com/) - Capture system state and activity from a running Linux instance, then save, filter and analyze. (  7787โญ    728๐Ÿด [Source Code](https://github.com/draios/sysdig))) `Apache-2.0` `Docker/Lua/C`
- ๐ŸŒŽ [Wireshark](www.wireshark.org/) - The world's foremost network protocol analyzer. ๐ŸŒŽ [Source Code](gitlab.com/wireshark/wireshark)) `GPL-2.0` `C`

### Version control

**[`^ back to top ^`](#awesome-sysadmin)**

Software versioning and revision control.

- ๐ŸŒŽ [Darcs](darcs.net/) - Cross-platform version control system, like git, mercurial or svn but with a very different approach: focus on changes rather than snapshots. ๐ŸŒŽ [Source Code](darcs.net/releases/)) `GPL-2.0` `Haskell`
- ๐ŸŒŽ [Fossil](www.fossil-scm.org/) - Distributed version control with built-in wiki and bug tracking. ๐ŸŒŽ [Source Code](www.fossil-scm.org/home/dir?ci=trunk)) `BSD-2-Clause` `C`
- ๐ŸŒŽ [Git](git-scm.com/) - Distributed revision control and source code management (SCM) with an emphasis on speed. ( 52643โญ  25666๐Ÿด [Source Code](https://github.com/git/git))) `GPL-2.0` `C`
- ๐ŸŒŽ [Mercurial](www.mercurial-scm.org/) - Distributed source control management tool. ๐ŸŒŽ [Source Code](repo.mercurial-scm.org/hg/file/tip)) `GPL-2.0` `Python/C/Rust`
- ๐ŸŒŽ [Subversion](subversion.apache.org/) - Client-server revision control system. ๐ŸŒŽ [Source Code](svn.apache.org/repos/asf/subversion/trunk/)) `Apache-2.0` `C`

### Virtualization

**[`^ back to top ^`](#awesome-sysadmin)**

Virtualization software.

- ๐ŸŒŽ [Ganeti](www.ganeti.org/) - Cluster virtual server management software tool built on top of KVM and Xen. (   514โญ    110๐Ÿด [Source Code](https://github.com/ganeti/ganeti))) `BSD-2-Clause` `Python/Haskell`
- ๐ŸŒŽ [KVM](www.linux-kvm.org) - Linux kernel virtualization infrastructure. ๐ŸŒŽ [Source Code](git.kernel.org/pub/scm/virt/kvm/kvm.git/)) `GPL-2.0/LGPL-2.0` `C`
- ๐ŸŒŽ [OpenNebula](opennebula.org/) - Build and manage enterprise clouds for virtualized services, containerized applications and serverless computing. (  1255โญ    484๐Ÿด [Source Code](https://github.com/OpenNebula/one))) `Apache-2.0` `C++`
- ๐ŸŒŽ [oVirt](www.ovirt.org/) - Manages virtual machines, storage and virtual networks. ([Source Code](https://github.com/oVirt)) `Apache-2.0` `Java`
- ๐ŸŒŽ [Packer](www.packer.io/) - A tool for creating identical machine images for multiple platforms from a single source configuration. ( 15124โญ   3327๐Ÿด [Source Code](https://github.com/hashicorp/packer))) `MPL-2.0` `Go`
- ๐ŸŒŽ [Proxmox VE](www.proxmox.com/proxmox-ve) - Virtualization management solution. ๐ŸŒŽ [Source Code](git.proxmox.com/)) `GPL-2.0` `Perl/Shell`
- ๐ŸŒŽ [QEMU](www.qemu.org/) - QEMU is a generic machine emulator and virtualizer. ๐ŸŒŽ [Source Code](gitlab.com/qemu-project/qemu)) `LGPL-2.1` `C`
- ๐ŸŒŽ [Vagrant](www.vagrantup.com/) - Tool for building complete development environments. ( 26311โญ   4433๐Ÿด [Source Code](https://github.com/hashicorp/vagrant))) `BUSL-1.1` `Ruby`
- ๐ŸŒŽ [VirtualBox](www.virtualbox.org/) - Virtualization product from Oracle Corporation. ๐ŸŒŽ [Source Code](www.virtualbox.org/browser/vbox)) `GPL-3.0/CDDL-1.0` `C++`
- ๐ŸŒŽ [XCP-ng](www.xcp-ng.org/) - Virtualization platform based on Xen Source and Citrixยฎ Hypervisor (formerly XenServer). ([Source Code](https://github.com/xcp-ng)) `GPL-2.0` `C`
- ๐ŸŒŽ [Xen](www.xenproject.org/) - Virtual machine monitor for 32/64 bit Intel / AMD (IA 64) and PowerPC 970 architectures. ๐ŸŒŽ [Source Code](xenbits.xenproject.org/gitweb/?p=xen.git;a=tree;hb=HEAD)) `GPL-2.0` `C`

### VPN

**[`^ back to top ^`](#awesome-sysadmin)**

VPN software.

- ๐ŸŒŽ [DefGuard](defguard.net/) - True enterprise WireGuard with MFA/2FA and SSO. ([Source Code](https://github.com/DefGuard)) `Apache-2.0` `Rust`
- ๐ŸŒŽ [Dockovpn](dockovpn.io) - Out-of-the-box stateless dockerized OpenVPN server which starts in less than 2 seconds. (  1244โญ    249๐Ÿด [Source Code](https://github.com/dockovpn/dockovpn))) `GPL-2.0` `Docker`
- ๐ŸŒŽ [Firezone](www.firezone.dev/) - WireGuard based VPN Server and Firewall. (  6860โญ    286๐Ÿด [Source Code](https://github.com/firezone/firezone))) `Apache-2.0` `Docker`
-   8079โญ    373๐Ÿด [Gluetun VPN client](https://github.com/qdm12/gluetun)) - 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. `MIT` `docker`
-  23607โญ   1295๐Ÿด [Headscale](https://github.com/juanfont/headscale)) - Self-hostable fork of ๐ŸŒŽ [Tailscale](tailscale.com), cross-platform clients, simple to use, built-in (currently experimental) monitoring tools. `BSD-3-Clause` `Go`
-  14614โญ    981๐Ÿด [Nebula](https://github.com/slackhq/nebula)) - A scalable p2p VPN with a focus on performance, simplicity and security. `MIT` `Go`
- ๐ŸŒŽ [ocserv](www.infradead.org/ocserv/) - Cisco AnyConnect-compatible VPN server. ๐ŸŒŽ [Source Code](gitlab.com/ocserv/ocserv)) `GPL-2.0` `C`
- ๐ŸŒŽ [OpenVPN](community.openvpn.net) - Uses a custom security protocol that utilizes SSL/TLS for key exchange. ( 11032โญ   3015๐Ÿด [Source Code](https://github.com/OpenVPN/openvpn))) `GPL-2.0` `C`
- ๐ŸŒŽ [SoftEther](www.softether.org/) - Multi-protocol software VPN with advanced features. (     ?โญ      ?๐Ÿด [Source Code](https://github.com/SoftEtherVPN/SoftEtherVPN/))) `Apache-2.0` `C`
-  11803โญ    734๐Ÿด [sshuttle](https://github.com/sshuttle/sshuttle)) - Poor man's VPN. `LGPL-2.1` `Python`
- ๐ŸŒŽ [strongSwan](www.strongswan.org/) - Complete IPsec implementation for Linux. (  2293โญ    780๐Ÿด [Source Code](https://github.com/strongswan/strongswan))) `GPL-2.0` `C`
- ๐ŸŒŽ [WireGuard](www.wireguard.com/) - Very fast VPN based on elliptic curve and public key crypto. ๐ŸŒŽ [Source Code](www.wireguard.com/repositories/)) `GPL-2.0` `C`

### Web

**[`^ back to top ^`](#awesome-sysadmin)**
๐ŸŒŽ [Web servers](en.wikipedia.org/wiki/Web_server) and ๐ŸŒŽ [reverse proxies](en.wikipedia.org/wiki/Reverse_proxy).

**Please visit ๐ŸŒŽ [awesome-selfhosted/Web Servers](awesome-selfhosted.net/tags/web-servers.html)**

--------------------

## List of Licenses

**[`^ back to top ^`](#awesome-sysadmin)**

- `AGPL-3.0` - ๐ŸŒŽ [GNU Affero General Public License 3.0](spdx.org/licenses/AGPL-3.0.html)
- `Apache-2.0` - ๐ŸŒŽ [Apache, Version 2.0](spdx.org/licenses/Apache-2.0.html)
- `BSD-2-Clause` - ๐ŸŒŽ [BSD 2-clause "Simplified"](spdx.org/licenses/BSD-2-Clause.html)
- `BSD-3-Clause` - ๐ŸŒŽ [BSD 3-Clause "New" or "Revised"](spdx.org/licenses/BSD-3-Clause.html)
- `BUSL-1.1` - ๐ŸŒŽ [Business Source License 1.1](spdx.org/licenses/BUSL-1.1.html)
- `CC0-1.0` - ๐ŸŒŽ [Public Domain/Creative Common Zero 1.0](spdx.org/licenses/CC0-1.0.html)
- `CDDL-1.0` - ๐ŸŒŽ [Common Development and Distribution License 1.0](spdx.org/licenses/CDDL-1.0.html)
- `EPL-1.0` - ๐ŸŒŽ [Eclipse Public License 1.0](spdx.org/licenses/EPL-1.0.html)
- `GFDL-1.2` - ๐ŸŒŽ [GNU Free Documentation License 1.2](spdx.org/licenses/GFDL-1.2.html)
- `GPL-1.0` - ๐ŸŒŽ [GNU General Public License 1.0](spdx.org/licenses/GPL-1.0.html)
- `GPL-2.0` - ๐ŸŒŽ [GNU General Public License 2.0](spdx.org/licenses/GPL-2.0.html)
- `GPL-3.0` - ๐ŸŒŽ [GNU General Public License 3.0](spdx.org/licenses/GPL-3.0.html)
- `IPL-1.0` - ๐ŸŒŽ [IBM Public License v1.0](spdx.org/licenses/IPL-1.0.html)
- `ISC` - ๐ŸŒŽ [ISC License](spdx.org/licenses/ISC.html)
- `LGPL-2.0` - ๐ŸŒŽ [GNU Lesser General Public License v2](spdx.org/licenses/LGPL-2.0.html)
- `LGPL-2.1` - ๐ŸŒŽ [GNU Lesser General Public License v2.1](spdx.org/licenses/LGPL-2.1.html)
- `LGPL-3.0` - ๐ŸŒŽ [GNU Lesser General Public License v3](spdx.org/licenses/LGPL-3.0.html)
- `MIT` - ๐ŸŒŽ [MIT License](spdx.org/licenses/MIT.html)
- `MPL-2.0` - ๐ŸŒŽ [Mozilla Public License](spdx.org/licenses/MPL-2.0.html)
- `NLPL` - ๐ŸŒŽ [No Limit Public License](spdx.org/licenses/NLPL.html)
- `OLDAP-2.8` - ๐ŸŒŽ [Open LDAP Public License v2.8](spdx.org/licenses/OLDAP-2.8.html)
- `QPL-1.0` - ๐ŸŒŽ [Q Public License 1.0](spdx.org/licenses/QPL-1.0.html)
- `Vim` - ๐ŸŒŽ [Vim License](spdx.org/licenses/Vim.html)
- `Zlib` - ๐ŸŒŽ [zlib License](spdx.org/licenses/Zlib.html)

--------------------

## External links

## Communities / Forums

- ๐ŸŒŽ [ArsTechnica OpenForum](arstechnica.com/civis/) - IT Forum which is attached to a large news site.
- ๐ŸŒŽ [Reddit](www.reddit.com) - Really, really large bulletin board system.
- ๐ŸŒŽ [/r/Linux](www.reddit.com/r/linux) - News and information about Linux.
- ๐ŸŒŽ [/r/LinuxQuestions](www.reddit.com/r/linuxquestions)
- ๐ŸŒŽ [/r/SysAdmin](www.reddit.com/r/sysadmin/)
- ๐ŸŒŽ [Spiceworks Community](community.spiceworks.com/start) - General enterprise IT news and small articles.
- ๐ŸŒŽ [StackExchange Network](stackexchange.com/sites#technology) - Q&A communities.
- ๐ŸŒŽ [Server Fault](serverfault.com/) - StackExchange community for system and network administrators.

## Repositories

*Software package repositories.*

- ๐ŸŒŽ [AlternativeTo](alternativeto.net) - Find alternatives to software you know and discover new software.
- ๐ŸŒŽ [deb.sury.org](deb.sury.org/) - Repository with LAMP updated packages for Debian and Ubuntu.
- ๐ŸŒŽ [ElRepo](elrepo.org/tiki/tiki-index.php) - Community Repo for Enterprise Linux (RHEL, CentOS, etc).
- ๐ŸŒŽ [EPEL](fedoraproject.org/wiki/EPEL) - Repository for RHEL and compatibles (CentOS, Scientific Linux).
- ๐ŸŒŽ [IUS](ius.io/) - Community project that provides RPM packages for newer versions of select software for Enterprise Linux distributions.
- [Remi](http://rpms.famillecollet.com/) - Repository with LAMP updated packages for RHEL/Centos/Fedora.
- ๐ŸŒŽ [Software Collections](www.softwarecollections.org) - Community Release of ๐ŸŒŽ [Red Hat Software Collections](access.redhat.com/documentation/en/red-hat-software-collections/). Provides updated packages of Ruby, Python, etc. for CentOS/Scientific Linux 6.x.

## Websites

- ๐ŸŒŽ [Cloud Native Software Landscape](landscape.cncf.io/?group=projects-and-products&view-mode=card) - Compilation of software and tools for cloud computing.
- ๐ŸŒŽ [ArchWiki](wiki.archlinux.org/) - Arch Linux Wiki which has really nice written articles valid for other distros.
- ๐ŸŒŽ [Gentoo Wiki](wiki.gentoo.org/) - Gentoo Linux Wiki with a lot in-detail description of Linux components.
- ๐ŸŒŽ [Awesome SysAdmin @ LibHunt](sysadmin.libhunt.com) - Your go-to SysAdmin Toolbox. Based on the list here.
- ๐ŸŒŽ [Ops School](www.opsschool.org) - Comprehensive program that will help you learn to be an operations engineer.
- ๐ŸŒŽ [Digital Ocean Tutorials](www.digitalocean.com/community/tutorials) - 6,000+ tutorials for getting the basics of certain applications/tools/systems administration topics.

------------------

## License

![cc license](http://i.creativecommons.org/l/by-sa/4.0/88x31.png)

This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International](http://creativecommons.org/licenses/by-sa/4.0/) license.

## Source
 25605โญ   1454๐Ÿด [awesome-foss/awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin))