Update faq.md

pull/285/head
Maxim Devaev 3 years ago committed by GitHub
parent 6eb7e501fb
commit 6bd6febc0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,11 +6,13 @@ As a first step we recommend carefully reading our documentation on [GitHub](htt
## Common questions
<details>
<summary><b>Can I connect multiple servers to a single Pi-KVM?</b></summary>
Yes, but it will require additional work to set up. See [this page](multiport.md).
</details>
<details>
<summary><b>Can I use Pi-KVM with non-Raspberry Pi boards?</b></summary>
Yes, but you will have to prepare the operating system yourself. As for the Pi-KVM software, you will need to replace some config files (such as UDEV rules). If you are a developer or an experienced system administrator, you will not have any problems with this. In addition, we are open to patches. If you need help with this, please contact us via [Discord](https://discord.gg/bpmXfz5).
</details>
@ -19,16 +21,19 @@ Yes, but you will have to prepare the operating system yourself. As for the Pi-K
## First steps
<details>
<summary><b>Where is the Pi-KVM configuration located?</b></summary>
Almost all KVMD (the main daemon controlling Pi-KVM) configuration files located in `/etc/kvmd`. You can also find nginx configs and SSL certificates there. KVMD configs use [YAML](config.md) syntax. The specific platform parameters can be found in the file `/etc/kvmd/main.yaml` and **you should never edit it**. Use `/etc/kvmd/override.yaml` to redefine the system parameters. Another files that are also not recommended for editing have read-only permissions. If you edit any of these files, you will need to manually make changes to them when you upgrade your system. You can view the current configuration and all available KVMD parameters using the command `kvmd -m`.
</details>
<details>
<summary><b>I can't edit any file on Pi-KVM. Why is the system in read-only mode?</b></summary>
The Pi-KVM file system is always mounted in read-only mode. This measure prevents it from being damaged by a sudden power outage. To change the configuration you must first switch the filesystem to write mode using the command `rw` from root. After the changes, be sure to run the command `ro` to switch it back to read-only.
</details>
<details>
<summary><b>How do I update Pi-KVM with the latest software?</b></summary>
Pi-KVM OS is based on Arch Linux ARM and is fully updated from the repository by a regular package manager. Connect to your Pi-KVM via ssh and run:
```
rw

Loading…
Cancel
Save