Requirements

The requirements for Snipe-IT are fairly standard for a modern web server, and most servers will have most or all of these components already installed. If for some reason you don't have them installed, they are relatively easy to add.

📘

NOTE ON SHARED HOSTING:

If you're installing Snipe-IT on shared hosting, you should have most of these installed already, with the exception of LDAP. LDAP integration may not be possible on shared hosting, depending on your web host. Email your hosting provider's support team to determine if your server meets the requirements to install Snipe-IT.

General System Requirements

RequirementNotes/Installing
PHP >= 7.4 < v8.1.2- Install on Linux
- Install on Windows
PHP Extensions:- JSON PHP Extension
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- cURL PHP Extension
- MySQLi PHP Extension
- LDAP PHP extension (only if using LDAP)
- PHPZIP PHP extension
- Fileinfo PHP extension
- PHP BCMath PHP extension
- PHP XML PHP extension
- PHP Sodium
MySQL or MariaDB
GD Library (>=2.0) or Imagick PHP extension (>=6.3.8)For barcode generation and image resting for image uploads.
Atom.io, Notepad++ or another plain-text editor for the editing configuration fileThe specific text editor doesn't matter, just as long as it doesn't save as rich text or try to convert apostrophes and quotes into curly quotes.
GitHighly recommended for easier install/upgrade, but not required.

Requirements Specific to Linux/OSX

Requirement
Mod Rewrite
SSH access to the server with an SSH client (like Terminal for mac OS Desktops or Putty for Windows Desktops)

Requirements Specific to Windows Server

RequirementNotes/Installing
IIS
IIS URL Rewrite
MariaDB 10.0.14 for Windows- Install for 64-bit
- Install for 32-bit
PHP Manager for IIS (makes managing PHP on IIS much easier)- first install Web Platform Installer
- makes managing PHP on IIS much easier
Composer 2 install with the shell menusFor v6.x of Snipe-IT, Composer 2 is required.
Notepad++ for editing files