๐Ÿ“™
WLAN Pi Cookbook
2025 M4+
2025 M4+
  • ๐Ÿ˜Ž1. Getting Started
    • ๐ŸŽWLAN Pi M4+
      • ๐Ÿ–จ๏ธPhysical Case Design
    • โšกPowering Up Your WLAN Pi
    • โš™๏ธInitial setup items
    • ๐Ÿ”ผDisplay and Buttons (FPMS)
    • Device USB Mode (OTG)
    • ๐Ÿ†•WebUI
      • ๐ŸŽขSpeed Test
      • ๐Ÿ”Network
      • ๐Ÿง‘โ€โœˆ๏ธCockpit
      • โŒจ๏ธTerminal
    • ๐Ÿ”ตBluetooth
    • ๐Ÿ“บSoftware Update
    • ๐Ÿ“”Quick Reference
    • โšกPowering Down
    • ๐Ÿ’ฌThe WLAN Pi Project
  • ๐Ÿ”ฆ2. Lab: Wi-Fi Scanner
    • ๐ŸšจKismet
      • ๐ŸงชKismet Lab
    • ๐ŸŽ‰Windows: WiFi Explorer Pro
    • ๐ŸmacOS: WiFi Explorer Pro 3
  • ๐Ÿค“3. Lab: Wi-Fi Frame Capture
    • โš™๏ธSetup Instructions
      • ๐ŸชŸWindows Setup
      • ๐ŸmacOS Setup
        • 1๏ธโƒฃ Wireshark (macOS)
        • 2๏ธโƒฃ Airtool 2
    • ๐ŸฆˆWireshark Resources
    • ๐ŸงชCapture Labs
      • ๐ŸคฏWireshark Lab
      • ๐ŸAirtool Lab
      • ๐Ÿ“ถBonus: Capture Different 6 GHz Frames
      • 7๏ธโƒฃ Bonus Capture Wi-Fi 7 Management Frames
    • ๐Ÿ“กCapture beacons in PCAP or CSV format
    • ๐Ÿ“ฑBonus: Capture using WLAN Pi and iPhone or iPad
    • ๐ŸŽBonus: Passwordless SSH using Public-Private Key Pairs
  • ๐Ÿ“Š4. Lab: WLAN Pi Grafana
    • ๐ŸงจStart Grafana
    • ๐Ÿ“ˆWeb-Based Wi-Fi Scanner
    • ๐Ÿ“‰Monitor Your Internet Connection
    • ๐Ÿ“ˆBuild Your Own WLAN Pi Health Dashboard
    • ๐Ÿ“ถSpectrum Analysis
  • 5. Lab: API into your Pi
    • Intro to the WLAN Pi API
    • Accessing the API
    • API access via Postman
    • Using the WLAN Pi API
    • Stop wpa_supplicant@wlan0
  • ๐Ÿ“ฒ6. Lab: The WLAN Pi App
    • Getting Started
    • Connect to your Pi
    • Explore the App
  • ๐Ÿ’ซ7. Lab: Wi-Fi Channel Tool (wifichannel)
  • ๐Ÿ“ถ8. Wi-Fi 6E and Wi-Fi 7 Client
    • โš™๏ธConnect as a client using wpa_supplicant
    • 7๏ธโƒฃ Bonus lab: Connect as a Wi-Fi 7 MLO client
    • ๐Ÿ“กBonus lab: Detect faulty antenna
  • ๐Ÿ”Ž9. Lab: Profiler
    • ๐ŸŽBonus Lab: Extra Profiler tasks
  • ๐Ÿš€10. Lab: Network Performance
    • โšกCLI Power Tools
    • โœ…Verify Wired Connection
    • โฌLibreSpeed
    • โฌOfficial Speedtest.net CLI Client
    • โฌiPerf3
      • Bonus Lab: Compile iPerf2 from source
  • ๐Ÿ“ก11. Lab: Hotspot Mode
  • ๐Ÿ–ฅ๏ธ12. Demo: Server Mode
  • ๐Ÿ“ฑ13. Demo: Tailscale
    • ๐ŸŽBonus Lab: Remote Access
  • ๐Ÿ”ง14. Demo: Wi-Fi Console Mode
Powered by GitBook
On this page
  • Default Credentials
  • Network Interfaces
  • Connect to Your Pi using the mDNS address
  • Common Ports
  • URLs
  • Linux Command Cheat Sheet

Was this helpful?

Export as PDF
  1. 1. Getting Started

Quick Reference

Default Credentials

Username
Default Password

Linux / SSH Login

wlanpi

wlanpi

You are required to change your password on first login.

Please remember your new password.

Network Interfaces

Interface
Description
IP

pan0

Bluetooth

169.254.43.1/24

eth0

Server mode

172.16.42.1/24

wlan0

wconsole / hotspot

172.16.43.1/24

wlan1

monitor / scanning

DHCP

Connect to Your Pi using the mDNS address

WLAN Pi mDNS Record

wlanpi-xxx.local

Try ping wlanpi-xxx.local, where xxx are the last 3 characters of your WLAN Pi Ethernet MAC address.

Or ssh wlanpi@wlanpi-xxx.local.

Access via mDNS can be a bit hit & miss for Windows users. If having difficulty, use the IP address of the WLAN Pi shown on the front panel instead.

Common Ports

Application
Port

SSH

22

iperf2

5001

iperf3

5002

kismet

http://<ip>:2501 http://wlanpi-<xxx>.local:2501

URLs

Application
URL

Cockpit Admin Dashboard

https://<ip>/app/cockpit https://wlanpi-<xxx>.local/app/cockpit

Grafana

https://<ip>/app/grafana https://wlanpi-<xxx>.local/app/grafana

Linux Command Cheat Sheet

PreviousSoftware UpdateNextPowering Down

Last updated 2 months ago

Was this helpful?

๐Ÿ˜Ž
๐Ÿ“”