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