LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pvesubscription

Proxmox VE subscription key manager

TLDR

Show current subscription info
$ pvesubscription get
copy
Set a subscription key
$ pvesubscription set pveXc-xxxxxxxxxx
copy
Update subscription info from the server
$ pvesubscription update
copy
Force refresh even if local cache is valid
$ pvesubscription update --force
copy
Delete the subscription key from this node
$ pvesubscription delete
copy

SYNOPSIS

pvesubscription COMMAND [ARGS] [OPTIONS]

DESCRIPTION

pvesubscription manages the Proxmox VE subscription key on a node. A valid subscription enables access to the enterprise package repositories and official support channels. Without a subscription, nodes commonly use the free no-subscription repositories instead.The tool can install or remove a key, display current status, and refresh validation data from Proxmox servers. Offline key handling is reserved for internal use; for offline environments Proxmox documents separate offline mirror tooling.

PARAMETERS

get

Read subscription info for this node
set key
Set the Proxmox VE subscription key
update
Refresh subscription info from the license server
--force
With update: always contact the server even if the local cache is still valid
delete
Remove the subscription key from this node
help
Show help for pvesubscription or a subcommand

CAVEATS

Subscription keys are node-specific and should not be shared across unrelated machines. Removing a key or running without a subscription does not remove Proxmox VE itself, but enterprise repo access and support entitlements change. Always verify repository configuration after changing subscription status.

HISTORY

pvesubscription is part of the Proxmox VE administration CLI suite for managing commercial subscription licenses.

SEE ALSO

RESOURCES

Copied to clipboard
Kai