Hello, LE community!
Once again I ask for your help
I would like to change the name of the wi-fi of the Kolibri server. I am running the server on a RaspberryPi 4.
Technical details
- Kolibri version 0.14
Hello, LE community!
Once again I ask for your help
I would like to change the name of the wi-fi of the Kolibri server. I am running the server on a RaspberryPi 4.
Hello @anruiz93,
This it not an official support response ( not from LE ).
If you can log into the pi over ssh or using a terminal, you should be able to do the following.
sudo nano /etc/hostapd/hostapd.conf
change then name of "ssid=" to "ssid=yournewname". "ssid=" must have no spaces
ctrl+x to save
y
sudo systemctl restart hostapd
I think that should work.
Thanks, James! I will try out your solution.
It works, thank you