After succefully login to ISPconfig, I look menu for a while and my browser redirect me to this page.
Encountered the same problem, and I think it can be regarded as a (small) bug, since even when JavaScript is turned off, the user should get a decent error message about it (more and more users have JS turned off as a default, which I think is a good idea). Obviously, the file with the error message is simply missing. But the bug is fairly easy to fix by logging on to the webserver an executing the following commands: Code: cp /home/admispconfig/ispconfig/web/tools/nojsindx.htm /home/admispconfig/ispconfig/web/nojsindx.htm and then Code: chown admispconfig:admispconfig /home/admispconfig/ispconfig/web/nojsindx.htm I suggest putting the file "nojsindx.htm" in the proper location for the next release of ISPConfig, and maybe even making its output a little prettier...