]> git.proxmox.com Git - pve-docs.git/blame - pveproxy.adoc
add pveproxy man page
[pve-docs.git] / pveproxy.adoc
CommitLineData
96f2beeb
DM
1ifdef::manvolnum[]
2PVE({manvolnum})
3================
4include::attributes.txt[]
5
6NAME
7----
8
9pveproxy - PVE API Proxy Daemon
10
11
12SYNOPSYS
13--------
14
15include::pveproxy.8-synopsis.adoc[]
16
17DESCRIPTION
18-----------
19endif::manvolnum[]
20
21ifndef::manvolnum[]
22{pve} API Proxy Daemon
23================
24include::attributes.txt[]
25endif::manvolnum[]
26
27This daemon exposes the whole {pve} API on TCP port 8006 using
28HTTPS. It runs as user 'www-data' and has very limited permissions.
29Operation requiring more permissions are forwarded to the local
30'pvedaemon'.
31
32Request targeted for other nodes are automatically forwarded to that
33node. This means that you can manage your whole cluster by connecting
34to a single {pve} node.
35
36
37ifdef::manvolnum[]
38include::pve-copyright.adoc[]
39endif::manvolnum[]