You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

102 lines
3.8 KiB
Markdown

3 years ago
# VNC
1 year ago
As an alternative to the web interface, a regular VNC client can be used to access to the PiKVM.
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 client computers.
3 years ago
!!! warning
1 year ago
Don't use VNC without X.509 or TLS encryption on untrusted networks!
Otherwise your password will be transmitted over the network in plain text.
Unfortunately, this is the reality of the VNC protocol.
1 year ago
!!! note
The performance of VNC on PiKVM does not make sense to compare with regular VNC servers
or a similar remote access tool at the OS level.
PiKVM will run a little slower due to the fact that access is done at the hardware level.
A typical video processing chain looks like this:
2 years ago
1 year ago
* Regular VNC/RDP/TeamViewer/Etc: `OS -> Remote access server -> Network -> Client`.
* PiKVM: `OS -> Video card -> PiKVM video capture -> PiKVM server -> Network -> Client`.
3 years ago
1 year ago
-----
3 years ago
## Enabling VNC on the PiKVM side
1 year ago
1. Switch the PiKVM filesystem to read-write mode using command `rw`.
3 years ago
1 year ago
2. *Optional:* Change client's keyboard layout if you're using an non-US keyboard.
To do this edit file `/etc/kvmd/override.yaml`:
3 years ago
```yaml
vnc:
keymap: /usr/share/kvmd/keymaps/ru
```
All available keymaps are located in `/usr/share/kvmd/keymaps`:
<img src="keymaps.png" />
1 year ago
3. *Optional and not recommended:* This step is not nessessory if you're using TigerVNC
as it uses the Web UI login and password.
1 year ago
Some other VNC clients (for example TightVNC) can't use this type of authentication.
1 year ago
In this case you can enable single VNCAuth passphrases mode in `/etc/kvmd/override.yaml`:
3 years ago
```yaml
vnc:
auth:
vncauth:
enabled: true
```
1 year ago
To set passphrases edit the file `/etc/kvmd/vncpasswd`.
But once again: **this is an unsafe authorization method**, it is better to use another client,
for example, the already recommended TigerVNC.
3 years ago
4. Enable `kvmd-vnc` daemon. VNC will be available on the port 5900: `systemctl enable --now kvmd-vnc`.
5. Switch filesystem back to read-only: `ro`.
2 years ago
!!! note
1 year ago
With enabled [2FA](auth.md#two-factor-authentication), you will need to append the one-time code
to the password without spaces. That is, if the password is `foobar` and the code is `123456`,
then the string `foobar123456` should be used as a password.
Also note that `vncauth` (step 3) will not work with 2FA.
2 years ago
3 years ago
1 year ago
-----
3 years ago
## Configuring the client
We recommend [TigerVNC](https://tigervnc.org) for a better experience on desktop.
1 year ago
If you're using PiKVM V3+ or DIY based on CSI bridge, you can try
the [latest version (>= 1.13.0) of TigerVNC with H.264 support](https://github.com/TigerVNC/tigervnc/releases).
It will improve performance and save traffic.
2 years ago
1 year ago
H.264 video mode is available in binary builds for Windows, for other OS it needs to be compiled manually
(`ffmpeg` libraries required to build).
2 years ago
3 years ago
Here are our recommended settings for TigerVNC:
2 years ago
| Compression tab | Security tab |
|-----------------|--------------|
2 years ago
| <img src="tigervnc_compression.png" width="300" /> | <img src="tigervnc_security.png" width="300" /> |
2 years ago
| If your client does not support H.264, choose **Tight** | |
3 years ago
For iOS and Android the recommended application is bVNC:
* [Google Play](https://play.google.com/store/apps/details?id=com.iiordanov.bVNC)
* [App Store](https://apps.apple.com/us/app/bvnc-pro/id1506461202)
1 year ago
-----
3 years ago
## Unsupported clients
* **RealVNC** - Does not support most widely used open VNC protocol extensions.
2 years ago
* **Remmina** - Slightly imperfect algorithms for matching settings with the server, we are working on it.
3 years ago
* **Guacamole** - Incorrectly implements vencrypt, no JPEG compression.
2 years ago
* **Vinagre** - Incorrectly implements vencrypt, dead.