]> git.proxmox.com Git - pve-docs.git/blob - pvedaemon.adoc
asciidoc-pve.in: add some real functionality
[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
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 include::attributes.txt[]
25 endif::manvolnum[]
26
27 This daemon exposes the whole {pve} API on `127.0.0.1:85`. It runs as
28 `root` and has permission to do all privileged operations.
29
30 NOTE: The daemon listens to a local address only, so you cannot access
31 it from outside. The `pveproxy` daemon exposes the API to the outside
32 world.
33
34
35 ifdef::manvolnum[]
36 include::pve-copyright.adoc[]
37 endif::manvolnum[]