{"id":39686984,"url":"https://github.com/colapsid/pve-vm-info","last_synced_at":"2026-01-18T10:00:56.638Z","repository":{"id":244098631,"uuid":"814269582","full_name":"colapsid/pve-vm-info","owner":"colapsid","description":"Get list VMs from Proxmox server or Proxmox cluster","archived":false,"fork":false,"pushed_at":"2024-10-27T17:29:27.000Z","size":233,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-27T20:44:48.305Z","etag":null,"topics":["info","list","proxmox","proxmox-api","proxmoxer","vm"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/colapsid.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}},"created_at":"2024-06-12T17:06:10.000Z","updated_at":"2024-10-27T17:29:30.000Z","dependencies_parsed_at":"2024-06-12T23:11:29.606Z","dependency_job_id":"c8129a4e-14f8-4309-8a44-106a167a3e3a","html_url":"https://github.com/colapsid/pve-vm-info","commit_stats":null,"previous_names":["colapsid/pve-vm-info"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/colapsid/pve-vm-info","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colapsid%2Fpve-vm-info","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colapsid%2Fpve-vm-info/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colapsid%2Fpve-vm-info/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colapsid%2Fpve-vm-info/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/colapsid","download_url":"https://codeload.github.com/colapsid/pve-vm-info/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colapsid%2Fpve-vm-info/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28534203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["info","list","proxmox","proxmox-api","proxmoxer","vm"],"created_at":"2026-01-18T10:00:32.598Z","updated_at":"2026-01-18T10:00:56.630Z","avatar_url":"https://github.com/colapsid.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n## Proxmox VM list/search\n\n![img1](img1.png)\n\nThis simple python3 script may list VMs from Proxmox server or Proxmox cluster. Also may search VM by name, ip and id.\nIn search result it show VM details info. Script tested on Proxmox 7.4 and 8.2 version.\n\n### Setup\nScript depends from some packets. Run:\n```\npip3 install proxmoxer\npip3 install requests\npip3 install paramiko\npip3 install colorama\n```\nOr run:\n```\npip3 install -r requirements.txt\n```\n\n### Usage:\n```\nRun pve-vm-info.py with options:\n-s, --server    PVE hostname or IP\n-n, --vmname    Search by VM name\n-i, --vmid      Search by VM ID\n-a, --ipv4addr  Search by VM IPv4 address\n-u, --user      PVE user\n-p, --passwd    PVE password\n--ssl           Use secure connection, \u003cTrue|False\u003e\n-t, --template  Search VM templates too, \u003cTrue|False\u003e\n-e, --export    Export VMs list to csv file, \u003cTrue|False\u003e\n\nDo not mix [-n], [-i] and [-a] options\nUse [-e] without [-n], [-i] and [-a] options\n```\n\n### Environments vars:\n```\nPVE_VM_INFO_USER=username             - To set proxmox username@pam, username@pve\nPVE_VM_INFO_PASS=password             - To set proxmox password\nREQUESTS_CA_BUNDLE=/path/to/certs.crt - To use secure connection for 'requests'\n```\n\n### Examples:\n```\npve-vm-info.py -s pve1.example.lan -u root@pam -p YourP@ss\npve-vm-info.py -s pve1.example.lan -u admin@pam -p -t True\npve-vm-info.py -s pve1.example.lan -u viewer@pve -p YourP@ss -n VM1\npve-vm-info.py -s pve1.example.lan -u viewer@pve -p -i 100\npve-vm-info.py -s pve1.example.lan -a 192.168.1.2\npve-vm-info.py -s pve1.example.lan --ssl True -t True\npve-vm-info.py -s pve1.example.lan -e True\n```\n\n![img2](img2.png)\n![img3](img3.png)\n![img4](img4.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolapsid%2Fpve-vm-info","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcolapsid%2Fpve-vm-info","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolapsid%2Fpve-vm-info/lists"}