RackPeek v1.0.0 - Free Download



Processed through Paypal
No account required.



Buy our over-priced crap to help pay the bills.
OlderGeeks 2025


Follow us on BlueskyFollow us on XJoin our Facebook groupFollow us on InstagramOur RSS FeedJoin us on TikTokJoin us on LinkedIn


 Home » OlderGeeks.com Freeware Downloads » Network Monitoring and Hacks » RackPeek v1.0.0   
File - Download RackPeek v1.0.0
Description
A plea...
Deanna and I have been running this site since 2008 and lately we're seeing a big increase in
users (and cost) but a decline in percentage of users who donate. Our ad-free and junkware-free
download site only works if everyone chips in to offset the revenue that ads on other sites bring
in. Please donate at the bottom of the page. Every little bit helps. Thank you so much.
Sincerely,
your Older Geeks: Randy and Deanna



Always scroll to the bottom of the page for the main download link.
We don't believe in fake/misleading download buttons and tricks. The link is always in the same place.


RackPeek v1.0.0

👉 Self-hosted CLI + Web UI for documenting and managing your home lab or small-scale IT infrastructure.

RackPeek is a lightweight, opinionated CLI tool and Web UI designed to help you document, manage, and understand your home lab or small-scale IT environment without the usual enterprise bloat. It focuses on tracking your hardware, services, networks, and the relationships between them in a clear, structured way, using simple, scriptable YAML so you can version-control your infrastructure documentation alongside the rest of your homelab configs.

Whether you are building out a rack, organizing a growing pile of mini PCs, or trying to keep straight which VLAN feeds which switch and what runs where, RackPeek gives you a clean, self-hosted “single pane of glass” that is easy to deploy and easy to maintain.




Features:
• Lightweight, opinionated CLI tool with a companion Web UI for homelab and small-scale IT documentation
• Tracks infrastructure as structured data (YAML), making it easy to store in Git and share or review changes over time
• Models relationships between resources (hardware, services, networks, and more) to help keep complex setups understandable
• Multi-node / clustered system modeling (multiple parents per resource can be defined)
• Key value pair labels for more flexible organization and filtering
• Basic Ansible inventory generator tool
• JSON Schema v2 definition for safer configuration authoring and validation
• Safe schema versioning with backup and migration strategy
• Improved embedded documentation plus general polish and bug fixes

Supported operating systems:
• Windows, macOS, Linux

Supported languages:
English

Changes:
v1.0.0 02-26-26
Additional CLI commands
Significant increase in test coverage (end-to-end CLI and WebUI tests)
Multi-node / clustered system support (multiple parents per resource can now be defined)
Key value pair labels
Basic Ansible inventory generator tool
Improved embedded documentation
JSON Schema v2 definition
Safe schema versioning with backup and migration strategy
General polish and minor bug fixes









This download is for the Windows 64bit version (very bottom of page).
All other download assets are below:


macOS:
rackpeek_1_0_0_osx-x64
rackpeek_1_0_0_osx-arm64
Linux:
rackpeek_1_0_0_linux-x64
rackpeek_1_0_0_linux-arm64


Docker Install (recommended)
RackPeek is easiest to run as a container. It stores its state in /app/config inside the container (typically config/config.yaml), so you should mount that folder to preserve your data between updates.
Docker Hub Image:
https://hub.docker.com/r/aptacode/rackpeek

Option 1: Named Docker Volume
• Create the volume:
docker volume create rackpeek-config
• Run RackPeek:
docker run -d
--name rackpeek
-p 8080:8080
-v rackpeek-config:/app/config
aptacode/rackpeek:latest

• Open your browser:
http://localhost:8080

Option 2: Bind Mount to a Local Folder
• Create a local folder first (example: ./config)
• Run RackPeek:
docker run -d
--name rackpeek
-p 8080:8080
-v $(pwd)/config:/app/config
aptacode/rackpeek:latest

• Open:
http://localhost:8080

Option 3: Docker Compose
• Create a file named docker-compose.yml with the following contents:
version: "3.9"
services:
rackpeek:
image: aptacode/rackpeek:latest
container_name: rackpeek
ports:
- "8080:8080"
volumes:
- rackpeek-config:/app/config
restart: unless-stopped
volumes:
rackpeek-config:

• Start RackPeek:
docker compose up -d
• Open:
http://localhost:8080

Updating (Docker)
• docker pull aptacode/rackpeek:latest
• docker stop rackpeek
• docker rm rackpeek
• Re-run your original docker run command or:
docker compose up -d


Click here to visit the author's website.
Continue below for the main download link.


Downloads Views Developer Last Update Version Size Type Rank
234 1,531 Tim Jones Feb 27, 2026 - 13:44 1.0.0 74.63MB EXE 5/5, out of 7 Votes.
File Tags
RackPeek  Rack  Peek  home  lab  homelab  rack  documentation  infrastructure  documentation  infrastructure  as  code  IT  inventory  asset  management  network  documentation  self  hosted  Docker  Docker  Compose  Ansible  inventory  YAML  Git  
      
Ope! Hold on, Speedy.
You gotta read this before you download below:

There are no ads, no fake download buttons and no crapware here.
This website has lived for 18 years solely through donations.
You can download without donating but we use the "Honor System"
here in the Ozarks. If your momma raised you to be honorable,
make your donation to keep things running.
Your momma would be so proud!

Thank you! -Randy & Deanna (The Older Geeks)
Missouri Ozarks, USA

Monthly operating costs = $750
Donations cover operating costs first
then are set aside for future upgrades and/or
handed-over to Deanna for new shoes.


Recent Super Donors ($50+)
Thanks, Teresa
Thanks, Carol
Thanks, Kevin
Thanks, John
Thanks, Jonathan

Recent Donors
Thanks, Reynaldo
Thanks, Michael
Thanks, STVR Computers
Thanks, Dave
Thanks, Owen
Thanks, Douglas
Thanks, Barry
Thanks, Jay
Thanks, W.
Thanks, Alex
PayPal or Credit Card
IMPORTANT: Shows as HCRLLC on bank statement.
Ko-fi
Support us with a coffee
Patreon
Become a monthly patron
Mail a check Payable to:
Home Computer Repair LLC
208 E. Water St.
Mount Vernon, MO 65712


👉 Download Your File

Click to Rate File     Share it on Twitter →


OlderGeeks.com Copyright (c) 2026