Baremetal SetupΒΆ
Hardware installation and initial Proxmox VE setup procedures.
π Hardware RequirementsΒΆ
Recommended specifications for Proxmox VE:
CPU: 64-bit processor with virtualization support (Intel VT-x or AMD-V)
RAM: Minimum 2GB, recommended 8GB+ for production
Storage: SSD recommended for OS, additional drives for VM storage
Network: Gigabit Ethernet, multiple NICs recommended
π§ Installation ProcessΒΆ
Baremetal Installation GuideΒΆ
Follow this comprehensive video guide for hardware setup:
Key Installation Steps:
Download Proxmox VE ISO - Get latest version from Proxmox Downloads - Create bootable USB with Rufus, Etcher, or dd
Boot from Installation Media - Configure BIOS/UEFI for virtualization support - Enable Intel VT-x or AMD-V - Set boot priority to USB/DVD
Installation Configuration - Select target disk for Proxmox installation - Configure timezone and keyboard layout - Set root password and email - Configure network settings (IP, gateway, DNS)
Initial Network Setup - Configure management interface - Set static IP or DHCP as needed - Ensure network connectivity for web interface
π Post-Installation VerificationΒΆ
After installation, verify the setup:
# Check system status
pveversion
# Verify network configuration
ip addr show
# Check storage
df -h
# Test web interface access
curl -k https://localhost:8006
π Web Interface AccessΒΆ
Access the Proxmox web interface:
URL:
https://your-server-ip:8006Username:
rootPassword: Set during installation
Realm:
Linux PAM standard authentication
π§ Hardware OptimizationΒΆ
BIOS/UEFI SettingsΒΆ
Essential BIOS settings for optimal performance:
Virtualization: Enable Intel VT-x or AMD-V
IOMMU: Enable for GPU/device passthrough
Power Management: Disable C-states for stability
Boot Mode: UEFI recommended over Legacy BIOS
Network Interface ConfigurationΒΆ
For multiple network interfaces:
Management: Dedicated interface for Proxmox web access
VM Traffic: Separate interface(s) for virtual machine networking
Storage: Optional dedicated network for storage traffic (iSCSI, NFS)
π Installation NotesΒΆ
Important considerations during installation:
Storage Layout - Use SSD for Proxmox OS installation - Reserve additional drives for VM storage - Consider ZFS for advanced storage features
Network Planning - Plan IP addressing scheme - Consider VLAN requirements - Document network configuration
Security - Use strong root password - Plan firewall configuration - Consider SSH key authentication
π Next StepsΒΆ
After successful baremetal installation:
Post-Install Configuration: Follow Post-Install Configuration
Storage Setup: Configure Storage Configuration
Network Configuration: Set up bridges and VLANs
Service Deployment: Deploy services using Media Automation Stack