Guide to deploying Proxmox on a SuperMicro server
Deploying Proxmox VE on a SuperMicro server is a straightforward process.
What You'll Need:
- A SuperMicro server
- A Proxmox VE ISO image
- A computer for the initial setup
- An internet connection
- A USB drive (at least 2GB)
Step 1: Download Proxmox VE ISO
- Go to the Proxmox VE Downloads page: https://www.proxmox.com/en/downloads/category/iso-images-pve
- Download the latest ISO image.
Step 2: Create a Bootable USB Drive
- Insert your USB drive into your computer.
- Download and open Rufus (or any other bootable USB creation tool).
- Select the downloaded Proxmox VE ISO file in Rufus.
- Choose your USB drive as the destination.
- Click "Start" to create the bootable USB.
Step 3: Boot Your SuperMicro Server from the USB Drive
- Insert the bootable USB drive into your SuperMicro server.
- Turn on the server.
- Press DEL or F2 to enter the BIOS setup.
- Set the boot order to prioritize the USB drive.
- Save the changes and reboot the server.
Step 4: Install Proxmox VE
- When the server boots from the USB, you'll see the Proxmox VE installation screen.
- Select "Install Proxmox VE" and press Enter.
- Accept the EULA and click "Next".
- Select the hard disk where you want to install Proxmox VE and click "Next".
- Choose your country, time zone, and keyboard layout, then click "Next".
- Set a root password and provide your email address, then click "Next".
- Configure the network settings:
- Hostname (e.g. proxmox.example.com)
- IP address (static IP is recommended)
- Netmask (e.g. 255.255.255.255.0)
- Gateway (your router's IP address)
- DNS (your preferred DNS server, e.g. 8.8.8.8.8)
- Review the summary and click "Install".
Step 5: Initial Configuration
- Once the installation completes, the server will reboot.
- Remove the USB drive.
- Let the server boot from the hard disk.
- Open a web browser on your computer and navigate to https://<your-proxmox-ip>:8006.
- Log in with the root username and the password you set during installation.
Step 6: Update Proxmox VE
- In the Proxmox VE web interface, go to "Datacenter" -> "Updates".
- Click "Refresh" to update the package list.
- Click "Upgrade" to install any available updates.
Step 7: Create a Virtual Machine (VM)
- In the Proxmox VE web interface, click "Create VM".
- Enter the VM ID and name.
- Choose the installation media (ISO image) for the VM.
- Configure the VM settings (CPU, memory, disk, network).
- Click "Finish" to create the VM.
Step 8: Start and Access the VM
-
Select the newly created VM in the Proxmox VE web interface.
-
Click "Start" to boot the VM.
-
Click "Console" to access the VM's console and proceed with the operating system installation.
Set Up Storage:
- In the Proxmox VE web interface, go to "Datacenter" -> "Storage".
- Add storage for ISO images, containers, backups, etc., as needed.
Configure Networking:
- In the Proxmox VE web interface, go to "Datacenter" -> "Network".
- Configure network interfaces, bridges, VLANs, etc., according to your needs.