Skip to content

emilyastranova/proxmox-auto-install-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Proxmox Auto-Install Script

License Debian version pve-kernel pve-version

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.

Prerequisites

Before using this script, ensure that you have the following prerequisites installed:

  • Curl: sudo apt install curl -y

Quick Start

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.sh

It will prompt for a reboot due to the kernel install. After you reboot, run the above command once more.

Installation

To install Proxmox VE using this auto-install script, follow these steps:

  1. 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
  2. Make the install.sh script executable:

    chmod +x /tmp/install.sh
  3. Switch to the root user if not already:

    su
  4. Run the script:

    /tmp/install.sh

The script will guide you through the installation process, prompting for necessary information and performing various configuration steps.

License

This project is licensed under the terms of the GNU General Public License (GNU GPL). See the LICENSE file for more details.

Disclaimer

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

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.

Author

This Proxmox Auto-Install Script is maintained by Emily Astranova.

Acknowledgments

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.

About

Automated installation script for Proxmox VE on Debian-based systems.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages