Skip to content

Proxmox

Francesc Guasch edited this page Dec 5, 2018 · 1 revision

Random thoughts and notes about integration of Ravada and Proxmox

Rest API

https://pve.proxmox.com/wiki/Proxmox_VE_API

some options or function will not be accessible

SPICE

for VMs having spice increase memory video and add the sound with proxmox add to the front line of your proxmox vm configuration file can be found here: /etc/pve/qemu-server/.conf

add this line in first line and it's work args: -global qxl-vga.ram_size=134217728 -global qxl-vga.vram_size=134217728 -global qxl-vga.vgamem_mb=32 -device AC97,addr=0x18

CLI

There is a command line tool called 'pvesh' which exposes the whole REST API.

Perl

apiclient : apt-get install libpve-apiclient-perl Available in the Proxmox Repositories

Clone this wiki locally