]> git.proxmox.com Git - pmg-docs.git/blame - pmgsubscription.adoc
bump version to 5.0-8
[pmg-docs.git] / pmgsubscription.adoc
CommitLineData
b86ab490
DM
1ifdef::manvolnum[]
2pmgsubscription(1)
3==================
4:pmg-toplevel:
5
6NAME
7----
8
9pmgsubscription - Proxmox Mail Gateway Subscription Manager
10
11SYNOPSIS
12--------
13
14include::pmgsubscription.1-synopsis.adoc[]
15
16DESCRIPTION
17-----------
18endif::manvolnum[]
19
20ifndef::manvolnum[]
21pmgsubscription - Subscription Management
22=========================================
23endif::manvolnum[]
24
d2ae160b
DM
25{pmg} is free open software, and the company that developed it
26(Proxmox Server Solutions GmbH) offers {pricing-url}[support] in many
27ways, with different support channel, level and pricing.
28
29The tool `pmgsubscription` is used to handle {pmg}
30subscriptions. Please use the GUI or the `set` command to upload a new
31key:
32
33----
34# pmgsubscription set <key>
35----
36
37
38NOTE: Subscription keys are bound to specific servers ('Server ID'),
39so you can use them for exactly one server. Each server needs its own
40key.
41
42
43The `get` command is used to view the current subscription status:
44
45----
46# pmgsubscription get
47key: pmgc-xxxxxxxxxx
48level: c
49productname: Proxmox Mail Gateway Trial Subscription 1 year
50regdate: 2017-12-15 00:00:00
51serverid: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
52status: Active
53url: https://www.proxmox.com/en/proxmox-mail-gateway/pricing
54----
55
b86ab490
DM
56
57ifdef::manvolnum[]
58include::pmg-copyright.adoc[]
59endif::manvolnum[]