Set up a helpdesk ticketing system where employees submit IT support requests and technicians track, assign, and resolve them.
Build an inventory of every computer, printer, and software license in your organization that updates automatically via network discovery.
Track vendor contracts and software license counts to stay compliant and avoid overspending.
Manage data center rack layouts and reserve equipment for temporary project use.
| glpi-project/glpi | prasathmani/tinyfilemanager | codeigniter4/codeigniter4 | |
|---|---|---|---|
| Stars | 5,876 | 5,887 | 5,893 |
| Language | PHP | PHP | PHP |
| Setup difficulty | moderate | easy | easy |
| Complexity | 4/5 | 1/5 | 3/5 |
| Audience | ops devops | ops devops | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a running PHP web server and MySQL or MariaDB database, automatic inventory discovery also needs agents installed on networked devices.
GLPI is a free, open source IT management platform used by organizations to keep track of their technology assets and handle support requests from employees or customers. The name comes from French and roughly translates to "Free IT Asset Manager." It is built in PHP and runs on a standard web server with a MySQL or MariaDB database. On the asset tracking side, GLPI maintains a database of everything an organization owns: computers, printers, network equipment, software licenses, and related components. It can automatically update this inventory when connected to discovery agents running on networked devices, which means the list stays current without someone manually updating spreadsheets. On the helpdesk side, it follows a framework called ITIL, which is a widely used set of guidelines for managing IT services. In practice, this means it handles tickets for incidents (something broke), service requests (someone needs something), problems (a recurring issue with an underlying cause), and changes (planned modifications to systems). There is also a knowledge base for storing solutions and FAQs so that common questions can be answered without opening a new ticket each time. Beyond core helpdesk and inventory features, GLPI includes tools for managing software licenses, tracking contracts with vendors, planning and reserving equipment for temporary use, managing data center rack layouts, and running projects. A plugin marketplace extends the platform further. It is distributed under the GNU General Public License version 3, meaning it can be installed and used at no cost. A hosted cloud version with a free demo is available through the official GLPI Network service for organizations that want to try it before setting up their own installation.
GLPI is a free, open source IT management platform that tracks all of an organization's technology assets and handles employee support tickets in one system, following the ITIL service management framework.
Mainly PHP. The stack also includes PHP, MySQL, MariaDB.
Free to install and use, but any modified version you distribute must also be released as open source under GPL v3.
Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Verify against the repo before relying on details.