Recently Updated Pages
Backups & Disaster Recovery
First lesson that every homelab journey eventually teaches, it's that it's not a matter of if som...
Docker Management
When I first started running applications in my homelab, I was managing everything through the co...
Application Sprawl
Applications Once the foundation and all the supporting systems were in place, I thought — this i...
Access Control & Identity Management
Security was at the forefront of this project — an idea that sparked a huge part of the build, an...
Search Engine & Public Access
Search Engine Around this point in my homelab journey, I had the baseline established and was rea...
Disable Password Login
Once we have ssh key setup we can disable password login on servers once keys are set up. This wa...
SSH Agent for Passphrase Management
SSH Agent is a background process that keeps your keys unlocked during your session. Start the a...
SSH Key Authentication Create and Share
Why SSH Keys are Important? SSH keys use asymmetric encryption—a public key is placed on the serv...
Managing Multiple SSH Keys
If you use different keys for different servers or services (e.g., GitHub, work, personal), here’...
Connecting Server Directory to Synology NAS (NFS Setup)
This is a step-by-step document on how to connect a server directory to a Synology NAS using NFS....
Proxmox Troubleshooting and Commands
Update Proxmox apt update && apt dist-upgrade -y List all VMs qm list List all containers p...
Proxmox Troubleshooting and Commands
Update Proxmox apt update && apt dist-upgrade -y List all VMs qm list List all containers p...
High Availability
High Availability (HA) ensures that critical VMs are automatically restarted on another node if t...
Clustering
A Proxmox cluster groups multiple Proxmox nodes together, enabling centralized management, live m...
Shared Storage
Shared storage allows multiple Proxmox nodes to access the same storage pool, enabling live migra...
Networking
This article covers how to create additional network bridges and set up an isolated network for y...
Integrated Firewall
Proxmox includes a built-in firewall that can be configured at the Datacenter, Node, and VM/Conta...
Backups & Snapshots
Protecting your VMs and containers with regular backups is essential. Proxmox includes built-in b...
User Management
Proxmox supports multiple users, roles, groups, and authentication realms. This is essential for ...
Set Up Proxmox Backup Server with NFS Storage
Proxmox Backup Server PBS is design to backup Proxmox Virtual Environment. Proxmox Backup Server...