Proxmox VE Integration
Manage virtual machines and containers.
Overview
SlimRMM provides native Proxmox VE integration for managing virtualized infrastructure.
Requirements
- SlimRMM agent installed on Proxmox host
- Agent must run as root
- API access to Proxmox (automatic detection)
Features
VM Management
- View all VMs and containers
- Start/Stop/Restart operations
- Live monitoring
- Snapshot management
Container Management
- LXC container control
- Resource monitoring
- Quick console access
Setup
Install agent on Proxmox host:
bashsudo ./slimrmm-agent --install \ --server https://your-server.com \ --token YOUR_TOKENAgent auto-detects Proxmox environment
VMs/containers appear in dashboard
Operations
Start VM
http
POST /api/v1/agents/{uuid}/proxmox/{vmid}/startStop VM
http
POST /api/v1/agents/{uuid}/proxmox/{vmid}/stopRestart VM
http
POST /api/v1/agents/{uuid}/proxmox/{vmid}/restartCreate Snapshot
http
POST /api/v1/agents/{uuid}/proxmox/{vmid}/snapshot
Content-Type: application/json
{
"name": "pre-update-snapshot",
"description": "Before system update"
}Monitoring
Proxmox-specific metrics:
- CPU allocation and usage
- Memory allocation and usage
- Disk I/O
- Network throughput
- VM/Container status