Open main menu

Changes

Template:KVM-FAQ

907 bytes added, Tuesday at 10:36
no edit summary
Or refer to [https://docs.pikvm.org/webui/#getting-to-know-the-interface GETTING TO KNOW THE INTERFACE]
</div>
</div>
 
<div class="toccolours mw-collapsible mw-collapsed">
<div style="font-weight:bold;line-height:1.0;">
Q: How to connect to wifi?
</div>
<div class="mw-collapsible-content">
A: Refer to [https://docs.pikvm.org/first_steps/ | Optional setting up Wi-Fi]
 
If you want to connect KVM to a Wi-Fi network, you need to tell the device ESSID and password before first boot. To do this, mount the first partition of the memory card (FAT32) and edit or make the pikvm.txt file there. Do not remove line FIRSTBOOT=1 or FIRST_BOOT-1 for first time booting, just add your wifi settings like this:
<pre>
FIRSTBOOT=1
WIFI_ESSID='mynet'
WIFI_PASSWD='p@s$$w0rd'
</pre>
There is a possibility that, in countries that support CH13, the device will not connect. You will need to configure your router to disable channels 12-14 or disable Auto scan mode so it will connect.
 
Save, unmount and follow the next step.
</div>
</div>