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>