From 2d44e1212000d06925e4730a4cd74a9bdcdb3204 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Wed, 17 Feb 2021 01:46:15 +0300 Subject: [PATCH] Update flashing_os.md --- pages/flashing_os.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/flashing_os.md b/pages/flashing_os.md index b51ea2f..a26f774 100644 --- a/pages/flashing_os.md +++ b/pages/flashing_os.md @@ -53,7 +53,7 @@ Decompress and flash image and follow to the [final steps](#the-final-steps). Be 4. Congratulations! Your Pi-KVM will be available via SSH (`ssh root@` with the password `root` by default) and HTTPS. In most networks you should be able to reach Pi-KVM via any browser with the URL `https://pikvm/`. If that doesn't work you'll need to find the IP address manually in your router and try it via `https://`. The default login username is `admin` with `admin` as the password). For HTTPS a self-signed certificate is used by default. Your browser will give you a warning about an invalid SSL certificate which you can safely ignore. -5. To change the root password use command `passwd` via SSH or webterm. To change Pi-KVM web password use `kvmd-htpasswd set admin`. As indicated on the login screen, you need to use `rw` to make the root filesystem writable before issuing these commands. After making changes, make sure to run the command `ro` to switch the filesystem back to read-only. +5. To change the root password use command `passwd` via SSH or webterm. To change Pi-KVM web password use `kvmd-htpasswd set admin`. As indicated on the login screen, you need to use `rw` to make the root filesystem writable before issuing these commands. After making changes, make sure to run the command `ro` to switch the filesystem back to read-only. If you are using a web terminal, use the `su -` command to get root access (enter the root password). 6. After installation, we recommend you to update your operating system: ```