Proxmox Useful Commands

Here are some useful commands for managing a Proxmox server and containers:

  • List containers: pct list
  • Listing the configuration of a container: pct config <ContainerID>
  • Finding the storage device for a container: pvesm path <RootFSName>
  • If you need to fix permissions in container folders or files:
    • Mount the device for rootfs in host, fix it in host, unmount
  • Resize rootfs storage size for a container: pct resize <ContainerID> rootfs <NewSize>

Leave a Reply

Your email address will not be published. Required fields are marked *