Go to file
billz bdafa8dfbd Wrap auth with getConfig(), thx @mp035 2021-02-02 10:03:09 +00:00
.github Create codeql-analysis.yml 2021-01-21 10:01:00 +01:00
_layouts Update paths 2019-10-10 23:03:28 +01:00
ajax Bugfix: handle subnetmask null value 2020-12-03 10:29:11 +00:00
app Bugfix: break on pageload event 2021-02-02 04:30:24 +00:00
config Exclude config from routing 2021-02-02 04:22:13 +00:00
dist Update files from gulp build 2020-06-30 00:27:54 +01:00
includes Disambiguate iface overrides for ap-sta & bridged modes, thx @mp035 2021-02-02 07:36:28 +00:00
installers Reassociate client iface in AP-STA, thx @mp035 2021-02-02 04:28:19 +00:00
locale Update Italian translation, thx Luca Sasdelli 2021-01-21 10:45:15 +00:00
templates Changed routing system to use the more common path approach instead of query strings. 2021-01-30 16:06:33 +00:00
.gitignore Update .gitignore 2019-11-07 13:30:02 +00:00
.travis.yml Merge pull request #568 from reedy/reedy-patch-1 2020-04-30 14:06:59 +02:00
BACKERS.md Update BACKERS.md 2021-01-28 10:49:58 +00:00
CNAME Create CNAME 2018-04-10 11:41:57 +02:00
CONTRIBUTING.md Update developers link 2021-01-28 08:29:22 +00:00
LICENSE Intial commit 2015-03-02 13:39:45 +01:00
README.md Update link to RPi OS images 2021-02-01 20:12:54 +00:00
_config.yml Revert "Update _config.yml" 2018-04-10 12:34:57 +02:00
composer.json Update composer.json 2020-05-16 12:05:56 +01:00
crowdin.yml Update crowdin.yml 2020-04-07 00:54:43 +02:00
favicon.ico Retain some favicons for github pages support 2019-04-24 22:35:15 +00:00
gulpfile.js Update repo name 2021-01-28 08:29:44 +00:00
index.php Wrap auth with getConfig(), thx @mp035 2021-02-02 10:03:09 +00:00
package.json Update repo name 2021-01-28 08:29:44 +00:00
raspap.php Wrap auth with getConfig(), thx @mp035 2021-02-02 10:03:09 +00:00
yarn.lock Bump ini from 1.3.5 to 1.3.8 2020-12-11 22:29:22 +00:00

README.md

Release 2.6 Awesome Financial Contributors on Open Collective https://travis-ci.com/github/billz/raspap-webgui/ Crowdin Twitter URL Subreddit subscribers

RaspAP lets you quickly get a wireless access point up and running to share the connectivity of many popular Debian-based devices, including the Raspberry Pi. Our popular Quick installer creates a known-good default configuration that "just works" on all current Raspberry Pis with onboard wireless. A responsive interface gives you control over the relevant services and networking options. Advanced DHCP settings, OpenVPN client support, SSL, security audits, themes and multilingual options are included.

RaspAP has been featured on sites such as Instructables, Adafruit, Raspberry Pi Weekly and Awesome Raspberry Pi and implemented in countless projects.

We hope you enjoy using RaspAP as much as we do creating it. Tell us how you use this with your own projects.

Contents

Prerequisites

Start with a clean install of the latest release of Raspberry Pi OS (32-bit) Lite. The Raspberry Pi OS desktop and 64-bit beta distros are unsupported.

  1. Update Raspbian, including the kernel and firmware, followed by a reboot:
sudo apt-get update
sudo apt-get full-upgrade
sudo reboot
  1. Set the "WLAN country" option in raspi-config's Localisation Options: sudo raspi-config

  2. If you have a device without an onboard wireless chipset, the Edimax Wireless 802.11b/g/n nano USB adapter is an excellent option it's small, cheap and has good driver support.

With the prerequisites done, you can proceed with either the Quick installer or Manual installation steps below.

Quick installer

Install RaspAP from your device's shell prompt:

curl -sL https://install.raspap.com | bash

The installer will complete the steps in the manual installation (below) for you.

After the reboot at the end of the installation the wireless network will be configured as an access point as follows:

  • IP address: 10.3.141.1
    • Username: admin
    • Password: secret
  • DHCP range: 10.3.141.50 to 10.3.141.255
  • SSID: raspi-webgui
  • Password: ChangeMe

Note: As the name suggests, the Quick Installer is a great way to quickly setup a new AP. However, it does not automagically detect the unique configuration of your system. Best results are obtained by connecting to ethernet (eth0) or as a WiFi client, also known as managed mode, with wlan0. For the latter, refer to this FAQ. Special instructions for the Pi Zero W are available here.

Please read this before reporting an issue.

Ad Blocking

This feature uses DNS blacklisting to block requests for ads, trackers and other undesirable hosts. To enable ad blocking, simply respond to the prompt during the installation. As a beta release, we encourage testing and feedback from users of RaspAP.

Details are provided here.

Bridged AP

By default RaspAP configures a routed AP for your clients to connect to. A bridged AP configuration is also possible. Slide the Bridged AP mode toggle under the Advanced tab of Configure hotspot, then save and restart the hotspot.

Note: In bridged mode, all routing capabilities are handled by your upstream router. Because your router assigns IP addresses to your device's hotspot and its clients, you might not be able to reach the RaspAP web interface from the default 10.3.141.1 address. Instead use your RPi's hostname followed by .local to access the RaspAP web interface. With Raspbian default settings, this should look like raspberrypi.local. Alternate methods are discussed here.

More information on Bridged AP mode is provided in our documentation.

Simultaneous AP and Wifi client

RaspAP lets you create an AP with a Wifi client configuration, often called AP-STA mode. With your system configured in managed mode, enable the AP from the Advanced tab of Configure hotspot by sliding the Wifi client AP mode toggle. Save settings and start the hotspot. The managed mode AP is functional without restart.

Note: This option is disabled until you configure your system as a wireless client. For a device operating in managed mode without an eth0 connection, this configuration must be enabled before a reboot.

Support us

RaspAP is free software, but powered by your support. If you find RaspAP useful for your personal or commercial projects, please become a GitHub sponsor, join the project on Open Collective or make a one-time donation with PayPal. Any of these options makes a big difference!

Donate

Manual installation

Detailed manual setup instructions are provided on our documentation site.

802.11ac 5GHz support

RaspAP provides an 802.11ac wireless mode option for supported hardware (currently the RPi 3B+/4 and compatible Orange Pi models) and wireless regulatory domains. See this FAQ for more information.

Supported operating systems

RaspAP was originally made for Raspbian, but now also installs on the following Debian-based distros.

Distribution Release Architecture Support
Raspberry Pi OS (32-bit) Lite Buster ARM Official
Armbian Buster ARM Official
Debian Buster ARM / x86_64 Beta
Ubuntu 18.04 LTS / 19.10 ARM / x86_64 Beta

We find Armbian particularly well-suited for this project. Please note that "supported" is not a guarantee. If you are able to improve support for your preferred distro, we encourage you to actively contribute to the project.

Multilingual support

RaspAP uses GNU Gettext to manage multilingual messages. In order to use RaspAP with one of our supported translations, you must configure a corresponding language package on your RPi. To list languages currently installed on your system, use locale -a at the shell prompt. To generate new locales, run sudo dpkg-reconfigure locales and select any other desired locales. Details are provided on our documentation site

The following translations are currently maintained by the project:

  • Čeština
  • 正體中文 (Chinese traditional)
  • 简体中文 (Chinese Simplified)
  • Dansk
  • Deutsch
  • Español
  • Finnish
  • Français
  • Ελληνικά (Greek)
  • Indonesian
  • Italiano
  • 日本語 (Japanese)
  • 한국어 (Korean)
  • Nederlands
  • Polskie
  • Português
  • Русский
  • Svenska
  • Türkçe
  • Tiếng Việt (Vietnamese)

If your language is not in the list above, why not contribute a translation? Contributors will receive credit as the original translators.

HTTPS support

The Quick Installer may be used to generate SSL certificates with mkcert. The installer automates the manual steps described here, including configuring lighttpd with SSL support.

Simply append the -c or --cert option to the Quick Installer, like so:

curl -sL https://install.raspap.com | bash -s -- --cert

Note: this only installs mkcert and generates an SSL certificate with the input you provide. It does not (re)install RaspAP.

More information on SSL certificates and HTTPS support is available in our documentation.

OpenVPN support

OpenVPN may be optionally installed by the Quick Installer. Once this is done, you can manage client configuration and the openvpn-client service with RaspAP.

To configure an OpenVPN client, upload a valid .ovpn file and, optionally, specify your login credentials. RaspAP will store your client configuration and add firewall rules to forward traffic from OpenVPN's tun0 interface to your configured wireless interface.

Note: this feature is currently in beta. Please read this before reporting an issue.

How to contribute

  1. Fork the project in your account and create a new branch: your-great-feature.
  2. Open an issue in the repository describing the feature contribution you'd like to make.
  3. Commit changes in your feature branch.
  4. Open a pull request and reference the initial issue in the pull request message.

Find out more about our coding style guidelines and recommended tools.

Reporting issues

Please read this before reporting a bug.

Contributors

Code Contributors

This project exists thanks to all the awesome people who contribute their time and expertise.

Financial Contributors

Become a financial contributor and help us sustain our community.

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a link to your website.

License

See the LICENSE file.