[TUTORIAL] Proxmox VE Installer on Debian 12 Bookworm

mathewalves

New Member
Mar 2, 2024
4
2
3
Brazil
I've developed a script that streamlines the Proxmox installation process atop Debian 12 (Bookworm).
You can access to contribute or for more information in this Github Repository

Requirements​

- Installed Debian 12 Bookworm
- Superuser permissions
su root
- Installed Git
apt install git
- (Important) Clone the repository from the directory:
cd /

Usage Instructions​


1. Clone the repository to your Debian 12 system.
Bash:
# With git already installed on your machine, clone the repository
git clone https://github.com/mathewalves/Proxmox-Debian12.git

# Access the downloaded folder with the 'cd' command
cd /Proxmox-Debian12

# Give execution permission to the setup
chmod +x ./setup

3. Run the setup.
Bash:
./setup

From there, just follow the proxmox script installation setup

Note: This script is designed to run on a Debian 12 bookworm system.

Features​

  1. Proxmox Installation: The script automatically installs Proxmox on the Debian 12 base.
  2. Additional Packages: These additional packages are installed to enhance the user experience and provide useful tools for the system and Proxmox environment.
  3. Bridge Creation: Facilitates network configuration by creating a bridge named vmbr0. You can choose to configure manually or use DHCP.

    Acknowledgments​


    If you come across any improvements or would like to contribute, feel free to create a pull request. Your contributions are welcome to enhance this script.

    We appreciate your participation in the community and your contribution to the ongoing development of this script.

    Enjoy Proxmox!
 
Last edited:
It would be way more useful to have an Ansible roles to roll out PBS and PVE; for the latter, an option to also create a cluster would be nice.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!