Wi-Fi Configuration
To configure Wi-Fi on RePlay OS, you can do it in two different ways very easily:
Manual RePlay Configuration
- Insert the RePlay SD card into your computer.
- Open the replay FAT partition and navigate to
config\replay.cfg
. - Edit the file and set the parameters:
- Refer to the full list of valid country codes here: ISO 3166 Country Codes.
Manual Linux Configuration
- SSH into the Raspberry Pi. The credentials are:
root / replayos
. - Execute
nano /etc/wpa_supplicant/wpa_supplicant-wlan0.conf
to configure your Wi-Fi: - Change
country
,YourNetworkName
andYourNetworkPassword
with your Wi-Fi configuration and pressCtrl+X
to exit (pressY
and thenEnter
to save and confirm). - Reboot the system.
By following these steps, you can easily configure Wi-Fi on RePlay OS.