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