]> git.proxmox.com Git - pve-docs.git/blob - pvedaemon.adoc
minor cleanups, use {pve} instead of {PVE}
[pve-docs.git] / pvedaemon.adoc
1 ifdef::manvolnum[]
2 PVE({manvolnum})
3 ================
4 include::attributes.txt[]
5
6 NAME
7 ----
8
9 pvedaemon - PVE API Daemon
10
11 SYNOPSYS
12 --------
13
14 include::pvedaemon.8-synopsis.adoc[]
15
16 DESCRIPTION
17 -----------
18 endif::manvolnum[]
19
20 ifndef::manvolnum[]
21 {pve} API Daemon
22 ==============================
23 include::attributes.txt[]
24 endif::manvolnum[]
25
26 This 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
29 NOTE: The daemon listens to a local address only, so you cannot access
30 it from outside. The 'pveproxy' daemon exposes the API to the outside
31 world.
32
33
34 ifdef::manvolnum[]
35 include::pve-copyright.adoc[]
36 endif::manvolnum[]