Skip to content

SRM9506/Homelab-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

🖥️ Home Lab: Infrastructure & Cloud Sandbox

Purpose

This repository documents my self-hosted home lab environment, built to bridge the gap between hobbyist IT and professional-grade systems engineering. Every service, configuration, and troubleshooting step is documented to demonstrate real hands-on experience.


🔧 Hardware Infrastructure

Component Spec
Host MSI GF75 Thin (10UEK-048)
CPU Intel Core i7-10750H (6C/12T)
RAM 64GB DDR4 3200MHz
Boot Drive Samsung 980 500GB NVMe SSD
Data Drive 1TB HDD
GPU NVIDIA RTX 3060 6GB
Hypervisor Proxmox VE 9.2.2

✅ Completed

Virtualization & Core Infrastructure

  • Proxmox VE 9.2.2 installed with dual storage pool (NVMe + HDD)
  • pfSense CE 2.7.2 firewall VM deployed and configured
  • Ubuntu Server VM deployed as primary Docker host
  • Kali Linux VM deployed with XFCE desktop and RDP access

Networking & DNS

  • pfSense WAN/LAN interfaces configured
  • Local DNS resolver with host overrides for all services
  • Nginx Proxy Manager routing all services by domain name
  • All services accessible via clean .lan domains — no IP memorization required
  • Router DNS set to pfSense for network-wide resolution

Self-Hosted Services

  • Jellyfin media server — http://jellyfin.lan
  • Nextcloud personal cloud storage — http://nextcloud.lan
  • Nginx Proxy Manager — http://npm.lan
  • Portainer Docker management — http://portainer.lan
  • Uptime Kuma service monitoring — http://uptime.lan
  • Homepage dashboard — http://home.lan
  • Pi-hole ad blocker — http://192.168.1.156:8053/admin
  • Minecraft Bedrock server — 192.168.1.156:19132
  • Watchtower — automated daily container updates

Storage

  • 300GB virtual disk mounted at /mnt/media on 1TB HDD
  • Jellyfin media library (movies, music, TV) stored on HDD
  • Nextcloud data stored on HDD
  • Proper ownership and permissions configured

Security Lab

  • Kali Linux 2026.1 VM with full tool suite
  • xrdp configured for full remote desktop access
  • Static IP assigned at 192.168.1.150
  • SSH access enabled

🗺️ Roadmap

Networking & Security

  • pfSense — firewall rules and DNS configuration
  • Kali Linux VM — offensive security practice
  • pfSense VLANs — network segmentation
  • Metasploitable — vulnerable target for penetration testing
  • DVWA — vulnerable web application practice
  • Wazuh SIEM — centralized monitoring and threat detection
  • WireGuard VPN — secure remote access

Enterprise Identity

  • Windows Server 2022 — Active Directory implementation
  • Group Policy configuration
  • AD attack and defense practice

Cloud & DevOps

  • Docker and Docker Compose for service management
  • CI/CD pipeline for automated deployments
  • Terraform infrastructure as code practice

📁 Repository Structure

homelab-project/ ├── README.md └── logs/ ├── day-1-setup.md ├── day-2-services.md └── day-3-pfsense.md


🌐 Active Services

Service URL Purpose
Homepage http://home.lan Dashboard
Proxmox https://192.168.1.200:8006 Hypervisor
pfSense https://pfsense.lan Firewall
Jellyfin http://jellyfin.lan Media Server
Nextcloud http://nextcloud.lan Cloud Storage
Portainer http://portainer.lan Docker Management
Uptime Kuma http://uptime.lan Monitoring
Nginx Proxy Manager http://npm.lan Reverse Proxy
Pi-hole http://192.168.1.156:8053/admin Ad Blocker
Kali Linux 192.168.1.150:3389 (RDP) Security Lab
Minecraft Bedrock 192.168.1.156:19132 Game Server

📋 Project Philosophy

I treat this lab as a production environment. I document my progress, troubleshoot systematically, and maintain a security-first architecture to prepare for a career in cybersecurity and cloud engineering.


📊 Skills Being Developed

Proxmox Linux Docker Networking pfSense Kali Linux Active Directory Penetration Testing SIEM DNS Reverse Proxy Cloud Infrastructure DevOps RDP Firewall Configuration

About

Self-hosted homelab built on Proxmox — running pfSense, Jellyfin, Nextcloud, Kali Linux, and more. Documented daily with real troubleshooting logs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors