5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-01-03 01:17:49 +03:00
pve-docs/spiceproxy.adoc

48 lines
1.1 KiB
Plaintext

ifdef::manvolnum[]
spiceproxy(8)
=============
:pve-toplevel:
NAME
----
spiceproxy - SPICE Proxy Service
SYNOPSIS
--------
include::spiceproxy.8-synopsis.adoc[]
DESCRIPTION
-----------
endif::manvolnum[]
ifndef::manvolnum[]
spiceproxy - SPICE Proxy Service
================================
endif::manvolnum[]
http://www.spice-space.org[SPICE] (the Simple Protocol for Independent
Computing Environments) is an open remote computing solution,
providing client access to remote displays and devices (e.g. keyboard,
mouse, audio). The main use case is to get remote access to virtual
machines and container.
This daemon listens on TCP port 3128, and implements an HTTP proxy to
forward 'CONNECT' request from the SPICE client to the correct {pve}
VM. It runs as user `www-data` and has very limited permissions.
Host based Access Control
-------------------------
It is possible to configure "apache2" like access control
lists. Values are read from file `/etc/default/pveproxy`.
See `pveproxy` documentation for details.
ifdef::manvolnum[]
include::pve-copyright.adoc[]
endif::manvolnum[]