mirror of
https://github.com/pikvm/pikvm.git
synced 2026-09-03 07:17:37 +08:00
update
This commit is contained in:
12
docs/faq.md
12
docs/faq.md
@@ -330,10 +330,14 @@ If you run into any issues you can check this page which will list common errors
|
||||
|
||||
|
||||
??? question "Can I have different hostnames for each of my PiKVMs?"
|
||||
Yes! And it's easy to do! Using a SSH session or the web terminal:
|
||||
* Make sure you are root, run `rw` then run `hostnamectl set-hostname yournewhostname.domain`.
|
||||
* Optional: edit `/etc/kvmd/meta.yaml` to alter the displayed hostname in the web UI.
|
||||
* Run `ro` and `reboot`.
|
||||
Yes! And it's easy to do. Using a SSH session or the web terminal:
|
||||
|
||||
```console
|
||||
[root@pikvm ~]# rw
|
||||
[root@pikvm ~]# systemctl restart systemd-hostnamed
|
||||
[root@pikvm ~]# hostnamectl set-hostname yournewhostname.domain
|
||||
[root@pikvm ~]# reboot
|
||||
```
|
||||
|
||||
??? question "Why not add software support for another codec?"
|
||||
Encoding is a heavy process and will add significant latency, its best to have hardware support to avoid additional latency.
|
||||
|
||||
Reference in New Issue
Block a user