This commit is contained in:
Maxim Devaev 2023-07-24 14:36:08 +03:00
parent e8a2412dff
commit dded9cdb5e
1 changed files with 2 additions and 0 deletions

View File

@ -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?" ??? question "How can I have different hostnames for multiple pikvms?"
Using a SSH session or the web terminal: 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 - 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 - Enter read write mode of the PiKVM by executing the `rw` command
- Execute: `hostnamectl set-hostname yournewhostname.domain` - 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?" ??? question "How can I change the HTTP/HTTPS ports?"
You can change the ports in the following files: You can change the ports in the following files:
- `/etc/kvmd/nginx/listen-https.conf` - `/etc/kvmd/nginx/listen-https.conf`
- `/etc/kvmd/nginx/listen-http.conf` - `/etc/kvmd/nginx/listen-http.conf`
- `/etc/kvmd/nginx/redirect-to-https.conf` - `/etc/kvmd/nginx/redirect-to-https.conf`