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