Home Pi as Router
Post
Cancel

Pi as Router

Prepare the Pi

1
2
3
sudo apt-get update
sudo apt-get full-upgrade
sudo reboot

Set the WiFi country in raspi-config’s Localisation Options:

1
sudo raspi-config

Install CasaOS

1
curl -sL https://install.casaos.io | bash

Change the WebUI port!

Install RaspAP

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

Change the WebUI port!

This post is licensed under CC BY 4.0 by the author.