Changing an Existing Subscription Key to Another Subscription Key

devleti

New Member
Jul 2, 2025
2
0
1
Hi,

Could you please confirm whether my understanding below is correct?
  • To replace an existing Proxmox subscription with another subscription key, only the subscription key needs to be updated.
    1. GUI
      1. Click Subscription on the node where you want to change the license.
      2. Click Remove Subscription.
      3. Click Upload Subscription Key and enter the new subscription key.
    2. CLI
      Code:
      pvesubscription delete
      pvesubscription set <new subscription key>
      pvesubscription update
      pvesubscription get
  • No changes to the Enterprise Repository settings are required if the server is already using the Enterprise Repository.
  • Repository changes are only necessary when switching from No-Subscription to Enterprise Repository.
Thank you in advance.
 
Last edited:
Yes, your understanding is correct.
If for whatever reason the new subscription didnt get replaced correctly, you can attempt with --force option:
pvesubscription update --force