proxmox-admin

Administer Proxmox VE hosts to manage VMs, containers, storage, networking, and clusters.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/tDalile/dotfiles --skill proxmox-admin-tdalile
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: proxmox-admin
Source: https://github.com/tDalile/dotfiles/tree/main/agents/skills/proxmox-admin
Command: npx skills add https://github.com/tDalile/dotfiles --skill proxmox-admin-tdalile

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Managing Proxmox VE environments via the command line can be complex, requiring detailed knowledge of multiple tools for VMs, containers, storage, networking, and clustering.

Core Features & Use Cases

  • VM lifecycle: create, start, stop, snapshot, clone, and migrate virtual machines using qm.
  • Container management: provision and control LXC containers with pct.
  • Storage & networking: configure storage pools, manage bridges, and set up VLANs via pvesm and system files.
  • Cluster operations: create, join, and monitor Proxmox clusters using pvecm.
  • Backup & restore: automate backups with vzdump and restore processes for both VMs and containers.

Quick Start

Ask the proxmox-admin skill to create a new VM with ID 100 on the default node using standard storage.

Frequently Asked Questions about proxmox-admin

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Proxmox VE virtual machines from the command line?

You can manage Proxmox VE virtual machines from the command line using the qm utility to create, start, stop, snapshot, clone, and migrate VMs. This requires command-line access to a Proxmox node with appropriate privileges.

What is the best way to automate LXC container provisioning in Proxmox?

Automate LXC container provisioning in Proxmox using the pct command-line tool to provision and control containers. Use this skill to script and execute container lifecycle operations directly on the node.

Can I configure Proxmox storage pools and networking without the web GUI?

Yes, you can configure Proxmox storage pools and networking without the web GUI by using the pvesm CLI tool for storage and modifying system files for network bridges and VLANs.

How do I create and join a Proxmox cluster using CLI tools?

Create, join, and monitor Proxmox clusters using the pvecm command-line utility. This allows you to manage cluster operations directly from the node's command line without needing the web interface.

Do I need special privileges to run vzdump for Proxmox backups?

Yes, you need appropriate privileges to run vzdump for Proxmox backups. The command requires access to a Proxmox node with the necessary command-line utilities installed to automate backups and restore processes for VMs and containers.

Why use command line scripts instead of the GUI for Proxmox VE administration?

Using command line scripts instead of the GUI for Proxmox VE administration allows you to automate VM lifecycle operations, container management, storage, and networking tasks to handle complex workflows and repetitive configurations efficiently.