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