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