All Projects → pihomeserver → Kupiki Hotspot Script

pihomeserver / Kupiki Hotspot Script

Licence: other
Create automatically a full Wifi Hotspot on Raspberry Pi including a Captive Portal

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Kupiki Hotspot Script

Berrylan
Raspberry Pi WiFi setup
Stars: ✭ 243 (-8.3%)
Mutual labels:  raspberry-pi, raspberry, wifi
Debian Pi Aarch64
This is the first 64-bit system in the world to support all Raspberry Pi 64-bit hardware!!! (Include: PI400,4B,3B+,3B,3A+,Zero2W)
Stars: ✭ 2,505 (+845.28%)
Mutual labels:  raspberry-pi, raspberry
Rpi Security
A security system written in python to run on a Raspberry Pi with motion detection and mobile notifications
Stars: ✭ 171 (-35.47%)
Mutual labels:  raspberry-pi, wifi
Prototype Cjdns Pi
Prototype system for mesh networks on single board computers
Stars: ✭ 205 (-22.64%)
Mutual labels:  raspberry-pi, wifi
Blinker Doc
blinker中文文档
Stars: ✭ 139 (-47.55%)
Mutual labels:  raspberry-pi, wifi
Upribox
Usable Privacy Box
Stars: ✭ 153 (-42.26%)
Mutual labels:  raspberry-pi, wifi-hotspot
Comitup
Bootstrap Wifi support over Wifi
Stars: ✭ 190 (-28.3%)
Mutual labels:  raspberry-pi, wifi
Teslalogger
Stars: ✭ 131 (-50.57%)
Mutual labels:  raspberry-pi, raspberry
Esp8266 wifi captive portal
🔑 WiFi captive portal for ESP8266 for phishing WiFi passwords
Stars: ✭ 165 (-37.74%)
Mutual labels:  portal, wifi
Iotwifi
Raspberry Pi (arm) wifi configuration container. Configure and control wifi connectivity with a JSON based REST api.
Stars: ✭ 236 (-10.94%)
Mutual labels:  raspberry-pi, wifi
kiwi
Kiwi turns your Pimoroni Keybow into a fully customizable poor-man's Elgato Stream Deck!
Stars: ✭ 40 (-84.91%)
Mutual labels:  wifi, raspberry
Easy-HotSpot
Easy HotSpot is a super easy WiFi hotspot user management utility for Mikrotik RouterOS based Router devices. Voucher printing in 6 ready made templates are available. Can be installed in any PHP/MySql enabled servers locally or in Internet web servers. Uses the PHP PEAR2 API Client by boenrobot.
Stars: ✭ 45 (-83.02%)
Mutual labels:  wifi, wifi-hotspot
Fabscanpi Server
FabScan Pi Open Source 3D Scanner - Server application
Stars: ✭ 137 (-48.3%)
Mutual labels:  raspberry-pi, raspberry
Rpi wordclock
Software to create a Raspberry Pi based wordclock
Stars: ✭ 164 (-38.11%)
Mutual labels:  raspberry-pi, raspberry
Umbrel Os
Run Umbrel Bitcoin and Lightning node on a Raspberry Pi in one click
Stars: ✭ 132 (-50.19%)
Mutual labels:  raspberry-pi, raspberry
Photobooth
A photobooth Web-Application for raspberry pi with gphoto2
Stars: ✭ 188 (-29.06%)
Mutual labels:  raspberry-pi, raspberry
88x2bu
Linux Driver for USB WiFi Adapters that are based on the RTL8812BU and RTL8822BU Chipsets
Stars: ✭ 122 (-53.96%)
Mutual labels:  raspberry-pi, wifi
Gumcp
Web Control Panel for Raspberry Pi
Stars: ✭ 124 (-53.21%)
Mutual labels:  raspberry-pi, raspberry
Rpicheck
RasPi Check - an Android app for checking your Raspberry Pi status.
Stars: ✭ 227 (-14.34%)
Mutual labels:  raspberry-pi, raspberry
Wifidog Ng
Next generation WifiDog implemented in Lua.
Stars: ✭ 197 (-25.66%)
Mutual labels:  portal, wifi

Slack Stars Patreon

What is Kupiki Hotspot

This project is the latest version of the tutorial created first on my blog Pi Home Server Created on a Raspberry Pi 2, some functionalities and tools where not available for the Raspberry Pi 3. Also the tutorial was a little bit difficult to implement because of too many steps. That's why i decided to create a script that will help you to build your own hotspot automatically.

Once the script is executed, you will get :

  • A Wifi hotspot using the integrated wifi chipset
  • A custom captive portal based on coovachilli
    • The portal is served by the high performance web server Nginx
    • The design of the portal can be easily modified for anyone who has knowledge in HTML and Javascript
    • Register feature available for users
      • Must be activated via the portal configuration file
      • Security on the backend to limit access to the register API
  • An authentication process based on freeRadius
    • User/password authentication
    • MAC address authentication (optionnal)
  • An interface for freeRadius management
    • daloRadius is installed by default, served by Nginx web server
    • A full management of the hotspot, with batch for user creation, vouchers, NAS, etc.

The installed system have been secured using ANSSI security recommendation and is compliant with french laws about free wifi hotspots (R. 10-13 et R. 10-14 , IV of CPCE)

Support my work

Love Kupiki Hotspot or want to support it? Check out my patreon page :)

patreonLink

To contribute, you can open an issue and/or fork this repository.

Requirements

What are the requirements ?

  • A Raspberry Pi 3 or 3B+ (not tested yet on a Raspberry pi 4)
  • An ethernet cable
  • A power supply for the Raspberry Pi
  • An internet access of course
  • A 4Gb micro SD card with a raspbian-like OS (9+) installed like the official Raspbian Lite. No warranty that it will work with OSes like Official Raspbian, Ubuntu Mate Xenial, etc.

Installation

You just have to download the script, edit it to update it's parameters, execute and wait ... If the wifi on the Raspberry is not already configured, don't worry, the script will do it

  • Download the script with the following command git clone https://github.com/pihomeserver/Kupiki-Hotspot-Script.git
  • Edit the script and update the first lines to define your own configuration (take care that an ethernet link is required) Please read the wiki for more help about parameters
  • Execute the script using the following command : sudo chmod +x pihotspot.sh && sudo ./pihotspot.sh

A log file named pihotspot.log will be created in the folder /var/log. Open a new session on the Pi and run the following command tail -f /var/log/pihotspot.log

In case you want to give a try to Kupiki Hotspot in a Virtual Machine, please look at this Wiki page

Then

Once installed use your favorite browser to connect to daloRadius installed on your Raspberry Pi. http://<mypi_ip>/daloradius or http://<my_hotspot_name>.local/daloradius if your system supports Bonjour. The exact address will be displayed at the end of the script execution.

Do not try to connect to daloRadius throught your new hotspot network

Updates

Since version 2.0.0 (no update for previous versions), you can get and apply latest updates on your system. Go in /etc/kupiki folder and run as root :

/etc/kupiki/kupiki_updater.sh

Feel free to add it in a cron job to get automatic updates

Screenshots

Connexion screen

portalConnect

Successful connexion

portalConnected

Daloradius

daloradius

Additionnal application

For those who want to try another interface (in english of french only) with less functionnalities and more bugs, you can try the portal currently in development here

Login screen

login

Dashboard

dashboard

Basic configuration

simple

Advanced configuration

advanced

Hotspot management

mgmt

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].