]> git.proxmox.com Git - pve-docs.git/blob - pvedaemon.adoc
buildsys: don't use rm -r on so many globs
[pve-docs.git] / pvedaemon.adoc
1 ifdef::manvolnum[]
2 pvedaemon(8)
3 ============
4 :pve-toplevel:
5
6 NAME
7 ----
8
9 pvedaemon - PVE API Daemon
10
11
12 SYNOPSIS
13 --------
14
15 include::pvedaemon.8-synopsis.adoc[]
16
17 DESCRIPTION
18 -----------
19 endif::manvolnum[]
20
21 ifndef::manvolnum[]
22 pvedaemon - Proxmox VE API Daemon
23 =================================
24 endif::manvolnum[]
25
26 This daemon exposes the whole {pve} API on `127.0.0.1:85`. It runs as
27 `root` and has permission to do all privileged 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[]