Skip to content

Add support for RFB over unix domain socket - #132

Merged
metalefty merged 1 commit into
freebsd:masterfrom
metalefty:vnc_uds
Aug 28, 2026
Merged

Add support for RFB over unix domain socket#132
metalefty merged 1 commit into
freebsd:masterfrom
metalefty:vnc_uds

Conversation

@metalefty

Copy link
Copy Markdown
Member

One of the following guest configuration is expected to enable RFB over unix domain socket:

graphics_listen="unix:/path/to/rfb.sock"
graphics_listen="unix:vnc.sock"
graphics_listen="unix"

The guest configuration must also include:

graphics="yes"

Resolves: #124

One of the following guest configuration is expected to enable RFB over
unix domain socket:

    graphics_listen="unix:/path/to/rfb.sock"
    graphics_listen="unix:vnc.sock"
    graphics_listen="unix"

The guest configuration must also include:

    graphics="yes"

Resolves: freebsd#124
@Defenso-QTH

Copy link
Copy Markdown
Contributor

Thanks. It looks fine. I will add it to my host to see how if I see anything wrong with my workflow and will let you know.

@metalefty
metalefty merged commit e929de3 into freebsd:master Aug 28, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for graphical console (rfb) over unix socket

2 participants