Blank login page at ip_address:2222

napoolion

Verified User
Joined
May 4, 2020
Messages
7
After I made an update of directadmin and custombuild I can't seem to able to reach the login page.
My sites are live and controllable via ssh, but can't login to actual directadmin environment.

I have checked my ip address if it is blocked with csf -g command, but my ip address in not in the list.
Any other ideas why I get blank login page?
 
I've had that too some time in the past. Might be some addon or extension?
Have you tried with another browser?
 
Hey Richard,

Usually using Chrome, just tried firefox and edge, still same issue.

I can paste console errors though:
Failed to load resource: the server responded with a status of 404 (Not Found)
login.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
login.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)

I am not sure why it fails to load resources though, hmm..
 
I am not sure why it fails to load resources though, hmm..
I presume you already checked they are present?
/usr/local/directadmin/data/skins/evolution/assets/login.js
/usr/local/directadmin/data/skins/evolution/assets/css/login.css

Maybe indeed one of the DA logs says a bit more.
 
Got it working.
Logs did not show anything interesting.
I played with the paths by moving the login.js and login css to root folder and changing file src in login.html. Then at least the files were found, but the js had a bracket error. I figured my theme is probably corrupt somehow, so I downloaded new one from here: https://www.24x7servermanagement.com/clients/knowledgebase.php?action=displayarticle&id=27 (maybe there is a better place to download it, but it works for me)

Uploaded it to theme folder, changed the old theme name to evolution_old and a new one to just evolution and it is now working.
 
I presume you already checked they are present?
/usr/local/directadmin/data/skins/evolution/assets/login.js
/usr/local/directadmin/data/skins/evolution/assets/css/login.css

Maybe indeed one of the DA logs says a bit more.
Hi,
Where can I write these paths?
 
Back
Top