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