mirror of https://github.com/pikvm/pikvm.git
Update README.md
This commit is contained in:
parent
3fc8918204
commit
73919215c2
|
|
@ -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 :)
|
||||
|
||||
-----
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue