spice-server

Server implementation of the SPICE remote display protocol

brewmacoslinux
Try with needOr install directly
Source

About

Implements the server side of the SPICE protocol

Commands

spice-server

Examples

Start SPICE server listening on default port 5900$ spice-server --port 5900
Start SPICE server with SSL/TLS encryption enabled$ spice-server --port 5900 --ssl-cert /path/to/cert.pem --ssl-key /path/to/key.pem
Start SPICE server with custom password authentication$ spice-server --port 5900 --password mypassword