From dded9cdb5ef7cf134198c2fb4dded2b4875de925 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Mon, 24 Jul 2023 14:36:08 +0300 Subject: [PATCH] fix --- docs/faq.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index 62c7aaf6..f917602d 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -171,6 +171,7 @@ As a first step, we recommend carefully reading our documentation on [GitHub](ht ??? question "How can I have different hostnames for multiple pikvms?" Using a SSH session or the web terminal: + - Make sure you're `root`, if you're not root use the `su` command to become root - Enter read write mode of the PiKVM by executing the `rw` command - Execute: `hostnamectl set-hostname yournewhostname.domain` @@ -184,6 +185,7 @@ As a first step, we recommend carefully reading our documentation on [GitHub](ht ??? question "How can I change the HTTP/HTTPS ports?" You can change the ports in the following files: + - `/etc/kvmd/nginx/listen-https.conf` - `/etc/kvmd/nginx/listen-http.conf` - `/etc/kvmd/nginx/redirect-to-https.conf`