proxmox-guest-agent

Execute commands and modify configurations in Proxmox VE VMs via QEMU guest agent.

Updated Oct 23, 2024
One-click install
npx skills add https://github.com/lenadlm/docker --skill proxmox-guest-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: proxmox-guest-agent
Source: https://github.com/lenadlm/docker/tree/main/hermes-skills/skills/netops/proxmox-guest-agent
Command: npx skills add https://github.com/lenadlm/docker --skill proxmox-guest-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines command execution and configuration management for Proxmox VE VMs using the QEMU guest agent, serial console, and monitor, enhancing system management and troubleshooting capabilities.

Core Features & Use Cases

  • Guest Agent Commands: Run commands inside VMs without SSH access.
  • Configuration Management: Modify VM configurations and track long-running operations.
  • Use Case: When you need to update the operating system of a VM that lacks SSH access, this Skill can be used to install updates and ensure the system remains secure.

Quick Start

Update the operating system of a Proxmox VM with the ID 123 using the 'proxmox-guest-agent' skill.

Frequently Asked Questions about proxmox-guest-agent

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

FAQPage Schema
How do I run commands inside a Proxmox VM without SSH access?

To run commands inside a Proxmox VM without SSH access, you can use the QEMU guest agent. This Skill manages command execution and configuration modifications directly through the guest agent, serial console, and monitor interfaces.

What is the QEMU guest agent used for in Proxmox VM management?

The QEMU guest agent in Proxmox VM management is used to facilitate communication between the host and guest. It enables executing commands, modifying configurations, and tracking operations inside VMs without requiring direct network access.

Can I update the operating system of a Proxmox VM if I lose network connectivity?

Yes, you can update the operating system of a Proxmox VM without network connectivity by using the guest agent. The Skill allows you to execute update commands inside the VM to install security patches and ensure system integrity.

Do I need specific permissions to manage VM configurations through the Proxmox guest agent?

Yes, managing VM configurations through the Proxmox guest agent requires specific permissions. You need access to the Proxmox host itself and the necessary VM permissions to execute commands and modify configurations.

How do I track long-running operations when modifying Proxmox VM configurations?

To track long-running operations when modifying Proxmox VM configurations, this Skill uses the QEMU guest agent to monitor the status. It manages the execution process and tracks operations until they complete inside the VM.