Follow these steps to configure and enable Wi-Fi on your Edge PC.
- WAGO Edge Computer 752-94xx
- Wi-Fi card is physically installed in the Edge PC
β WAGO order number:
8103-3000/0000-0009 - Latest WAGO OS installed β https://downloadcenter.wago.com/wago/software/details/mfgikzq7c3ra4l9ejo
- SSH access or Cockpit
-
Open the Cockpit Web Interface (http://IP-EDGE:9090)
-
Open the Terminal via the sidebar
nmcli radio wifi onTurn on the Wi-Fi card
nmcli device wifi rescanScans for available Wi-Fi networks
nmcli device wifi listLists all detected Wi-Fi networks
nmcli device wifi connect YOUR-WIFI password YOUR-PASSWORDConnects to the selected Wi-Fi network
After connecting:
- Open Networking in Cockpit
- Select the Wi-Fi adapter
- Configure:
- Static IP
- Gateway / Router
- DNS
Use this if you need manual network configuration instead of DHCP.
nmcli radio wifi onTurn on the Wi-Fi card
If the connection fails, configure everything manually:
nmcli device wifi listShows available Wi-Fi networks
nmcli dev statusDisplays device status and interface names
nmcli connection add type wifi ifname wlan0 ssid YOUR-WIFICreates a new Wi-Fi connection profile
nmcli connection edit wifi-wlan0Opens interactive editor for configuration
Inside the Interactive Editor
goto wifi
set mode infrastructure
set ssid YOUR-WIFI
backSets Wi-Fi mode and SSID
goto wifi-sec
set key-mgmt wpa-psk
set psk YOUR-PASSWORD
backConfigures Wi-Fi security and password
save
quitSaves configuration and exits editor
nmcli radio wifi onEnables Wi-Fi radio
systemctl restart NetworkManagerYour Edge PC should now be connected to Wi-Fi.
Here are an additional video that can be shared or promoted within the documentation, README, or presentation:
These videos can provide further context, demonstrations, or insights.