I’m trying to understand if it is this way or I can change it.
I’m making a PLC code and visualization screens, the ideia is to operate via webvisu some controls. So i made a code, made some screens and when i try it in my web browser, first it asks me to insert te user and password of the wbm/runtime of the plc (user: admin, password: wago by default), then i can acess my screens but I have to login again with the user and password that i created in the visualization user managment.
My question is: is there a way to disable this first login to the visualization screens (webvisu)? Or create another user/password for this first screen?
I have a PFC200 and a Edge Controller, both are working the same way.
From the Web-Based Management, go to Configuration → Ports & Services → PLC Runtime Services. If you turn OFF the “Port Authentication” option, you will no longer be prompted for that initial login when you access a WebVisu.
Hi, you can also deactivate authentication for the visualisation only.
But then you have to adjust a config entry!
Login to the controller, e.g. via SFTP or SSH and set the entry “CallVisuServicesDirectly” to 1 in the file “/etc/codesys3.d/RtsCore.cfg”.
Hi Rafael, does yours doesnt have to key in like this after disabling the Port Authentication? Why mine still appear ? I have the same problem as yours.
Thanks for sharing!
For anyone else trying this through SSH, you need to login as root to get permission to edit the file.
Default user/password: root/wago