Installation Guide
Complete Proxmox VE installation process from download to first boot
Overview
This guide covers the complete installation process of Proxmox Virtual Environment, from downloading the ISO to completing the initial setup and accessing the web interface.
Before You Begin
Ensure your hardware meets the minimum requirements and you have a reliable internet connection for updates. The installation will format the target drive, so backup any important data.
System Requirements
Minimum Requirements
- CPU: 64-bit processor with virtualization support (Intel VT-x or AMD-V)
- RAM: 2GB (8GB+ recommended for production)
- Storage: 32GB (SSD recommended for better performance)
- Network: Ethernet connection for management
Recommended Production Setup
- CPU: Multi-core processor (8+ cores recommended)
- RAM: 32GB+ ECC memory for stability
- Storage: Multiple drives for redundancy (RAID 1/10)
- Network: Multiple NICs for redundancy and performance
Pre-Installation Checklist
Installation Process
Step 1: Boot from Installation Media
- Insert installation media and boot from it
- Select "Install Proxmox VE" from the boot menu
- Wait for the installer to load (may take a few minutes)
Boot Options
If you encounter issues, try the "Install Proxmox VE (Debug mode)" option for more verbose output and troubleshooting information.
Step 2: Accept License Agreement
- Read the license agreement (GNU AGPL v3)
- Click "I agree" to continue
- The installer will proceed to disk selection
Step 3: Target Disk Selection
Step 4: Location and Time Zone
- Select your country from the dropdown
- Choose time zone (affects log timestamps and scheduling)
- Select keyboard layout for console access
- Click Next to continue
Step 5: Administration Password and Email
- Set root password (use a strong password)
- Confirm password by retyping
- Enter email address for system notifications
- Click Next to proceed
Security Note
The root password provides full system access. Use a strong, unique password and consider changing it after installation. The email address is used for system alerts and notifications.
Step 6: Management Network Configuration
Step 7: Installation Summary and Confirmation
- Review all settings:
- Target disk and filesystem
- Network configuration
- Administrative settings
- Click "Install" to begin installation
- Wait for completion (typically 5-15 minutes)
Post-Installation Setup
Step 1: First Boot and Access
- Remove installation media when prompted
- Reboot the system
- Note the management IP displayed on console
- Access web interface at
https://your-ip:8006
SSL Certificate Warning
You'll see a security warning about the self-signed certificate. This is normal for initial setup. Click "Advanced" and "Proceed" to continue.
Step 2: Initial Web Interface Login
- Open web browser and navigate to
https://your-proxmox-ip:8006 - Login credentials:
- Username:
root - Password: (set during installation)
- Realm:
Linux PAM standard authentication
- Username:
- Click "Login" to access the management interface
Step 3: Subscription Notice
You'll see a subscription notice popup:
Verification and Testing
System Health Check
# Check system status
pveversion --verbose
# Verify virtualization support
egrep -c '(vmx|svm)' /proc/cpuinfo
# Check memory and storage
free -h
df -h
# Test network connectivity
ping -c 4 8.8.8.8Web Interface Tour
📊 Summary
Node overview with resource usage, storage, and running VMs/containers
Main dashboard showing system health and resource utilization.
🖥️ Shell
Direct console access through web browser
Built-in terminal for command-line management without SSH.
📁 Storage
Local and shared storage management
Configure and monitor storage pools, ISOs, and backups.
🌐 Network
Network interface and bridge configuration
Manage network interfaces, bridges, and VLAN configuration.
Common Installation Issues
Next Steps
Congratulations! You've successfully installed Proxmox VE. Here's what to do next:
⚙️ Post-Install Setup
Essential configuration and optimization steps
🌐 Network Configuration
Configure bridges, VLANs, and advanced networking
💾 Storage Setup
Configure storage pools and shared storage
🔒 Security Hardening
Secure your Proxmox installation
Installation Checklist
- Hardware requirements verified
- Installation media created and tested
- BIOS/UEFI settings configured
- Proxmox VE installed successfully
- Web interface accessible
- Initial login completed
- System health verified
- Ready for post-installation configuration
Documentation
Keep this installation information handy for future reference. Document your network configuration, disk layout, and any custom settings for troubleshooting and maintenance.