Having the same issue too with redirecting to 127.0.0.1 when trying to go to the admin login.
For me, it appears after leaving my WordPress dashboard open and rebooting my machine a few times through the day must have kicked me into a brute force, redirecting me to the 127.0.0.1
I tried disabling it with using this code in the wp-config.php file: define( ‘AIOS_DISABLE_COOKIE_BRUTE_FORCE_PREVENTION’, true ); but did not work.
I tried the “secret word” redirects me to the 127.0.0.1 address or to the site’s home page.
Renaming the plugin folder gets me in my dashboard but renaming it back kicks me right out. Is it possible there’s a time limit that needs to pass before trying again or what next steps should I take?