GLPI
Open Source Service Management and IT Asset Management platform.
Why consider GLPI?
GLPI is an open-source Service Management (ITSM) and IT Asset Management (ITAM) platform. It provides enterprise ticketing, problem management, change management, and hardware/software inventory tracking.
Learn GLPI by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of GLPI
GLPI (Gestionnaire Libre de Parc Informatique) is an enterprise ITSM solution compliant with ITIL best practices. It tracks IT equipment lifecycles, automates helpdesk ticket assignments, and manages SLA compliance.
Running GLPI with Docker
docker run -d \ --name glpi \ -p 8080:80 \ -e GLPI_INSTALL=true \ diouxx/glpi:latestAccess the installation assistant on http://localhost:8080 to connect to MySQL/MariaDB.
GLPI is distributed under the GNU General Public License v3.0 (GPL-3.0).
Related tools
More options with a similar category or technology profile.
McFly
Fly through your shell history with an intelligent neural network search engine.
cheat
Interactive command-line cheatsheets for system administrators and software engineers.
Pipenv
Python development workflow for humans uniting Pipfile, pip, and virtualenv.
Rye
Comprehensive Python package and workspace management tool written in Rust.