directAdmin panel is down

ygaradon

New member
Joined
Jul 11, 2022
Messages
4
hello, my license stop auto renew, so i parche the license again
but the directadmin sitll can't be accessed,
so i try to find a way to update the license via ssh,
but acidently i was running the setup.sh for couple of secondes
and stop it by ctrl+c, but after that when i trying to access the directAdmin via port 2222, i get: ERR_EMPTY_RESPONSE
 
Aagh you have stopped the install process
If Custombuild is still up you can try to do an build all from SSH
Code:
cd /usr/local/directadmin/custombuild/
./build update
./build update_script
./build clean
./build clean_old_webapps
./build all
 
thank you,
i now, run:
Code:
cd /usr/local/directadmin
./directadmin server --debug=10
and the panel is up and seems to be working,
should i still run the custombuild ?
 
thank you,
i now, run:
Code:
cd /usr/local/directadmin
./directadmin server --debug=10
and the panel is up and seems to be working,
should i still run the custombuild ?
If it is working fine you usually don't have to run custombuild but check the error log to check for the cause, most of the time it is resolved by rebuilding the configs
 
i now tried to access the directadmin panel but it's loading forever...
i rebuilded everyting.. it's look ok.
but it's still loading forever...
when i run:
Code:
cd /usr/local/directadmin
./directadmin server --debug=10
i get:
Code:
fatal creating main HTTP server error=listen tcp :2222: bind: address already in use port=2222
 
Exact same problem here:

Shouldn't happen after a ./build all.

Do you have some custom configs somewhere, like in the /usr/local/directadmin/custombuild/custom/ap2/ or maybe some directory's after that?

Try this command via SSH and give the output:
lsof -i :2222
also check your /etc/httpd/conf/httpd.conf file if 2222 is mentioned in there somewhere.
 
Back
Top