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