]> git.proxmox.com Git - pve-docs.git/blame_incremental - pvedaemon.adoc
add pvedaemon man page
[pve-docs.git] / pvedaemon.adoc
... / ...
CommitLineData
1ifdef::manvolnum[]
2PVE({manvolnum})
3================
4include::attributes.txt[]
5
6NAME
7----
8
9pvedaemon - PVE API Daemon
10
11SYNOPSYS
12--------
13
14include::pvedaemon.8-synopsis.adoc[]
15
16DESCRIPTION
17-----------
18endif::manvolnum[]
19
20ifndef::manvolnum[]
21{pve} API Daemon
22==============================
23include::attributes.txt[]
24endif::manvolnum[]
25
26This daemom exposes the whole {PVE} API on 127.0.0.1:85. It runs as
27'root' and has permission to do all priviledged operations.
28
29NOTE: The daemon listens to a local address only, so you cannot access
30it from outside. The 'pveproxy' daemon exposes the API to the outside
31world.
32
33
34ifdef::manvolnum[]
35include::pve-copyright.adoc[]
36endif::manvolnum[]