proxmox-admin

Automate Proxmox VE VM and container administration via qm and pct CLI.

6|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/bastos/skills --skill proxmox-admin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: proxmox-admin
Source: https://github.com/bastos/skills/tree/main/proxmox-admin
Command: npx skills add https://github.com/bastos/skills --skill proxmox-admin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates the day-to-day Proxmox VE administration tasks by providing a concise CLI-centric workflow for VM and container management, storage, networking, and clustering.

Core Features & Use Cases

  • VM lifecycle management with qm: create, start, stop, migrate, snapshot, and restore.
  • Container provisioning with pct: create, configure, start, stop, and clone.
  • Cluster and storage administration using pvecm, pvesh, and vzdump for backups and recovery.
  • Automation-ready workflows for provisioning, monitoring, and maintenance tasks across Proxmox hosts.

Quick Start

Install and set up your Proxmox CLI workflow to manage VMs and LXC containers from the command line.

Frequently Asked Questions about proxmox-admin

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

FAQPage Schema
How do I automate Proxmox VE administration tasks via the CLI?

You can automate Proxmox VE administration via the CLI using commands like qm for VM lifecycle management, pct for container provisioning, and pvecm for cluster orchestration to execute scriptable workflows.

What is the best way to manage VM lifecycles in Proxmox from the command line?

Manage VM lifecycles in Proxmox from the command line using the qm utility to create, start, stop, migrate, snapshot, and restore virtual machines with built-in command safeguards.

Can I use the pct command to provision and clone LXC containers on Proxmox?

Yes, you can use the pct command to provision and clone LXC containers on Proxmox, allowing you to create, configure, start, and stop container instances directly from the command line.

Does this CLI approach support cluster orchestration and storage configuration for Proxmox hosts?

Yes, this CLI approach supports cluster orchestration and storage configuration for Proxmox hosts by utilizing pvecm for cluster management and pvesh for storage administration across production and lab environments.

How do I handle backups and recovery for Proxmox VMs and containers using CLI tools?

Handle backups and recovery for Proxmox VMs and containers using the CLI by executing the vzdump utility to generate backup files and coordinate restoration tasks across your managed hosts.