ProxMox
- Project Website: https://www.proxmox.com/en/
- Download: https://www.proxmox.com/en/downloads/proxmox-virtual-environment
Proxmox Virtual Environment is a complete open-source platform for enterprise virtualization. With the built-in web interface you can easily manage VMs and containers, software-defined storage and networking, high-availability clustering, and multiple out-of-the-box tools using a single solution.
Proxmox Helper Scripts
https://community-scripts.github.io/ProxmoxVE/
Quick Commands
All the random one off commands needed - regardless of level, location or useage
Adding a Sub Domain Configs to NGINX
This is the process I follow to add a site config to my NGINX reverse proxy server, which is Debi...
Allow SSH Logins to Debian LXC Containers
Once you get the container created and running: Edit the sshd_config file located at /etc/ssh/...
Reset LXC Password in the PVE
Login to the PVE, and open the shell, then execute the following (Replace the 200 with the actual...
Certbot & Let's Encrypt
The following is what I use to issue or renew (manually) Let's Encrypt certificates for my home l...
Linux Mail in Terminal
When logging into the terminal and you see the "You have mail" message, and want to delete the ma...
Update Timezone Data
Check Current TZ Data timedatectl Update TZ timedatectl set-timezone America/Phoenix List TZ ...
Datacenter
Datacenter level stuff within Proxmox
PVE
For the PVE level of Proxmox
Important File Locations
/etc/pve/authkey.pub Public key used by the ticket system /etc/pve/ceph.conf Ceph co...
Add Storage to the PVE
There are a lot of ways to attach storage to the PVE, and this document outlines how I did this w...
Container Update Script
The following is the LXC updater script from Proxmox VE Helper-Scripts. I've got it here should t...
ZFS RAM Limits
ZFS is known for its memory usage, as it leverages RAM for caching to improve performance. Specif...
Replace Drives in the ZPOOL
As of 01JAN2025, my Proxmox is using a ZPOOL for LXC storage. Probably not the best set up, but h...