Jump to content

Can anyone recomend a good IT inventory Database?

I am currently looking for something opensource (free)  so i can catalogue large amount of hardware.

It needs to be accessable for anyone to view.

 

I'm Currently using a spreadsheet which is beginning to get messy.  

 

 

 

Link to comment
https://linustechtips.com/topic/1029589-it-inventory-database/
Share on other sites

Link to post
Share on other sites

5 minutes ago, TheTwist said:

Can anyone recomend a good IT inventory Database?

I am currently looking for something opensource (free)  so i can catalogue large amount of hardware.

It needs to be accessable for anyone to view.

 

I'm Currently using a spreadsheet which is beginning to get messy.  

While there are more robust and feature-filled PAID options out there, I'd give https://snipeitapp.com/ a look first if you're after a self-hosted open source version, or even one of their simple hosted versions. It's been a while since I've had to setup an IT Asset Management system, so their code & design seems to have changed a lot, but back about 3 years ago they were one of the best free options available.

Desktop: KiRaShi-Intel-2022 (i5-12600K, 5060 Ti) Mobile: Moto Razr 50 Ultra (Razr+ 2024) | 30GB CAN+US+MEX $30/month
Laptop: Lenovo Yoga 7i (16") 82UF0015US (i7-12700H, 16GB/2TB RAM/SSD, A370M GPU) Tablet: Lenovo Tab Plus (256GB)
Camera: Canon M6 Mark II | Canon Rebel T1i (500D) | Canon SX280 Music: Spotify Premium (CIRCA '08)

Link to comment
https://linustechtips.com/topic/1029589-it-inventory-database/#findComment-12263644
Share on other sites

Link to post
Share on other sites

33 minutes ago, TheTwist said:

Can anyone recomend a good IT inventory Database?

I am currently looking for something opensource (free)  so i can catalogue large amount of hardware.

It needs to be accessable for anyone to view.

 

I'm Currently using a spreadsheet which is beginning to get messy.  

 

 

 

Kace K1000

NOTE: I no longer frequent this site. If you really need help, PM/DM me and my e.mail will alert me. 

Link to comment
https://linustechtips.com/topic/1029589-it-inventory-database/#findComment-12263687
Share on other sites

Link to post
Share on other sites

1 hour ago, Erik Sieghart said:

There some questions you should ask:

How much hardware are you talking about?
What kind of information do you want to store?

On what criteria do you want to be able to search it?

A simple SQL database seems more than enough so there really should be a million front-end services to use that will be able to provide a better than excel spreadsheet service.

 

Roughly 1000+ hardware

Info that I want to store:

  • Name of product

  • Brand

  • Model

  • ID

  • Serial number

  • PO info

  • Storage Location

  • Date of purchase

  • Notes 

I am thinking of learning how to use Access which might be the best place to do one. If there is a good template out there it would be useful.

All it needs is to have a record.

  •            Monitors

  •            Graphics cards

  •            Laptop

  •            Motherboards

  •          Printers

  •           Speakers

  •          Spare RAM

       

Link to comment
https://linustechtips.com/topic/1029589-it-inventory-database/#findComment-12264219
Share on other sites

Link to post
Share on other sites

6 minutes ago, TheTwist said:

any other suggestions?

Yes, to not use Access. Use a real database. If your database size is going over 10GB, get MySQL. Otherwise, MS SQL Express will do.

PC Specs - AMD Ryzen 7 5800X3D MSI B550M Mortar - 32GB Corsair Vengeance RGB DDR4-3600 @ CL16 - ASRock RX7800XT 660p 1TBGB & Crucial P5 1TB Fractal Define Mini C CM V750v2 - Windows 11 Pro

 

Link to comment
https://linustechtips.com/topic/1029589-it-inventory-database/#findComment-12271037
Share on other sites

Link to post
Share on other sites

Just use a MySQL database. It is free and open source and having a database is a million times better than having a spreadsheet.

 

Hit me up if you need help with the database design and/or setting up a MySQL server

75% of what I say is sarcastic

 

So is the rest probably

Link to comment
https://linustechtips.com/topic/1029589-it-inventory-database/#findComment-12288277
Share on other sites

Link to post
Share on other sites

1 hour ago, TheTwist said:

Not liking the free ones out there. Any one recommend any cheap ones.

 

Basically, it's either a free one (mysql, potsgresql, mariadb, sql server express) or it's SQL Server ($$) or Oracle ($$$$$).

PC Specs - AMD Ryzen 7 5800X3D MSI B550M Mortar - 32GB Corsair Vengeance RGB DDR4-3600 @ CL16 - ASRock RX7800XT 660p 1TBGB & Crucial P5 1TB Fractal Define Mini C CM V750v2 - Windows 11 Pro

 

Link to comment
https://linustechtips.com/topic/1029589-it-inventory-database/#findComment-12288278
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×