An open-source provisioning utility for WAGO PFC controllers.
This project is still in beta - please use at your own risk and post any bugs to issues
- Easy to use menu interface
- Install common software and disable unnecessary services
Connect to your controller using ssh as the root user. Run this utility with the following command from the default /root directory:
curl -L https://raw.githubusercontent.com/braunku/pfc-provisioning-tool/main/menu.sh -o menu.sh -s && sh menu.sh
Depending on the device Firmware, the above command might not work. In this case, please use the following command;
wget -O menu.sh https://raw.githubusercontent.com/braunku/pfc-provisioning-tool/main/menu.sh && sh menu.sh
To re-open the tool just type;
./menu.sh
- WAGO PFC200 with firmware 18+
- Device has correct timezone, date and time set in the WBM. Type
date
in the command line to verify. - Internet configured correctly (IP, Gateway and DNS correctly set) Check that you can ping www.google.com from the command line to verify this.
wago-provisioning-tool is under the MIT license. See the LICENSE for more information.