]> git.proxmox.com Git - pve-docs.git/blame - spiceproxy.adoc
do not set toplevel attribute for default env
[pve-docs.git] / spiceproxy.adoc
CommitLineData
2d8f1c92 1ifdef::manvolnum[]
f1587b9e
DM
2spiceproxy(8)
3=============
2d8f1c92 4include::attributes.txt[]
5377af6a 5:pve-toplevel:
2d8f1c92
DM
6
7NAME
8----
9
10spiceproxy - SPICE Proxy Service
11
12
49a5e11c 13SYNOPSIS
2d8f1c92
DM
14--------
15
16include::spiceproxy.8-synopsis.adoc[]
17
18DESCRIPTION
19-----------
20endif::manvolnum[]
21
22ifndef::manvolnum[]
e8b392d3
FG
23spiceproxy - SPICE Proxy Service
24================================
2d8f1c92
DM
25include::attributes.txt[]
26endif::manvolnum[]
27
28http://www.spice-space.org[SPICE] (the Simple Protocol for Independent
29Computing Environments) is an open remote computing solution,
30providing client access to remote displays and devices (e.g. keyboard,
31mouse, audio). The main use case is to get remote access to virtual
32machines and container.
33
34This daemon listens on TCP port 3128, and implements an HTTP proxy to
35forward 'CONNECT' request from the SPICE client to the correct {pve}
8c1189b6 36VM. It runs as user `www-data` and has very limited permissions.
2d8f1c92
DM
37
38
39Host based Access Control
40-------------------------
41
42It is possible to configure "apache2" like access control
8c1189b6
FG
43lists. Values are read from file `/etc/default/pveproxy`.
44See `pveproxy` documentation for details.
2d8f1c92
DM
45
46
47ifdef::manvolnum[]
48include::pve-copyright.adoc[]
49endif::manvolnum[]