Open Source Systems Administration Software

Browse free open source Systems Administration software and projects below. Use the toggles on the left to filter open source Systems Administration software by OS, license, language, programming language, and project status.

  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • 1
    Repository for open source software re-packaged into MSI packages for enterprise deployment.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 2
    PTools is a set of useful tools written in Pascal. It includes: scientific calculator, archiver, text editor, remote adminitration and more. It is designed to be portable across operating systems, specially Java-based mobiles, Windows and Unixes.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    Jacksum

    Jacksum

    a free cross platform checksum utility, supports 58+ hash algorithms

    Development of this project has been moved to https://github.com/jonelo/jacksum. This site has been left for historical purposes ONLY, you find older Jacksum versions here. Please visit the GitHub site for current development. Jacksum 1.7.0 is a platform independent checksum utility (written entirely in Java) for computing and verifying (integrity check) checksums, CRC and hashes (fingerprints). It supports 58 popular hash algorithms and a lot of unique features.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Simple Event Correlator (SEC) is a lightweight event correlator for network management, log file monitoring, security management, fraud detection, and other tasks which involve event correlation.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 5

    headsort

    headsort: streaming sort + 2x faster than gnu sort

    headsort sorts files by line and fields. Options can pick field order and etc. In general headsort can sort in 1/2 the time sort(1) (mergesort) does in situations involving either pipes or mult column selection; less than 1/2 with both. Best case was about opposite that of sort(1)*. NEW* hsort main algorithm speed improvement (applies to all; 27,29,31). Now faster than sort(1) (in all cases tested). Using triangulation, hsort begins piped sorted output when 1st bin is done. This means it has new applications in distributed computing and in some cases makes dc un-necessary. (gnu sort must finish all bins) Well compatible with gnu sort (not perfect). other algorthms featured if menu used: bubble, selection, insertion, shell, distributive counting, straight radix, radix exchange, quick, merge. (some are by character, some by line, some both)
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    sarface is a user-interface to the sysstat/sar database which inputs data from sar and plots to a live X11 graph via gnuplot. It mimics the cmd-line options from sar but can cross-plot any two or more stats and apply simple mathematical functions them.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Pretty Damn Quick (PDQ) analytically solves queueing network models of computer and manufacturing systems, data networks, etc., written in conventional programming languages. Generic or customized reports of predicted performance measures are output.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Uptime Desktop Overlay

    Uptime Desktop Overlay

    Uptime Desktop Overlay

    Displays the Uptime of the Windows PC on a Overlay
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    The beSee-2-x architecture brings JVM wide instrumentation for AOP systems, independant from bytecode kit (BCEL, Javassist). A plugin is provided to instrument BEA WebLogic (v7) for tracing purpose (servlet->EJB->CMP->DB), with full JMX capabilities.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10

    AD Group Recopier

    Copy users and groups to another AD form a group

    With AD Group Recopier you can : - Copy Users and Groups from a source AD to a destination AD and select a OU for Groups and Users. - Map AD attribut to Destination
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A.I. security app. Development ceased.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Using this plugin-based framework, you can instantly start working on the *brain* of your bot (irc bot, chatterbot, robot, ...). With support for db, irc, logging and programming-language independent plugins, users can easily enhance the functionality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Bio-SPHERE aims to create a flexible, secure and multimodal biometric platform for applications that require biometrics. Bio-SPHERE is formed by a network of interacting nodes that interface with biometric hardware and offer biometric functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    BioWebAuth (Biometrics for Web Authentication) is an open source Java framework intended to provide single sign-on web authentication based on BioAPI-compliant biometric software or devices. It uses the JA-SIG Central Authentication Service architecture.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    To provide a bunch of useful applications for daily use. The first of those applications was donated by NIH\'s DECA, it\'s called REX and is a Request/Bug tracker. All applications will be Struts 1.1 and greater based.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A repository of scripts for the C# script engine that was created by Oleg Shilo.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    CPU Balance

    User-based CPU quota tool

    CPU Balance is a Perl script to balance the CPU usage among users. It will allocate CPU resource to each user equally only by the command renice, no matter how many processes/threads a user runs. ################ # Basic Renice Goal ################ 1. User-based balance: every user get the same cpu percentage if they ask for more; 2. all the jobs of one user has the same NI; 3. NI of all jobs tend to move as large as possible when balanced; 4. No sudden change on NI. max change of NI of a proc <= 2. Only 1 user will be changed in a renice cycle. ################ # Advanced Features ################ 1. gid/uid/cmd based renicable filter 2. gid/uid based weighted cpu division: priority & punished user support
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The Clavis user-level scheduler is designed to implement various scheduling algorithms under Linux Operating System running on multicore and NUMA machines. It is written in C to make the integration with the default OS scheduling facilities seamless.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Coffee and linux; Keywords: coffee, tea, chocolate, linux, UNIX, interface
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    The collaborative framework Conzilla has primarily been developed to enhance the concept browser Conzilla (http://www.conzilla.org) with collaboration facilities. The Collaborilla framework is generic and can be used by other projects as well.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The program is used for translating EPAL to P3P. EPAL is used for enterprise internal privacy policy definition, and P3P is used for covering all the aspects of web sites\' privacy policy. This program is used to keep these two privacy policies in sync.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Fingerprint Laboratory - a portable and layered package of libraries and tools for academic research and productive use that allows people to easily integrate Automatic Fingerprint Recognition technology into their software or system with little know-how.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    GridPlan is an open source capacity planning and simulation tool for Grid Computing. GridPlan estimates the cost and performance of Grids comprised of Processor, Storage, Router and Switching nodes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This project is aimed to develop an Hardware Monitor & Protection System for PCs using PICmicros. This project is divided into two branches: the first one involves microcontroller's firmware, the second one software used to manage the PIC via COM po
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    HexCalc is a simple calculator similar to GNOME calculator. it can do simple calculations in hexadecimal, octal, binary, and non-floating point decimal. It uses a 32bit signed integer. It is a helpful little coder utility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next