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