{"id":26166078,"url":"https://github.com/dexon18/proxmox-tool-suite","last_synced_at":"2026-05-07T18:06:19.150Z","repository":{"id":281512169,"uuid":"945504415","full_name":"DeXon18/Proxmox-Tool-Suite","owner":"DeXon18","description":"A Bash script for simplifying Proxmox VE management. This tool offers an interactive menu to handle LXC container tasks (delete, update, clean, trim, and configure bind mounts) and system maintenance (package updates, kernel cleanup). Designed for efficiency and ease of use, it’s customizable to fit your Proxmox environment.","archived":false,"fork":false,"pushed_at":"2025-03-09T15:38:56.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-02T05:55:04.000Z","etag":null,"topics":["automation","bash-script","bash-script-helper","bind-mount","container-management","kernel-cleanup","linux","lxc","lxc-containers","proxmox","proxmox-ve","system-administration","tools","virtualization"],"latest_commit_sha":null,"homepage":"https://dxpro.es","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DeXon18.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-09T15:27:15.000Z","updated_at":"2025-05-19T08:11:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"b555ff0e-c94f-49e6-bcd0-b094cca8b9da","html_url":"https://github.com/DeXon18/Proxmox-Tool-Suite","commit_stats":null,"previous_names":["dexon18/proxmox-tool-suite"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DeXon18/Proxmox-Tool-Suite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeXon18%2FProxmox-Tool-Suite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeXon18%2FProxmox-Tool-Suite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeXon18%2FProxmox-Tool-Suite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeXon18%2FProxmox-Tool-Suite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DeXon18","download_url":"https://codeload.github.com/DeXon18/Proxmox-Tool-Suite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeXon18%2FProxmox-Tool-Suite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32749631,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","bash-script","bash-script-helper","bind-mount","container-management","kernel-cleanup","linux","lxc","lxc-containers","proxmox","proxmox-ve","system-administration","tools","virtualization"],"created_at":"2025-03-11T16:28:36.134Z","updated_at":"2026-05-07T18:06:19.145Z","avatar_url":"https://github.com/DeXon18.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Proxmox Tool Suite\n\nA Bash script designed to simplify common management tasks for Proxmox VE, focusing on LXC containers and system maintenance. This tool provides an interactive menu with options to delete, update, clean, trim, and configure bind mounts for LXC containers, as well as perform system-level updates and cleanup.\n\n## Features\n\n### LXC Management\n- **Delete LXC Containers** (`🚫`): Remove selected LXC containers manually or automatically.\n- **Update LXC Containers** (`🔄`): Update packages in LXC containers based on their OS (supports Alpine, Arch, Fedora, Ubuntu/Debian, OpenSUSE, etc.).\n- **Clean LXC Containers** (`🧹`): Remove unused packages, clear cache, and refresh package lists in LXC containers (Debian/Ubuntu only).\n- **Run fstrim on LXC Containers** (`💾`): Execute `fstrim` to reclaim unused space in LXC containers.\n- **Configure Bind Mount on LXC Containers** (`🔗`): Add or update a bind mount (e.g., for shared storage) in selected LXC containers.\n\n### System Maintenance\n- **Update Package List** (`📥`): Run `apt update` on the Proxmox host.\n- **Update Full System** (`⬆️`): Run `apt update \u0026\u0026 apt upgrade` on the Proxmox host.\n- **Clean System** (`🗑️`): Run `apt autoremove` and `apt autoclean` to clean up the Proxmox host.\n- **Clean Old Kernels** (`⚙️`): Remove unused Proxmox kernels and update GRUB.\n\n## Requirements\n- Proxmox VE installed.\n- Root privileges (run with `sudo`).\n- `whiptail` installed for interactive menus (usually included in Proxmox).\n\n## Installation\n1. Download the script:\n   ```bash\n   wget https://raw.githubusercontent.com/YOUR_USERNAME/proxmox-tool-suite/main/proxmox-tools.sh\n\n# Proxmox Tool Suite\n\nA Bash script for managing Proxmox VE LXC containers and system tasks.\n\n## Installation\n\n### Make it executable:\n\n```\nchmod +x proxmox-tools.sh\n```\n\n### (Optional) Create an alias for easier access:\n\n```\necho \"alias ptools='sudo /path/to/proxmox-tools.sh'\" \u003e\u003e ~/.bashrc\nsource ~/.bashrc\n```\n\n## Usage\n\nRun the script:\n\n```\nsudo ./proxmox-tools.sh\n```\n\nOr with the alias:\n\n```\nptools\n```\n\nSelect an option from the menu using numbers (0-9). Follow the prompts to complete each task. The script returns to the menu after each operation; use `0` to exit.\n\n## Configuration Notes\n\n### Bind Mount Configuration (`HOST_DIR`):\n\nThe `configure_bind_mount` function uses a default `HOST_DIR` set to `/mnt/multimedia`. This must match an existing directory on your Proxmox host where your storage is mounted (e.g., `/mnt/ssd/storage`, `/media/data`, etc.).\n\nTo find your mount point, run:\n\n```\ndf -h\n```\n\nAnd adjust `HOST_DIR` in the script:\n\n```\nHOST_DIR=\"/your/mount/point\"\n```\n\nExample: If your storage is at `/mnt/storage`, edit line ~300 in `proxmox-tools.sh` to:\n\n```\nHOST_DIR=\"/mnt/storage\"\n```\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Contributing\n\nFeel free to submit issues or pull requests to improve this tool!\n\n## Acknowledgments\n\nInspired by various Proxmox community scripts and enhanced with additional functionality.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdexon18%2Fproxmox-tool-suite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdexon18%2Fproxmox-tool-suite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdexon18%2Fproxmox-tool-suite/lists"}