IT Asset Inventory Management by Snipe-IT. Snipe-IT was made for IT asset management, to enable IT departments to track who has which laptop, when it was purchased, which software licenses and accessories are available, and so on. Deploy to the cloud on Azure, AWS or GCP running on Ubuntu 22.04. Self hosted IT asset management solution (ITAM).
IT Asset Inventory Management System
Setup Snipe-IT on Azure
Deploy Snipe-IT on Ubuntu 22.04 on AWS
Setup Snipe-IT on AWS
Deploy Snipe-IT on Ubuntu 22.04 in Azure
Setup Snipe-IT on GCP
Deploy Snipe-IT on Ubuntu 22.04 on GCP
Snipe-IT Asset Management Features
Admin Dashboard – Dashboard view recent activity and an overall view of what assets, accessories, consumables, and components you have.
Asset Management.- View which assets are assigned, to whom, and their physical location. Check them back into inventory with one click, or click through to see the assets complete history. Seeing what assets are currently deployed, pending (brand new awaiting software installs, out for repair), ready to deploy, or archived (lost/stolen, or broken) is quick and easy.
Easily see which assets are assigned, to whom, and their physical location
One-click checkin
Asset Models let you group common features
Require User Acceptance (End-User EULAs/Terms of Service) on Checkout
Email alerts for expiring warrantees and licenses
Integrates with most handheld barcode scanners and QR code reader apps
Quick and easy asset auditing
Add your own custom fields for additional asset attributes
Easily import and export assets
Generate QR code labels for easy mobile access and labels
Assets marked as requestable can be requested by a user
Assets retain full history including checkouts, checkins and maintenance
Optional digital signatures on asset acceptance
License Management – Same quick access with licenses, by letting you smartly handle multi-pack licenses with ease. Enable email alerts to get an email when your licenses are expiring.
Email Notifications – Built-in email notifications for users and administrators.
Integrations & Robust JSON REST API – Integrate your own proprietary systems and workflows with a powerful REST API.
Getting Started with Cloud Snipe-IT Asset Management Software
Once your Snipe-IT server has been deployed, the following links explain how to connect to a Linux VM:
Once connected and logged in, the following section explains how to start using Snipe-IT.
Setup MySQL Server Security
First step is to secure the MySQL installation by running the following command>
sudo mysql_secure_installation
Create Database for Snipe-IT IT Asset Inventory Management
Next, we need to setup a database and user to run Snipe-IT. Run the following commands:
sudo mysql -u root -p
CREATE DATABASE snipeit_db;
CREATE USER 'snipeituser'@'localhost' IDENTIFIED WITH mysql_native_password BY 'snipe1234';
GRANT ALL PRIVILEGES ON snipeit_db.* TO 'snipeituser'@'localhost';
FLUSH PRIVILEGES;
quit
Edit Snipe-IT Config File
Next, we need to edit the Snipe-IT config file. Run the following commands to open the file:
cd /var/www/html/snipe-it
sudo nano .env
Edit the following lines with your URL and database settings. Remember to add http:// for the App_URL. Remember to update this to https if you create an SSL certificate later on.
Copy and paste the following content, updating the ServerName with your URL:
ServerName snipeit-portal.com
DocumentRoot /var/www/html/snipe-it/public
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
Save and exit nano editor. Then run the following commands to enable the Apache config and restart Apache server.
Disclaimer: Snipe-IT is made available under an GNU Affero General Public License v3.0 license. No warrantee of any kind, express or implied, is included with this software. Use at your risk, responsibility for damages (if any) to anyone resulting from the use of this software rest entirely with the user. The author is not responsible for any damage that its use could cause.
Cloud Solution Architect. Helping customers transform their business to the cloud. 20 years experience working in complex infrastructure environments and a Microsoft Certified Solutions Expert on everything Cloud.