]> git.proxmox.com Git - pmg-docs.git/blobdiff - pmgsubscription.adoc
installation: fix codeblock rendering in zfs performance tips section
[pmg-docs.git] / pmgsubscription.adoc
index 91ebba49730e7b9db3d39d1cac33380e4d2c06b9..0956856bda6c717415242fd9b0b774452b12db1e 100644 (file)
@@ -1,3 +1,4 @@
+[[chapter_pmgsubscription]]
 ifdef::manvolnum[]
 pmgsubscription(1)
 ==================
@@ -22,7 +23,37 @@ pmgsubscription - Subscription Management
 =========================================
 endif::manvolnum[]
 
-This tool is used to handle {pmg} subscriptions.
+{pmg} is free and open-source software. The company that develops it
+({proxmoxGmbh}) offers {pricing-url}[support] in many
+ways, with different support channels, levels, and pricing.
+
+The tool `pmgsubscription` is used to handle {pmg}
+subscriptions. Please use the GUI or the `set` command to upload a new
+key:
+
+----
+# pmgsubscription set <key>
+----
+
+
+NOTE: Subscription keys are bound to specific servers ('Server ID'),
+so you can use them for exactly one server. Each server needs its own
+key.
+
+
+The `get` command is used to view the current subscription status:
+
+----
+# pmgsubscription get
+key: pmgc-xxxxxxxxxx
+level: c
+productname: Proxmox Mail Gateway Trial Subscription 1 year
+regdate: 2017-12-15 00:00:00
+serverid: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+status: Active
+url: https://www.proxmox.com/en/proxmox-mail-gateway/pricing
+----
+
 
 ifdef::manvolnum[]
 include::pmg-copyright.adoc[]