Skip to content

Latest commit

 

History

History
60 lines (51 loc) · 3.19 KB

README.md

File metadata and controls

60 lines (51 loc) · 3.19 KB

Proxmox VE Helper-Scripts

Website | Contribute | Guides | Changelog | Support


Caution

Be cautious of copycat or coat-tailing sites that exploit the project's popularity with potentially malicious intent. Please only trust information from https://Helper-Scripts.com/ or https://tteck.github.io/Proxmox/.

These scripts empower users to create a Linux container or virtual machine interactively, providing choices for both simple and advanced configurations. The basic setup adheres to default settings, while the advanced setup gives users the ability to customize these defaults.

Options are displayed to users in a dialog box format. Once the user makes their selections, the script collects and validates their input to generate the final configuration for the container or virtual machine.

Be cautious and thoroughly evaluate scripts and automation tasks obtained from external sources. Read more

Proxmox® is a registered trademark of Proxmox Server Solutions GmbH.

Disclaimer

This fork aims to add support for Nvidia GPU. The scripts are not guaranteed to work with every hardware, but they have been tested with the following hardware:

  • CPU: AMD Ryzen 5 3600
  • Compute GPU (LXC): Nvidia T600
  • Gaming GPU (VM): Nvidia RTX 2060
  • Motherboard: Asrock B450M Pro4-F
  • RAM: 2x16GB HyperX (non ECC)

Extra scripts

Here's a shortlist of scripts/apps that did not get merged upstream (tteck) for various reasons:

Deploying services

To create a new LXC/VM, run the following command directly on the host:

bash -c "$(wget -qLO - https://github.com/remz1337/Proxmox/raw/remz/ct/<app>.sh)"

and replace <app> by the service you wish to deploy, eg. .../remz/ct/frigate.sh)

Updating services

To update an existing LXC/VM, run the same command used to create the machine but inside it (not on the host). Easiest way it to log in from the host using the pct enter command with the machine ID (eg. 100, 101...) :

pct enter <ID>
bash -c "$(wget -qLO - https://github.com/remz1337/Proxmox/raw/remz/ct/<app>.sh)"