Categories
Tech

Proxmox HTTPS 8006 Redirect

SSH to the host and run the command below. This will NAT traffic on port 443 to 8006. You can change these numbers for different ports if needed. iptables -t nat -A PREROUTING -p tcp --dport 443 -j REDIRECT --to-ports 8006 This will not persist after a reboot. You can install iptables-persistent to keep the […]

Categories
Tech

Move VMs Between Proxmox Hosts with Shared Storage

📋 How to move VMs without clustering hosts

Categories
Tech

Proxmox (PVE) clone failed cfs-lock error

qm unlock < VM ID >

Categories
Tech

Ansible "Failed to create temporary directory" Error with Windows using SSH

Create c:\temp and add the vars in the post

Categories
Tech

Mount Synology NFS Share in Proxmox

How to mount a Synology share in Proxmox using NFS

Categories
Tech

Moving VMs from ESXi to Proxmox

Turn your VMDK into QCOW2 🐄

Categories
Tech

Manually update ESXi (SSH / console)

Steps to patch an ESXi host manually without VUM

Categories
Tech

Nginx SSL Reverse Proxy

Short version sudo apt install nginx -y Create a .conf file in /etc/nginx/conf.d/ See full config section for template sudo nginx -t sudo systemctl reload nginx The example in this post uses test.acceptdefaults.com running nginx 1.18.0 on Ubuntu 22.04. You may need to change commands/paths based on your distro. Install Update system sudo apt update […]

Categories
Tech

How to use SSH keys

How to create, store and connect with SSH keys.

Categories
Tech

Secure erase an SSD

This post covers secure erasing a drive with hdparm.