]> git.proxmox.com Git - pve-docs.git/blame_incremental - pvedaemon.adoc
qm: pct: mention move-disk for storage and reassign
[pve-docs.git] / pvedaemon.adoc
... / ...
CommitLineData
1ifdef::manvolnum[]
2pvedaemon(8)
3============
4:pve-toplevel:
5
6NAME
7----
8
9pvedaemon - PVE API Daemon
10
11
12SYNOPSIS
13--------
14
15include::pvedaemon.8-synopsis.adoc[]
16
17DESCRIPTION
18-----------
19endif::manvolnum[]
20
21ifndef::manvolnum[]
22pvedaemon - Proxmox VE API Daemon
23=================================
24endif::manvolnum[]
25
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.
28
29NOTE: The daemon listens to a local address only, so you cannot access
30it from outside. The `pveproxy` daemon exposes the API to the outside
31world.
32
33
34ifdef::manvolnum[]
35include::pve-copyright.adoc[]
36endif::manvolnum[]