Page 1 of 1
Login Webinterface
Posted: 21 Dec 2015, 13:38
by Miki
Hi, where can I find the password for Web login?
Or where can I adjust that?
In the esp easy sketch I could not find a config for it.
I flashed the R48 and configures the ESP-01. After a second reboot the Login Windows appeared.
Greetz Miki
Re: Login Webinterface
Posted: 21 Dec 2015, 17:05
by costo
If you are talking about the Access-Point webgui on 192.168.4.1 this has a default password, which is defined in the beginning of the main program:
#define DEFAULT_AP_KEY "configesp"
If you leave it empty, you will need no password.
Re: Login Webinterface
Posted: 21 Dec 2015, 17:15
by mkotek
And if you are talking about admin password for configuration, it is being set in the Config tab and I have not seen ability to prepopulate it via content of INO.
But if you are getting a fully blown Windows login form (as a popup, not HTML form with place to enter password) when entering IP of the ESP, that means, something else is using this IP.
Re: Login Webinterface
Posted: 21 Dec 2015, 22:45
by Miki
Hi costo, and mkotek,
it´s the admin pasword for the configuration.
please, look at the screens.

Re: Login Webinterface
Posted: 21 Dec 2015, 22:51
by mkotek
So this password is being set as Admin Password on Config tab. It must have survived your previous experiments, so you need to use a clean flash procedure mentioned here:
http://www.esp8266.nu/forum/viewtopic.p ... =466#p2412
Re: Login Webinterface
Posted: 22 Dec 2015, 16:27
by Martinus
Just try 'reset' command using serial port. Should be sufficient to clear the config.
Re: Login Webinterface
Posted: 23 Dec 2015, 16:24
by Miki
Thank You mkotek,
that worked for me.