proxmox

Coordinate Proxmox VM and LXC lifecycle, clustering, and storage operations.

7|Updated Nov 23, 2025
One-click install
npx skills add https://github.com/poindexter12/waypoint --skill proxmox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: proxmox
Source: https://github.com/poindexter12/waypoint/tree/main/technologies/skills/proxmox
Command: npx skills add https://github.com/poindexter12/waypoint --skill proxmox

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Proxmox VE infrastructure often requires coordinated management of VMs, Linux containers (LXC), clustering, storage, and integration with Terraform/Ansible. This skill provides a consolidated reference and actionable workflows to streamline operations across nodes and avoid manual, disjointed tasks.

Core Features & Use Cases

  • VM management with qm: list, status, start, stop, configure.
  • Container management with pct: list, status, start, stop, enter.
  • Cluster management with pvecm: status, nodes, add, delnode, expected votes.
  • Integration patterns: Terraform/Ansible for provisioning and automation.
  • Use case: plan and deploy a small HA cluster with shared storage and scripted backups.

Quick Start

Use the proxmox skill to perform a basic multi-node VM provisioning workflow: connect to your Proxmox node, create a VM with qm, and verify operations with pct and pvecm.

Frequently Asked Questions about proxmox

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

FAQPage Schema
How do I manage Proxmox VMs and LXC containers across multiple cluster nodes?

You can manage Proxmox VMs and LXC containers across a multi-node cluster using qm and pct commands. This covers lifecycle operations like start, stop, status, and configuration with safety checks and validation.

What is the best way to coordinate Proxmox cluster operations and high availability workflows?

The best way to coordinate Proxmox cluster operations is using pvecm for status, nodes, and expected votes. This ensures consistent multi-node lifecycle management and validated HA configurations.

Can I use Terraform and Ansible for Proxmox VM provisioning and automation?

Yes, Proxmox VM provisioning and automation supports integration with Terraform and Ansible. These tools provide integration patterns for scripting deployments and automating multi-node infrastructure orchestration.

How do I deploy a small Proxmox HA cluster with shared storage and scripted backups?

Deploying a small Proxmox HA cluster with shared storage and scripted backups involves planned end-to-end orchestration using qm, pct, and pvecm. This includes safety checks, validation, and coordinated lifecycle operations across nodes.

Does Proxmox container management support entering an LXC container directly from the command line?

Yes, Proxmox container management with pct supports entering an LXC container directly. The pct command provides list, status, start, stop, and enter operations for Linux containers across the cluster.

What are the limitations of managing Proxmox environments without coordinated lifecycle operations?

Managing Proxmox environments without coordinated lifecycle operations leads to manual, disjointed tasks across nodes. Consolidated reference workflows and safety checks are needed to avoid inconsistent VM, LXC, and cluster states.