Assets & inventory
Track servers, switches, VMs, services — with tags for type, location, VLANs, and context.
PrivateGlue is an open-source IT documentation tool built for homelabs, freelancers, and small teams. Track devices and inventory, write Markdown docs, and store credentials securely — without SaaS lock-in.
mkdir privateglue && cd privateglue
curl -fsSL https://raw.githubusercontent.com/marcmylemans/privateglue-public/main/docker-compose.yml -o docker-compose.yml
docker compose up -d
# Open: http://localhost:5000
# Create your first admin user in the setup wizard
PrivateGlue focuses on the essentials — the stuff you actually search for at 02:00 when something breaks.
Track servers, switches, VMs, services — with tags for type, location, VLANs, and context.
Write clean docs with a live preview. Link notes to assets so info is always where you need it.
Store credentials per device and keep them encrypted. Copy-to-clipboard when you need it.
Devices ↔ notes ↔ credentials stay connected, so troubleshooting is faster and less guessy.
Simple stack, quick deploy, easy backups. Designed for homelabs and small teams.
Minimal, readable, and fast — with dark mode support and a consistent layout.
Built for homelab documentation and practical IT asset tracking — but flexible enough for client work.
Document your rack, VLAN layout, services, backups, and “how it’s wired” — with everything linked to the device.
Keep client environments organized: devices, notes, credentials, and history — without putting secrets in a wiki page.
Create a shared documentation hub that’s simple to maintain, easy to backup, and stays under your control.
Want to see how it feels? Open the demo and click around. Demo environments may reset periodically — don’t paste real secrets there.
Recommended path: Docker Compose.
Use the provided compose file from GitHub.
Run docker compose up -d and wait a few seconds.
Go to http://localhost:5000 and create your first admin user.
# Linux / macOS (Docker + Compose required)
mkdir privateglue && cd privateglue
curl -fsSL https://raw.githubusercontent.com/marcmylemans/privateglue-public/main/docker-compose.yml -o docker-compose.yml
docker compose up -d
Prefer not to self-host? Join the hosted waitlist.
You’ll get a private instance like yourname.eu.privateglue.app.
Quick answers, no fluff.
This site only uses essential cookies by default. Optional analytics is disabled until you opt in.
Yes — the source is on GitHub. You can self-host it, inspect it, and contribute improvements.
It’s inspired by what works in professional tools, but intentionally lightweight for homelabs and small teams.
The app is designed to be backup-friendly. Keep regular backups of your volumes and any export features you enable.