Terminal UI for bulk managing Proxmox VMs.
- Bulk VM operations
- dialog TUI
- color status indicators
- node-aware
- template detection
nix-shell -p dialog jqsudo apt install dialog jqgit clone https://github.com/gallbotond/pve-manager
cd pve-manager
chmod +x bin/pve-managerCopy the example config:
cp config/proxmox.env.example ~/.config/pve-manager/proxmox.env
Edit:
API_URL=
TOKEN_ID=
TOKEN_SECRET=pve-manager- shutdown
- stop
- suspend
- delete
Uses Proxmox API tokens.
MIT
