Skip to content

Instantly share code, notes, and snippets.

@haroldcris
Last active July 6, 2025 03:19
Show Gist options
  • Select an option

  • Save haroldcris/9323b645fe8edb1f13b90baee56f8141 to your computer and use it in GitHub Desktop.

Select an option

Save haroldcris/9323b645fe8edb1f13b90baee56f8141 to your computer and use it in GitHub Desktop.
Install this script right after fresh install of ProxMox
# for 2025
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/post-pve-install.sh)"
## old version
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/post-pve-install.sh)"
@haroldcris
Copy link
Author

haroldcris commented Aug 6, 2023

How to Increase Storage:
Click Data Center-> Storage -> remove local-lvm

lvremove /dev/pve/data

next

lvresize -l +100%FREE /dev/pve/root

resize2fs /dev/mapper/pve-root

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment