Configuration Assistant
An interactive tool that generates a Docker environment file or docker run command for the rpi-hostap container. Select options below and copy the generated output.
How to Use
Section titled “How to Use”- Select band and country - Choose your wireless band (2.4GHz or 5GHz) and regulatory domain
- Choose channel - Pick a specific channel or use Auto (ACS) for automatic selection
- Configure security settings - Set WPA version, passphrase, and management frame protection
- Adjust advanced options - Configure SSID, network settings, and radio capabilities as needed
- Copy the output - Use the generated env file or docker run command
Output Options
Section titled “Output Options”The tool generates two types of output:
- Env File - A list of environment variables for use with
docker run --env-file .env - Docker Run Command - A complete command you can copy and paste directly into your terminal
Required Docker Flags
Section titled “Required Docker Flags”The generated command includes --privileged and --net host flags. These are required because rpi-hostap needs:
- Full host capabilities to manage wireless hardware and networking (
--privileged) - Host networking to bridge wireless traffic (
--net host)
See Networking for more details on network configuration.
Full Documentation
Section titled “Full Documentation”For detailed parameter documentation, see Configuration.
Radio Settings
Section titled “Radio Settings”Configure the basic wireless radio parameters.
Security Settings
Section titled “Security Settings”Configure WPA authentication and passphrase.
Radio Capabilities
Section titled “Radio Capabilities”Configure advanced 802.11n/ac/ax capabilities for higher throughput.
VHT (802.11ac) and HE (802.11ax) require the 5GHz band. Select “802.11a/n/ac/ax (5GHz)” in Radio Settings to enable these options.
Network Settings
Section titled “Network Settings”Configure the LAN subnet, access point address, DHCP pool, and DNS servers.
Range will be computed as to .
Advanced Options
Section titled “Advanced Options”Configure SSID, station limits, MAC filtering, and other advanced access point settings.
Generated Env File
Section titled “Generated Env File”Environment file content for use with --env-file. Only non-default values are shown.
Docker Run Command
Section titled “Docker Run Command”The complete docker run command with all required flags and non-default environment variables.