Перейти к содержимому

Glpi Registration Key | //top\\

A GLPI registration key is a unique identifier used to link your local GLPI (Gestionnaire Libre de Parc Informatique) instance to the official GLPI Network. It is primarily used to enable the Marketplace interface, allowing you to browse and install plugins directly from the web console. Key Purpose & Usage

Marketplace Access: The key is mandatory to use the built-in marketplace for direct plugin downloads.

Subscription Levels: While a free registration key is available for community users, a paid GLPI Network subscription key unlocks "exclusive" official plugins and premium support.

Authentication: It authenticates your server with Teclib’ (the developers of GLPI) to verify your access rights to various network services. How to Obtain and Apply the Key

Register: Create a free account at the GLPI Network services site.

Generate Key: Once logged in, navigate to the Registration or Subscriptions menu to find your unique key. Configure GLPI: Log into your GLPI admin panel. Go to Setup > General. Select the GLPI Network tab.

Paste your key into the Registration Key field and click Save. Important Distinction: glpicrypt.key

Do not confuse the Registration Key with the glpicrypt.key file. glpi registration key

Registration Key: A string of text for marketplace/subscription services.

glpicrypt.key: A local file (usually in /config/) used to encrypt/decrypt sensitive data like LDAP or mail collector passwords in your database. If this file is lost, you must re-enter these passwords manually.

Are you setting up a new server or trying to resolve a blank page error when saving your key? Registration key marketplace | Tutorials | Help Center GLPI

GLPI Network Registration Key is a unique identifier used to link a GLPI instance to the official GLPI Network services. It is primarily required to access the GLPI Marketplace

, which allows for automated plugin discovery and installation. www.glpi-project.org 1. Key Purpose and Benefits Marketplace Access

: Essential for downloading and updating both free and premium plugins directly from the GLPI interface. Support & Services : Links your instance to your GLPI Network

account for support tiers (Basic, Standard, Advanced) and official "GLPI Network" exclusive plugins. Free Options A GLPI registration key is a unique identifier

: A registration key is required even for users not paying for a subscription; a can be obtained by simply registering on the portal. www.glpi-project.org 2. How to Obtain and Install a Key : Create an account on the GLPI Network Services Generate Key : Once logged in, generate your key within the portal. Configure in GLPI Log into your GLPI instance. Navigate to Select the GLPI Network Paste your key into the Registration Key field and save. www.glpi-project.org 3. Comparison of Network Tiers

While the registration key is required for all, the subscription tier determines which plugins are available: Free Registration Basic / Standard / Advanced Marketplace Access Community Plugins L3 Support Not included Included (varies by tier) Network Plugins Yes (OAuth IMAP, SCIM, etc.) 4. Troubleshooting Common Issues Blank Page on Save

: Some users report a blank page when saving the key. This can be caused by folder permissions or a corrupted config/glpicrypt.key Invalid Key/Corrupted File

: If encryption fails, you may need to regenerate the security key via the command line using glpi:security:change_key Docker Environments : In Docker, ensure the

directory is mapped to a persistent volume, or the registration key will be lost after a container restart. www.glpi-project.org once your registration key is active? Registration key marketplace | Tutorials | Help Center GLPI

A GLPI Network Registration Key is a unique identifier used to link your GLPI instance to the official GLPI Network ecosystem. It is primarily used to enable the built-in Marketplace, allowing you to browse, install, and update plugins directly from your administration interface. 🔑 Key Features

Marketplace Access: Required to download and manage plugins within GLPI version 9.5 and above. Error: "Error during registration"

Free vs. Paid: You can obtain a free key by creating a "Registered" account, or get advanced support and additional features with a paid GLPI Network subscription .

Linking: Connecting the key identifies your instance to the Marketplace backend to ensure plugin compatibility. 🛠️ How to Get and Use a Key

Register: Create an account on the GLPI Network Services site.

Select Offer: Choose the "Registered" (free) offer or a paid subscription plan.

Copy Key: Once logged in, navigate to the Registration menu on the services site and click Copy key. Configure GLPI: Log into your GLPI instance as a Super Admin. Navigate to Setup > General > GLPI Network tab. Paste the key into the registration field and click Save. 💡 Troubleshooting & Security Registration key marketplace | Tutorials | Help Center GLPI


Error: "Error during registration"

D. Duplicate Registration

The update server allows one key per URL. If you have a development copy (e.g., dev.helpdesk.local) and a production copy (helpdesk.prod.com), they need different keys.

Solution: Delete the old instance from your services.glpi-network.com profile and regenerate the key.


2.2. How It Functions

The registration system operates via a validation loop:

  1. The GLPI instance sends a request to the GLPI registration servers (typically via HTTPS).
  2. The server validates the key against the subscriber’s account and domain.
  3. Upon success, the server returns a validation token.
  4. GLPI stores this token locally to authorize access to premium features or plugin updates.