Replies: 1 comment 8 replies
-
Interesting question. Here's one way to do it with bash. This generates a strong random password, updates hostapd and restarts RaspAP. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I don't use RaspAP... yet... I am a volunteer in a visitor-center and am looking for wifi-hotspot software that has the ability to change the wifi-password automatically. The idea is to let our website generate a password at night with a chronjob and store it in a database. Next let the hotspot read it at boot (maybe a url in the config file instead of a password) and set it as wifi password and let another pi also read it at boot and display it on a screen. Another option is that the hotspot software generates a password at boot and let the other pi read it somehow at boot and display it. The first option would be the most secure because they guaranteed have the same password. Is that possible with RaspAP in any way? Maybe a mod I can do myself?
Beta Was this translation helpful? Give feedback.
All reactions