• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to secondary sidebar
OpenTechTips

OpenTechTips

Short Guides for IT Professionals

MENUMENU
  • HOME
  • ALL TOPICS
    • Active Directory
    • Exchange
    • InfoSec
    • Linux
    • Networking
    • Scripting
      • PowerShell
    • SSL
    • Virtualization
    • Web
    • Tools
  • ABOUT
  • SUBSCRIBE
Home » Proxmox Update Unauthorized Issue Fix

Proxmox Update Unauthorized Issue Fix

March 27, 2022 - by Zsolt Agoston - last edited on March 27, 2022

Do you get the following error message when running apt update on your Proxmox server?

Proxmox Update Unauthorized Issue Fix

The likely cause is the instance is not licensed.

If you plan to use the free, community version of Proxmox, open the pve-enterprise.list file in the following location and change its content to this:

/etc/apt/sources.list.d/pve-enterprise.list

# OLD - remove this line:
deb https://enterprise.proxmox.com/debian/pve bullseye pve-enterprise

#NEW - add this new repo instead:
deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription

You'll see the apt update command succeeding next time you run it!

Proxmox Update Unauthorized Issue Fix

Reader Interactions

Community Questions Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar

Tools

Secondary Sidebar

  • Terms of Use
  • Disclaimer
  • Privacy Policy