From 7aabce78a119ebd5f96fed796f8ed1cc75588401 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Fri, 31 Jul 2020 15:24:13 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6aa0aad8..b7631487 100644 --- a/README.md +++ b/README.md @@ -283,7 +283,7 @@ The Pi-KVM OS is based on Arch Linux ARM and contains all the required packages [root@pikvm hid]# make install [root@pikvm hid]# reboot ``` -9. Congratulations! Your Pi-KVM will be available via SSH (`ssh root@` with user `root` and password `root` by default) and HTTPS (try to open it in a browser at `https://` with user `admin` and password `admin`). For HTTPS a self-signed certificate is used by default. +9. Congratulations! Your Pi-KVM will be available via SSH (`ssh root@` with password `root` by default) and HTTPS (try to open in a browser the URL `https://`, use login `admin` and password `admin`). For HTTPS a self-signed certificate is used by default. 10. **Security note**: To change root password use command `passwd` via SSH or webterm. To change Pi-KVM web password use `kvmd-htpasswd set admin`.