it-docs/docs/installation/production/proxmox.md
support be9e542b1d
All checks were successful
continuous-integration/drone/push Build is passing
Update 'docs/installation/production/proxmox.md'
2023-04-25 19:04:20 +00:00

4 KiB

Proxmox Installation Guide

System Requirements

The following table lists the minimum system requirements for installing Proxmox:

Item Requirement
CPU 64-bit processor (Intel or AMD) with Intel VT/AMD-V support
RAM 4 GB or more
Disk 32 GB or more free disk space

Installation Steps

1. Download Proxmox ISO

The first step is to download the Proxmox ISO file from the official website. Choose the appropriate ISO file for your server's architecture.

Proxmox Download

2. Create a Bootable USB Drive

Once you have downloaded the Proxmox ISO file, you need to create a bootable USB drive. You can use a tool like Rufus to create the bootable USB drive. Here is a quick guide:

  1. Insert the USB drive into your computer and launch Rufus.

  2. Rufus should automatically detect the USB drive. If not, select it from the Device dropdown.

  3. Select the Proxmox ISO file you downloaded earlier by clicking the SELECT button next to Boot selection.

  4. Leave the other settings as default and click START to begin creating the bootable USB drive.

Proxmox Rufus

3. Boot from the USB Drive

Insert the bootable USB drive into the server you want to install Proxmox on and turn it on. You may need to change the boot order in your BIOS to boot from the USB drive.

Proxmox Boot

4. Proxmox Installation

Once the server boots from the USB drive, you will see the Proxmox installation menu.

  1. At the first screen, select Install Proxmox VE and hit ENTER to begin the installation.

    Proxmox Installer Welcome Screen

  2. Click I agree button to accept the license agreement and continue the Proxmox installation.

    License Agreement

  3. Next, choose target hard drive to install Proxmox and click Next. The Proxmox installer will automatically partition the selected hard disk, install all required packages and finally make the system bootble from the hard disk.

    !!! note

     if you proceed all existing partitions and data will be lost.
    

    Choose Target Drive

  4. Next, choose your country location and timezone.

    Location and Time Zone

  5. Provide a password for the 'root' user and enter a valid email id.

    Administration Password and Email Address

  6. Enter Hostname, IP Address, Netmask, Gateway, and DNS.

    Network configuration

  7. The next page will show a summary of installation. Click Next to start Proxmox installation, or, simply click Previous button to go back and change the values accordingly.

    Proxmox Installation Summary

5. Access the Proxmox Web Interface

After the installation is complete, you can access the Proxmox web interface by opening a web browser and navigating to the IP address of your server on port 8006:

See Also

  • link:/wiki/Prepare_Installation_Media[Prepare Installation Media]

  • link:/wiki/Install_Proxmox_VE_on_Debian_Buster[Install Proxmox VE on Debian Buster]

  • link:/wiki/System_Requirements[System Requirements]

  • link:/wiki/Package_Repositories[Package Repositories]

  • link:/wiki/Host_System_Administration[Host System Administration]

  • link:/wiki/Network_Configuration[Network Configuration]

  • link:/wiki/Installation:_Tips_and_Tricks[Installation: Tips and Tricks]

endif::wiki[]