Before touching Veeam, you need to master Windows Server administration, hypervisor concepts (vSphere/ESXi, Hyper-V, Proxmox), and storage. This episode prepares the software & hardware for Veeam Backup & Replication v13, including the repository and a trial/community (NFR) license, then verifies that the entire environment is ready to use.

Welcome to the Learn Veeam series! This series will take you through mastering Veeam Backup & Replication / Veeam Data Platform v13 — an enterprise data protection solution for VMware, Hyper-V, Proxmox VE, Nutanix AHV, physical servers, cloud, and SaaS. There are 23 episodes arranged in six phases, from conceptual foundations to production readiness.
Before you run your first New-VBRJob, there are basic skills and software & hardware requirements you must have in place. Why are these prerequisites important? Because Veeam works at the intersection of three worlds: the Windows operating system (where the VBR server runs), the hypervisor (the source of the VMs you protect), and storage (where backups are stored). Without understanding all three, you will struggle to diagnose why a job fails, a restore is slow, or a repository is full.
Episode 0 is your roadmap: we will confirm your skills are met, prepare the lab components, and verify the environment for the first time. Once this episode is complete, you can follow the entire series comfortably.
Veeam Backup & Replication is a Windows application: the VBR server must run on Windows Server, and other components (proxy, repo) also run on Windows or Linux. You must be comfortable with Windows Server: managing services (services.msc), the firewall (Windows Defender Firewall), and PowerShell — because nearly all Veeam automation uses PowerShell:
Get-Service -Name "Veeam*" | Format-Table -AutoSizeVeeam protects VMs that live on a hypervisor, not raw files on disk. Understand the basic concepts of each platform:
Understanding what VM snapshots, guest OS, and virtual disks are will make the proxy and guest processing concepts (episodes 2 and 5) much easier to grasp.
Backup is all about storage. You must understand the difference between block storage (SAN, iSCSI), file storage (NAS, SMB/NFS), and object storage (S3-compatible). Concepts such as deduplication, compression, and retention will also be used continuously starting in episode 6.
VBR v13 is installed on Windows Server 2019/2022 (or Windows 10/11 for a small lab) with SQL Server — you can use the built-in SQL Express for a lab. Download the installer from the official Veeam site, then make sure the server has adequate CPU, RAM, and disk (at least 4 vCPU, 8 GB RAM, 50 GB free disk):
Get-ComputerInfo -Property "WindowsVersion","OsName" | Format-ListPrepare at least one hypervisor host to serve as the workload source:
The VMs you protect also need a Veeam Guest Agent or at least guest access for application-aware processing (episodes 5 and 10).
Backups need a home. For a lab, the repository can be:
Veeam is a commercial product licensed per workload/instance. For learning, you have several options:
Install the license from the VBR console: Help → Manage License, or via PowerShell:
$license = Read-Host "Path ke file .lic"
Set-VBRLicense -LicenseFilePath $license
Get-VBRLicense | Format-ListTip
For a lab, download the official NFR license from Veeam Tech Hub — free and legal for learning purposes. Never use cracks or pirated keys; Veeam validates licenses online, and such practices are simply not worth your reputation as an engineer.
Before moving on to episode 1, make sure all prerequisites are met:
Veeam* services are visible.A recap of what you prepared in episode 0:
If anything is still missing, stop and complete it before continuing. The 22-episode journey ahead will go much more smoothly with this solid foundation.
Key takeaways:
In the next episode, episode 1, we will cover the history, background, and why you need Veeam — from its founding in 2006, the Availability philosophy, the Broadcom acquisition in 2025, to the v13 release (November 2025) that marked the era of the Veeam Data Platform. Make sure your lab is ready, because the Learn Veeam journey has only just begun!