You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pikvm/docs/_diy_first_launch.md

51 lines
2.0 KiB
Markdown

7 months ago
1. Double-check the correct assembly of the device, and make sure that you have connected
all the necessary cables to the host: USB, HDMI and ATX.
8 months ago
2. [Flash the memory card with PiKVM OS](https://docs.pikvm.org/flashing_os){target=_blank}
and insert it to Raspberry Pi.
6 months ago
3. **Carefully read and follow [the First Steps Guide](first_steps.md){target=_blank}.**<br>
It describes how to perform the first power-on, how to find PiKVM on the network, login, change passwords, and so on.<br>
8 months ago
**Follow the steps described there and come back to this page.**
6 months ago
4. **Just reminding again:**
7 months ago
{!_passwd.md!}
6 months ago
5. Try to manage the computer using PiKVM with the Web Interface.<br>
7 months ago
Make sure that you get an image and both keyboard and mouse are working.
If something doesn't work, check out our [FAQ](faq.md) (it's really useful).
If nothing helped, you can get support in our [Discord chat](https://discord.gg/bpmXfz5).
6 months ago
6. ??? note "Note for the HDMI-USB dongle"
8 months ago
Many USB video capture devices tell the server's video card that the HDMI cable is supposedly disconnected.
This may lead to the fact that if you boot the server without an active stream, the server will not detect
your capture card. This is easy to fix:
* Switch filesystem to RW-mode:
```console
[root@pikvm ~]# rw
```
* Edit file `/etc/kvmd/override.yaml` and add these lines:
```yaml
kvmd:
streamer:
forever: true
cmd_append: [--slowdown]
```
* Finish:
```console
[root@pikvm ~]# ro
[root@pikvm ~]# systemctl restart kvmd
```
7 months ago
* Check that everything is working.
8 months ago
6 months ago
7. Configure access to PiKVM from the Internet using [port forwarding](https://docs.pikvm.org/port_forwarding)
8 months ago
or [Tailscale VPN](https://docs.pikvm.org/tailscale), if you need it.
6 months ago
8. Explore the features of PiKVM using the site's table of contents and have fun!