Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 741 Bytes

README.md

File metadata and controls

51 lines (32 loc) · 741 Bytes

proxmox

Proxmox ⛑️

hookscripts

To set a hookscript, use:

pqm set <VMID> --hookscript local:snippets/<your script>

In where local:snippets/<script> is the path to the script located in /var/lib/vz/snippets/<your script>.

To remove a hookscript, use:

qm set <VMID> --delete hookscript

qm list will list all the VMs and their respective VMIDs.

change port in LXC container

Stop the ssh.socket service:

systemctl stop ssh.socket

then enable the sshd service:

systemctl enable ssh

finally, reboot

Containers

List available containers:

pveam available

Download a container:

pveam download local debian-12-standard_12.7-1_amd64.tar.zst