From 58cf5622f72cacaa454bcb99c9b878946558620a Mon Sep 17 00:00:00 2001 From: arch1mede Date: Sat, 22 Jan 2022 22:05:52 -0800 Subject: [PATCH] Update faq.md (#619) Added verbiage for clarity --- docs/faq.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index bcdc0a80..9c75c150 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -131,6 +131,12 @@ As a first step, we recommend carefully reading our documentation on [GitHub](ht systemctl disable --now kvmd-oled kvmd-oled-reboot kvmd-oled-shutdown ``` +??? question "I am getting a 500/503 error when I try and access the main KVM page!" + This is due to what was recently edited in your yaml file, you have to use spaces and NOT tabs + Undo what you just did, then, `systemctl restart kvmd`, does it work again? + Review what was added and take care of yaml syntax + + ## First steps ??? question "I can't find PiKVM IP address in my network"