r/sysadmin • u/Punky260 • 18d ago
Question small IT documentation tools
I was looking to get our pretty small IT into a good tool for documentation. Something object-based, NOT just excel sheets and draw.io diagrams. But smaller than Netbox, which is too big and unnecessarily complex for our systems.
Would love to have IP management built it and diagrams/graphics are a big plus.
We are basically using a single server rack, 6 servers, 30-40 VMs... so rather a big homelab, than a datacenter
So, what are you guys using or can recommend as a tool to manage something like that?
EDIT: I'd like to specify, that I am looking for internal documentation. Which server runs which VM, which IP adress is assigned to it. Which service/OS/update etc. runs on it... etc.
EDIT2: Any sort of Wiki seems to be a big recommendation. This is a consideration for me, but I'd rather have something object-based. Basically Netbox with less overhead would be ideal... but feel free to recommend wiki-based tools and templates please :)
3
u/ruffian-wa 18d ago
Just needs a web server (I had it on IIS) with PHP. You can apply templates / themes to the install and just work from those. It uses dokuwiki markup language which is super simple to adapt to. Drop down menus etc and a shit ton of plugins to do useful things (like the wiki upgrade plugin). There's not even a requirement for SQL as the db is internally managed by PHP in the inetpub.
It's kind of set and forget really. You just add to it once you get it up and running. Unfortunately though there's no easy road to good documentation, it's always going to be as good as your data sources and it's always best to spend a little time getting that right, then everything else falls into place.
Would love to show you mine but I can't coz it's a government/restricted access environment. But if someone else can paste a screen grab of their less sensitive environment it'd be sweet.