VNC Driver
jumpstarter-driver-vnc provides functionality for interacting with VNC servers. It allows you to create a secure, tunneled VNC session in your browser.
Installation
pip3 install --extra-index-url https://pkg.jumpstarter.dev/simple/ jumpstarter-driver-vnc
Configuration
The VNC driver is a composite driver that requires a TCP child driver to establish the underlying network connection. The TCP driver should be configured to point to the VNC server's host and port, which is often 127.0.0.1 from the perspective of the Jumpstarter server.
Example exporter.yaml configuration:
export:
vnc:
type: jumpstarter_driver_vnc.driver.Vnc
# You can set the default encryption behavior for the `j vnc session` command.
# If not set, it defaults to False (unencrypted).
default_encrypt: false
children:
tcp:
type: jumpstarter_driver_network.driver.TcpNetwork
config:
host: "127.0.0.1"
port: 5901 # Default VNC port for display :1
API Reference
.. autoclass:: jumpstarter_driver_vnc.driver.Vnc()
Release files for jumpstarter-driver-vnc 0.9.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| jumpstarter_driver_vnc-0.9.0.tar.gz | 5.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| jumpstarter_driver_vnc-0.9.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 11.0 kB
Release files / jumpstarter_driver_vnc-0.9.0.tar.gz
| Download URL | jumpstarter_driver_vnc-0.9.0.tar.gz |
|---|---|
| Size | 5.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
250add88fb71a1154626996ccc51b4834a9ff6865ae771af9acaf1478b55923e
|
|
BLAKE2b-256 checksum How to use checksums |
1ebd78b6ed47b3eca5fbfa9943b78d20abe35443ece7442b47261f747f70d7bc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.8.22
|
Release files / jumpstarter_driver_vnc-0.9.0-py3-none-any.whl
| Download URL | jumpstarter_driver_vnc-0.9.0-py3-none-any.whl |
|---|---|
| Size | 5.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
090209413eee0d04ff52ceddcb028cf6010440b9d306e73e9436a6634e508a20
|
|
BLAKE2b-256 checksum How to use checksums |
4c170eb41727af321da003f300267a485ba9be21ac79054270d54243ac4904f7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.8.22
|