How to Install GLPI on Windows 11

This tutorial will guide you through the step-by-step process of installing GLPI on a Windows 11 machine.

Requirements

Before starting the installation process, you should make sure your system meets the following requirements:

  • A Windows 11 computer
  • Apache web server installed and configured
  • PHP 7.4 or higher installed and configured
  • MySQL or MariaDB database server installed and configured

Installation

Step 1: Download GLPI

Visit the GLPI website at https://www.glpi-project.org/ and download the latest version of GLPI for Windows.

Step 2: Extract the Archive

Extract the downloaded archive to a location of your choice. We recommend using the C:\ drive.

Step 3: Create a Database

Create a new database in your preferred database management system (MySQL or MariaDB).

Step 4: Configure PHP

Open your PHP configuration file (php.ini) and make the following changes:

  • Uncomment the line extension=mysqli
  • Set the error_reporting variable to E_ALL & ~E_NOTICE
  • Set the date.timezone variable to the timezone of your server (e.g. America/New_York)

Save your changes and restart the Apache server.

Step 5: Install GLPI

Open your web browser and navigate to the URL of your GLPI installation (e.g. http://localhost/glpi). The GLPI installation wizard will guide you through the installation process.

Here are the steps you need to follow:

  1. Choose your installation language
  2. Read and accept the license agreement
  3. Check that all the prerequisites are met
  4. Enter your database details
  5. Create an administrator user account
  6. Configure your mail settings
  7. Review your installation settings and click on "Install GLPI"

Once the installation is complete, you will be redirected to the GLPI login screen. Use the administrator account you just created to log in.

Congratulations! You have successfully installed GLPI on your Windows 11 machine. You can now start using it to manage your IT assets and tickets.