]> git.proxmox.com Git - pve-docs.git/blame - pvedaemon.adoc
build: refactor build process
[pve-docs.git] / pvedaemon.adoc
CommitLineData
9ddb9dc3 1ifdef::manvolnum[]
f1587b9e
DM
2pvedaemon(8)
3============
5377af6a 4:pve-toplevel:
9ddb9dc3
DM
5
6NAME
7----
8
9pvedaemon - PVE API Daemon
10
6b295b6e 11
49a5e11c 12SYNOPSIS
9ddb9dc3
DM
13--------
14
15include::pvedaemon.8-synopsis.adoc[]
16
17DESCRIPTION
18-----------
19endif::manvolnum[]
20
21ifndef::manvolnum[]
e8b392d3
FG
22pvedaemon - Proxmox VE API Daemon
23=================================
9ddb9dc3
DM
24endif::manvolnum[]
25
8c1189b6
FG
26This 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.
9ddb9dc3
DM
28
29NOTE: The daemon listens to a local address only, so you cannot access
8c1189b6 30it from outside. The `pveproxy` daemon exposes the API to the outside
9ddb9dc3
DM
31world.
32
33
34ifdef::manvolnum[]
35include::pve-copyright.adoc[]
36endif::manvolnum[]