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