Update README.md

This commit is contained in:
Maxim Devaev 2020-08-02 05:55:23 +03:00 committed by GitHub
parent 3fc8918204
commit 73919215c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -197,7 +197,13 @@ Here the final steps. There are two ways to get the Pi-KVM OS:
* For the other boards and platforms, you need to build the operating system manually. Don't worry, it's very simple! [Just follow these instructions](pages/building_os.md). You can also build the OS for RPi4 manually if you really want to :)
# You're amazing!
It's done! Happy using of Pi-KVM :)
Congratulations! Your Pi-KVM will be available via SSH (`ssh root@<addr>` with password `root` by default) and HTTPS (try to open in a browser the URL `https://<addr>`, the login `admin` and password `admin` by default). For HTTPS a self-signed certificate is used by default.
To change the root password use command `passwd` via SSH or webterm. To change Pi-KVM web password use `kvmd-htpasswd set admin`.
If you have any problems or questions, contact us using Discord: https://discord.gg/bpmXfz5
Happy using of Pi-KVM :)
-----