mirror of
https://github.com/pikvm/pikvm
synced 2024-11-01 09:20:17 +00:00
1.9 KiB
1.9 KiB
VNC
As an alternative to the web interface, you can use VNC with various desktop clients. The main advantage of VNC over the browser is the ability to expand the image to the full screen, as well as complete interception of all keyboard keys. In some cases, VNC will be more responsive than the browser, especially on weak computers.
Please note: we strongly don't recomment the use of VNC in untrusted networks. The current implementation uses either weak TLS encryption or no encryption at all (depending on your client). In the latter case, your password will be transmitted over the network in plain text. Unfortunately, this is the reality of the VNC protocol.
Enabling VNC on Pi-KVM side
- Switch Pi-KVM filesystem to the read-write mode using command
rw
. - Optional: change client's keyboard layout if you're using an non-US keyboard. To do this edit file
/etc/kvmd/override.yaml
(remove{}
before adding lines):vnc: keymap: /usr/share/kvmd/keymaps/ru
- Optional: some VNC clients (for example TightVNC) can't use user/password authentication. In this case you can enable passhrases mode in
/etc/kvmd/override.yaml
:
To set passphrases edit filevnc: auth: vncauth: enabled: true
/etc/kvmd/vncpasswd
. - Enable
kvmd-vnc
daemon. VNC will be available on the port 5900:systemctl enable --now kvmd-vnc
. - Switch filesystem to the read-only:
ro
.
Configuring the client
We recommend TigerVNC for the better experience. Here the settings for this client:
- Compression tab:
- Choose Tight encoding as preferred and color-level Full.
- Disable automatic quality adjust settings Auto Select.
- Enable Allow JPEG compression.
- Security tab:
- Enable None and Anonymous TLS encryption.
- Enable Username and password authentication.