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

16 total results found

Set Up Proxmox Backup Server with NFS Storage

Proxmox VE & PBS Setup Guide Backups Setup

Proxmox Backup Server PBS is design to backup Proxmox Virtual Environment.  Proxmox Backup Server is designed to run bare-metal on dedicated hardware, with dedicated drives for the operating system and backups. The main backup should be on bare metal and NFS S...

homelab
Proxmox
Proxmox Backup Server
Backup
Installation

Backing up Proxmox Virtual Environment to Synology NAS

Proxmox VE & PBS Setup Guide Backups Setup

This article goes trough setting up NFS connection between Synology and PVE Database. Although using Proxmox Backup Server is better for keeping more backups using deduplication, verification and pruning options, having additional backup job directly from PVE ...

Setup
Backup
Proxmox
Synology

Configuring Datastore

Proxmox VE & PBS Setup Guide Installation and Configuration Guides f...

Datastore is where the backups will be saved. This article goes over configuring datastore using a disk on the machine. If not using volume from machine check out this article to use NAS storage via NFS   Creating Datastore Login to PBS Under Storage/Dis...

Proxmox Backup Server
Proxmox
Setup

Schedule Backup Job with PBS

Proxmox VE & PBS Setup Guide Backups Setup

This guide goes over scheduling backup job with PBS server. Proxmox Virtual Environment can run it's own jobs, but for best optimization, using deducation and verify jobs, having PBS is good idea. Also, it provides redundancy if pve goes down. Using Proxmox B...

Installation
homelab
Proxmox
Proxmox Backup Server
Backup

Installation

Proxmox VE & PBS Setup Guide Proxmox Virtual Environment Setup

This article walks through downloading the Proxmox VE ISO, creating a bootable USB drive, and installing Proxmox on your server hardware. Note: Proxmox VE is a bare-metal installer. The entire target drive will be erased. Back up any important data before proc...

Installation
Setup
Proxmox

Web Console Tour & Preliminary Setup

Proxmox VE & PBS Setup Guide Proxmox Virtual Environment Setup

This article covers the Proxmox web interface, the primary tool for managing your server, VMs, and containers. Also, best practices for first login.   Post-Install Configuration (Highly Recommended)   Disable the Enterprise Repository (No Subscription) In the...

Installation
Setup
Proxmox

Building a Virtual Machine & Templates

Proxmox VE & PBS Setup Guide Proxmox Virtual Environment Setup

This article covers creating and configuring a full virtual machine in Proxmox. The example uses Ubuntu Server as the guest OS. Ubuntu Server is best lightweight option for running server as virtual machine. Unlike Ubuntu Desktop, this VM is accessed via comma...

Installation
Setup
Proxmox

Building Containers (LXC) & Templates

Proxmox VE & PBS Setup Guide Proxmox Virtual Environment Setup

LXC containers are a lightweight alternative to full VMs. They are ideal for running Linux services with minimal overhead. However they are running as rootless, so there is little more risk to compromising hypervisor itself as it shares kernel, unlike VM. Best...

Installation
Setup
Proxmox

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

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