mirror of https://github.com/pikvm/pikvm.git
Update vnc.md
This commit is contained in:
parent
5f2a1e866e
commit
b702fcaee6
22
pages/vnc.md
22
pages/vnc.md
|
|
@ -6,18 +6,18 @@ As an alternative to the web interface, you can use VNC with various desktop cli
|
||||||
# Enabling VNC on Pi-KVM side
|
# Enabling VNC on Pi-KVM side
|
||||||
1. Switch Pi-KVM filesystem to the read-write mode using command `rw`.
|
1. Switch Pi-KVM filesystem to the read-write mode using command `rw`.
|
||||||
2. 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):
|
2. 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):
|
||||||
```yaml
|
```yaml
|
||||||
vnc:
|
vnc:
|
||||||
keymap: /usr/share/kvmd/keymaps/ru
|
keymap: /usr/share/kvmd/keymaps/ru
|
||||||
```
|
```
|
||||||
3. 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`:
|
3. 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`:
|
||||||
```yaml
|
```yaml
|
||||||
vnc:
|
vnc:
|
||||||
auth:
|
auth:
|
||||||
vncauth:
|
vncauth:
|
||||||
enabled: true
|
enabled: true
|
||||||
```
|
```
|
||||||
To set passphrases edit file `/etc/kvmd/vncpasswd`.
|
To set passphrases edit file `/etc/kvmd/vncpasswd`.
|
||||||
4. Enable `kvmd-vnc` daemon. VNC will be available on the port 5900: `systemctl enable --now kvmd-vnc`.
|
4. Enable `kvmd-vnc` daemon. VNC will be available on the port 5900: `systemctl enable --now kvmd-vnc`.
|
||||||
5. Switch filesystem to the read-only: `ro`.
|
5. Switch filesystem to the read-only: `ro`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue