mirror of
https://github.com/pikvm/pikvm.git
synced 2026-03-02 18:16:56 -05:00
VNC not working #941
Labels
No labels
component:documentation
help wanted
resolution:delayed
resolution:duplicate
resolution:fixed
resolution:invalid
resolution:rejected
resolution:wontfix
success story
type:bug
type:bug
type:feature
type:question
type:question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pikvm-pikvm#941
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DIGist on GitHub (Aug 28, 2024).
Originally assigned to: @mdevaev on GitHub.
Unable to connect to VNC on Pikvm model 3.
Configured /etc/kvmd/override.yaml:
I want to use the vncauth to connect as it allows me to work with another project that works with vnc control.
Connecting with tigervnc gives me a h264 context error
Attempting to connect with standard vnc fails with this in the kvmd-vnc log:
To Reproduce
Steps to reproduce the behavior, like:
Expected behavior
successful standard vnc connection to pikvm
Desktop (please complete the following information):
PiKVM info:
kvmd 4.8-1
kvmd-fan 0.31-1
kvmd-oled 0.27-1
kvmd-platform-v3-hdmi-rpi4 4.8-1
kvmd-webterm 0.50-1
@mdevaev commented on GitHub (Aug 28, 2024):
Which error exactly?
@DIGist commented on GitHub (Aug 28, 2024):
But I'm really most interested in the standard vncauth
@mdevaev commented on GitHub (Aug 28, 2024):
It seems your client can't handle SSL encryption. You can try o disable it at all:
It is not safe by design.
@DIGist commented on GitHub (Aug 28, 2024):
Sure thing! Thanks for the assist.
I really appreciate the default for vnc requiring encryption as I know basic VNC doesn't have encryption to protect the traffic. In my specific use case, the tool that will be connecting to kvmd-vnc will be going over an SSH tunnel for encryption and the 5900 port will be blocked from traffic from everything except localhost.