Tested with:
- Debian 11
- Proxmox VE 7.4-3
- pve-kernel 5.15/6.2
This repository contains a convenient auto-install script for Proxmox VE, designed to streamline the installation process on Debian-based systems. The script automates several steps, including network configuration, repository setup, kernel installation, and optional package installation.
Before using this script, ensure that you have the following prerequisites installed:
- Curl:
sudo apt install curl -y
Copy and paste this into your terminal and run as the root user:
curl -s -L https://raw.githubusercontent.com/emilyastranova/proxmox-auto-install-script/refs/heads/main/install.sh > /tmp/install.sh && chmod +x /tmp/install.sh && /tmp/install.shIt will prompt for a reboot due to the kernel install. After you reboot, run the above command once more.
To install Proxmox VE using this auto-install script, follow these steps:
-
Get the script from GitHub:
curl -s -L https://raw.githubusercontent.com/emilyastranova/proxmox-auto-install-script/refs/heads/main/install.sh > /tmp/install.sh -
Make the
install.shscript executable:chmod +x /tmp/install.sh
-
Switch to the
rootuser if not already:su
-
Run the script:
/tmp/install.sh
The script will guide you through the installation process, prompting for necessary information and performing various configuration steps.
This project is licensed under the terms of the GNU General Public License (GNU GPL). See the LICENSE file for more details.
Please note that running scripts as root can have significant consequences on your system. Ensure that you understand the script's actions and review it carefully before executing it. It is recommended to have backups and test the script in a controlled environment before running it on a production system.
Contributions to this project are welcome. If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
This Proxmox Auto-Install Script is maintained by Emily Astranova.
This script is inspired by the need for a simplified and automated installation process for Proxmox VE. Special thanks to the Proxmox community for their support and valuable feedback.
If you encounter any issues while using this script, please report them on the GitHub Issues page.