Installing Proxmox
Steps to Create Your First Home Lab with Proxmox
Plan Your Home Lab
- Define your goals (e.g., learning, testing, hosting services).
- List required hardware (CPU, RAM, storage, network).
Prepare Hardware
- Obtain a suitable server or repurpose an old PC.
- Ensure hardware supports virtualization (check for VT-x/AMD-V in BIOS/UEFI).
- Connect server to your network and power.
Download Proxmox VE
- Visit proxmox.com and download the latest Proxmox VE ISO.
Create a Bootable USB Drive
- Use tools like Rufus or Balena Etcher to write the Proxmox ISO to a USB drive.
Install Proxmox VE
- Boot your server from the USB drive.
- Follow the installation wizard to install Proxmox VE.
- Set up network, password, and storage during installation.
Access the Proxmox Web Interface
- After installation, access the web UI via
https://<server-ip>:8006
from your browser. - Log in with the credentials set during installation.
- After installation, access the web UI via
Configure Proxmox
- Update Proxmox to the latest version.
- Set up storage pools and networking as needed.
Create Your First Virtual Machine (VM) or Container
- Upload an ISO or container template.
- Create a new VM or LXC container using the web interface.
- Assign resources (CPU, RAM, disk, network).
Install an Operating System in the VM
- Start the VM and follow the OS installation steps.
Explore and Expand
- Experiment with snapshots, backups, and clustering.
- Add more VMs/containers for different services (e.g., Docker, file server, media server).
Youtube Video
For more details, refer to the official Proxmox documentation.