How to Remove the Proxmox VE Subscription Warning and Switch to No-Subscription Repository

How to Remove the Proxmox VE Subscription Warning Introduction If you don’t have a paid Proxmox subscription, you’ll see a warning about the Enterprise repository. This is normal for home labs, but you can easily switch to the free no-subscription repository and get rid of the alert. Steps to Fix the Warning Open the Proxmox APT sources file: nano /etc/apt/sources.list.d/pve-enterprise.list Disable the enterprise repository: Just add a # at the start of the line so it looks like this: ...

June 6, 2025 · 1 min · 165 words · vijay

Secure and Isolated Proxmox VE Homelab with Cloudflare Tunnel

Introduction This guide shows you how to set up a secure and flexible Proxmox VE homelab. You will: Isolate your VM network but keep internet access. Securely access the Proxmox web UI using Cloudflare Tunnel and custom DNS. Block direct IP access to the Proxmox UI. Prepare for adding more services in the future. Prerequisite Before you start, ensure you have: Already installed Proxmox VE on your machine. A basic understanding of Linux command line. A Cloudflare account with a domain set up (e.g., yourdomain.com). Example values we are going to use Assuming you have a Proxmox VE installation with the following network configuration: Note that these values are examples; you should replace them with your actual network settings. ...

June 6, 2025 · 4 min · 658 words · vijay