Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

69 total results found

User Management

Proxmox VE & PBS Setup Guide Proxmox Virtual Environment Setup

Proxmox supports multiple users, roles, groups, and authentication realms. This is essential for any shared or production environment, as well as keeping access limited and secure. Authentication Realms available in Proxmox Linux PAM-  uses the host OS users ...

Installation
Setup
Proxmox

Backups & Snapshots

Proxmox VE & PBS Setup Guide Proxmox Virtual Environment Setup

Protecting your VMs and containers with regular backups is essential. Proxmox includes built-in backup and snapshot tools. Also, it's good idea to connect Proxmox Backup Server if you have an option of running another server. This way backups are stored off si...

Setup
Installation
Proxmox
Proxmox Backup Server

Integrated Firewall

Proxmox VE & PBS Setup Guide Proxmox Virtual Environment Setup

Proxmox includes a built-in firewall that can be configured at the Datacenter, Node, and VM/Container level. Firewall Hierarchy Datacenter — rules that apply to all nodes in the cluster Node — rules specific to the Proxmox host itself VM/Container — rules sp...

Setup
Synology
Access
Firewall

Networking

Proxmox VE & PBS Setup Guide Proxmox Virtual Environment Setup

This article covers how to create additional network bridges and set up an isolated network for your virtual machines — separating VM traffic from the Proxmox management interface. After installation, Proxmox creates one Linux bridge: vmbr0 — connected to you...

Setup
Proxmox
Networking

Shared Storage

Proxmox VE & PBS Setup Guide Proxmox Virtual Environment Setup

Shared storage allows multiple Proxmox nodes to access the same storage pool, enabling live migration of VMs and centralized backup storage. Also, if you have multiple devices clustered together, this can enable High Availability. Storage Types in Proxmox Dir...

Setup
Proxmox
Storage

Clustering

Proxmox VE & PBS Setup Guide Proxmox Virtual Environment Setup

A Proxmox cluster groups multiple Proxmox nodes together, enabling centralized management, live migration (moving VMs between nodes), and high availability. When second node is connected to a cluster, it will assume primary cluster roles and authentication. Pr...

Setup
Proxmox
Cluster

High Availability

Proxmox VE & PBS Setup Guide Proxmox Virtual Environment Setup

High Availability (HA) ensures that critical VMs are automatically restarted on another node if the node they are running on fails. Prerequisites: A working cluster with at least 3 nodes Shared storage accessible by all nodes (so the VM disk can be accessed a...

Setup
Proxmox
High Availability

Proxmox Troubleshooting and Commands

Proxmox VE & PBS Setup Guide Proxmox Virtual Environment Setup

Update Proxmox apt update && apt dist-upgrade -y List all VMs qm list List all containers pct list Check storage pvesm status Check cluster status pvecm status Check HA status ha-manager status View running services systemctl list-units --type=se...

Proxmox
ssh
CLI

Proxmox Troubleshooting and Commands

SSH Commands and Guides

Update Proxmox apt update && apt dist-upgrade -y List all VMs qm list List all containers pct list Check storage pvesm status Check cluster status pvecm status Check HA status ha-manager status View running services systemctl list-units --type=se...

Proxmox
ssh
CLI

Connecting Server Directory to Synology NAS (NFS Setup)

Proxmox VE & PBS Setup Guide Proxmox Virtual Environment Setup

This is a step-by-step document on how to connect a server directory to a Synology NAS using NFS. This guide assumes you have access to both the server and the Synology NAS. Prerequisites     Access to a server (Linux-based).    Access to a Synology NAS.    NF...

Installation
Synology
ssh
Setup
NFS
File Share

Search Engine & Public Access

About My Homelab My Homelab Journey

Search Engine Around this point in my homelab journey, I had the baseline established and was ready to focus on applications that would bring more meaning to my homelab and actually be of use. Throughout graduate school, a big focus of mine was cybersecurity a...

blog
Access

Access Control & Identity Management

About My Homelab My Homelab Journey

Security was at the forefront of this project — an idea that sparked a huge part of the build, and the topic I enjoyed most during graduate school. In the Foundation chapter, the focus was around access control at the firewall level, making sure that only spec...

blog
Access

Application Sprawl

About My Homelab My Homelab Journey

Applications Once the foundation and all the supporting systems were in place, I thought — this is it, now I can actually start running applications. Up until that point, the only non-administrative thing running was my SearXNG search engine. The whole idea of...

Access
blog

Docker Management

About My Homelab My Homelab Journey

When I first started running applications in my homelab, I was managing everything through the command line. Spinning up a container meant crafting a docker run command with all the right flags, ports, volumes, environment variables, network bridges, and hopin...

blog

Backups & Disaster Recovery

About My Homelab My Homelab Journey

First lesson that every homelab journey eventually teaches, it's that it's not a matter of if something will break, it's when. Especially if you use used hardware from your old computer or cheap mini pc of ebay.  Having a solid backup strategy in place before ...

blog