Skip to content
Tech Master Tech Master

OneStopTechnical Forum

  • Books
  • AI
  • Networking
  • Windows
  • Linux
  • Cloud
  • Mac
  • Active Directory
  • Azure
  • Cloud
  • Exchange
  • M365
  • Server 2025
  • Storage
  • Vsphere
  • Website
  • Database
  • Security
  • Knowledge Base
  • VPN
Tech Master
Tech Master

OneStopTechnical Forum

List of solid Open Source Asset Management Software

blog.payperitem.com, April 7, 2025April 7, 2025

🔧 IT Asset Management (ITAM) / CMDB

  1. Snipe-IT
    • Use case: IT hardware & software asset tracking.
    • Stack: PHP/Laravel, MySQL.
    • Features: Barcode scanning, license tracking, user check-in/out, audit logs, REST API.
    • URL: https://snipeitapp.com
    • Popular for: SMBs and internal IT departments.
  2. GLPI
    • Use case: ITAM + service desk + CMDB.
    • Stack: PHP, MySQL.
    • Features: Full ITIL support, incident/problem/change management, inventory, LDAP, plugins.
    • URL: https://glpi-project.org
    • Popular for: Enterprises needing an open-source ITSM stack.
  3. Ralph
    • Use case: Data center asset management & DCIM.
    • Stack: Python/Django, PostgreSQL/MySQL.
    • Features: Rack layout, IPAM, lifecycle, purchase tracking.
    • URL: https://ralph.allegro.tech
    • Popular for: Medium to large scale infra, esp. with custom needs.

🏢 Enterprise Asset Management (EAM) / General Assets

  1. OpenMAINT
    • Use case: Facility, maintenance, and asset management.
    • Stack: Java/PostgreSQL, built on CMDBuild.
    • Features: Buildings, assets, work orders, maintenance plans.
    • URL: https://www.openmaint.org
    • Popular for: Facilities management, municipal assets, universities.
  2. CMDBuild
    • Use case: Customizable CMDB with workflow engine.
    • Stack: Java/PostgreSQL.
    • Features: Assets, workflows, relationships, GIS integration.
    • URL: https://www.cmdbuild.org
    • Popular for: Organizations needing deep customization and workflows.

📦 Barcode/Inventory Tracking

  1. PartKeepr
    • Use case: Electronics component inventory.
    • Stack: PHP/Symfony, MySQL.
    • Features: Stock tracking, datasheets, categories.
    • URL: https://partkeepr.org
    • Popular for: Makerspaces, labs, repair shops.
  2. Odoo (Community Edition)
    • Use case: ERP with asset and inventory modules.
    • Stack: Python/PostgreSQL.
    • Features: Modular – inventory, MRP, asset depreciation, IoT integrations.
    • URL: https://www.odoo.com
    • Popular for: Businesses wanting more than just asset management.

OpenSource Website

Post navigation

Previous post
Next post

Related Posts

RADIUS server on Active Directory

April 7, 2025April 7, 2025

To configure a RADIUS server on Active Directory, you typically use Network Policy Server (NPS), which is Microsoft’s implementation of a RADIUS server and proxy. It integrates tightly with Active Directory to authenticate, authorize, and account (AAA) for network access requests (e.g., VPN, Wi-Fi, 802.1X switch ports, etc.). Here’s a…

Read More

Deep Dive: Customizing Snipe-IT Frontend (Vue.js) for Additional Fields

April 3, 2025April 3, 2025

1️⃣ Locate the Vue Components Snipe-IT’s Vue.js frontend components are stored in:📂 resources/js/components/ For assets, the main Vue component files are: 2️⃣ Add a Custom Field to Vue Components Let’s say we want to add a new field called “Warranty Expiry Date” to assets. 📝 Modify EditAsset.vue vue<template> <div> <!–…

Read More

Configuring an SLA (Service Level Agreement) in ServiceNow

April 15, 2025

Configuring an SLA (Service Level Agreement) in ServiceNow involves multiple components working together to define and track performance against agreed-upon service levels. Here’s a high-level guide to walk you through the core configuration: 🔧 Step-by-Step: Configure SLA in ServiceNow 1. Enable SLA Plugin First, ensure that the SLA plugin is…

Read More

Recent Posts

  • List of AD Schema Versions
  • OldNewExplorer Free Download For Windows 11, 10, 8 and 7 [Latest Version]
  • How to Get the Classic (old) Context Menu on Windows 11
  • BitLocker Recovery Keys
  • Active Directory and Server hardening

Recent Comments

No comments to show.
June 2025
M T W T F S S
 1
2345678
9101112131415
16171819202122
23242526272829
30  
« May    
Log in
©2025 Tech Master | WordPress Theme by SuperbThemes
  • Login
  • Sign Up
Forgot Password?
Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.
body::-webkit-scrollbar { width: 7px; } body::-webkit-scrollbar-track { border-radius: 10px; background: #f0f0f0; } body::-webkit-scrollbar-thumb { border-radius: 50px; background: #dfdbdb }