Sign in
๐Ÿ›  Onboarding Utility

WiFi Profile Generator

Generate wpa_supplicant.conf snippets and nmcli commands for headless Raspberry Pi or OctoPrint deployments โ€” no keyboard required on the device.

Network Details

โš ๏ธ All generation happens in your browser. Credentials are never sent to our servers.

Generated Config

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=US

network={
    ssid="YourNetwork"
    psk="YourPassword"
    proto=RSN
    key_mgmt=WPA-PSK
    scan_ssid=1  # set to 1 for hidden networks
}

๐Ÿ“‚ Drop this file into /boot/ on your Pi SD card before first boot. It will be consumed automatically by Raspbian.