diff --git a/README.md b/README.md index 6a202741..086332d8 100644 --- a/README.md +++ b/README.md @@ -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@` with password `root` by default) and HTTPS (try to open in a browser the URL `https://`, 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 :) -----