Download the appropriate memory card image from https://pikvm.org/download.html. Select it based on the board, platform, and the video capture device you are using. For example: choose **v2-hdmi-rpi4.img.bz2** for Raspberry Pi 4 with HDMI-to-CSI capture bridge.
Note: right now, pre-compiled images are only available for the Raspberry Pi 4. In all other cases, you will need to build the operating system yourself. But don't worry, it's [very simple](building_os.md).
2. Decomress the image using your File Manager. If you don't have an archiver (on Windows for example) - the [7-Zip](https://www.7-zip.org) is a great choice. Please note: Balena Etcher have ability to flash compressed images directly, but it is much slower and the process consumes a huge amount of RAM. We strongly recommend you to decompress the image first.
1. When the process is complete, pull out the memory card and insert it into the Raspberry Pi. Turn the power on. Your device will obtain the IP address via DHCP automatically.
2. After power-up, Pi-KVM OS generates unique SSH keys and certificates. Do not turn off the Raspberry Pi until it's fully booted.
3. 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.
6.**27.08.2020 note (READ BEFORE UPDATE)**: the latest version of Arch Linux has a slightly broken systemd. The problem is that the SSH login to your Pi-KVM may not work the first time, but the second or third. This issue does not affect the core functionality of Pi-KVM and will be fixed by Arch developers in the near future. However, if you want, you can use a temporary workaround for this problem:
* Edit file `/etc/pam.d/system-login` and comment line `-session optional pam_systemd.so` (prepend `#` character at the beginning).
* Perform `reboot`.
This will also disable some systemd and logind features that are not critical for Pi-KVM. If you do this, make yourself a reminder to uncomment this line in a couple of months.