Post

Proxmox CLI "Important File/Dir Path"

1
/etc/pve/authkey.pub    # Public key used by the ticket system
1
/etc/pve/ceph.conf      # Ceph configuration file (note: /etc/ceph/ceph.conf is a symbolic link to this)
1
/etc/pve/corosync.conf  # Corosync cluster configuration file (prior to Proxmox VE 4.x, this file was called cluster.conf)
1
/etc/pve/datacenter.cfg     #Proxmox VE data center-wide configuration (keyboard layout, proxy, …)
1
/etc/pve/domains.cfg       # Proxmox VE authentication domains
1
/etc/pve/firewall/cluster.fw    # Firewall configuration applied to all nodes
1
/etc/pve/firewall/<NAME>.fw     # Firewall configuration for individual nodes
1
/etc/pve/firewall/<VMID>.fw     # Firewall configuration for VMs and containers
1
/etc/pve/ha/crm_commands        # Displays HA operations that are currently being carried out by the CRM
1
/etc/pve/ha/manager_status      # JSON-formatted information regarding HA services on the cluster
1
/etc/pve/ha/resources.cfg       # Resources managed by high availability, and their current state
1
/etc/pve/nodes/<NAME>/config      # Node-specific configuration
1
/etc/pve/nodes/<NAME>/lxc/<VMID>.conf   # VM configuration data for LXC containers
1
/etc/pve/nodes/<NAME>/openvz/   # Prior to PVE 4.0, used for container configuration data (deprecated, removed soon)
1
/etc/pve/nodes/<NAME>/pve-ssl.key       # Private SSL key for pve-ssl.pem
1
/etc/pve/nodes/<NAME>/pve-ssl.pem       # Public SSL certificate for web server (signed by cluster CA)
1
/etc/pve/nodes/<NAME>/pveproxy-ssl.key      # Private SSL key for pveproxy-ssl.pem (optional)
1
/etc/pve/nodes/<NAME>/pveproxy-ssl.pem      # Public SSL certificate (chain) for web server (optional override for pve-ssl.pem)
1
/etc/pve/nodes/<NAME>/qemu-server/<VMID>.conf       # VM configuration data for KVM VMs
1
/etc/pve/priv/authkey.key       # Private key used by ticket system
1
/etc/pve/priv/authorized_keys       # SH keys of cluster members for authentication
1
/etc/pve/priv/ceph*         # Ceph authentication keys and associated capabilities
1
/etc/pve/priv/known_hosts      # SSH keys of the cluster members for verification
1
/etc/pve/priv/lock/*           # Lock files used by various services to ensure safe cluster-wide operations
1
/etc/pve/priv/pve-root-ca.key       # Private key of cluster CA
1
/etc/pve/priv/shadow.cfg        # Shadow password file for PVE Realm users
1
/etc/pve/priv/storage/<STORAGE-ID>.pw       # Contains the password of a storage in plain text
1
/etc/pve/priv/tfa.cfg       # Base64-encoded two-factor authentication configuration
1
/etc/pve/priv/token.cfg	    # API token secrets of all tokens
1
/etc/pve/pve-root-ca.pem    # Public certificate of cluster CA
1
/etc/pve/pve-www.key        # Private key used for generating CSRF tokens
1
/etc/pve/sdn/*              # Shared configuration files for Software Defined Networking (SDN)
1
/etc/pve/status.cfg         # Proxmox VE external metrics server configuration
1
/etc/pve/storage.cfg        # Proxmox VE storage configuration
1
/etc/pve/user.cfg           # Proxmox VE access control configuration (users/groups/…)
1
/etc/pve/virtual-guest/cpu-models.conf      # For storing custom CPU models
1
/etc/pve/vzdump.cron        # Cluster-wide vzdump backup-job schedule
This post is licensed under CC BY 4.0 by the author.