Error Ajenti
excuse me for my bad english.
I often error Could not bind to (U'0 .0.0.0 '), 8000) usually follows an update of Ajenti.
The service may not start properly. The only way I've found to regain access to the web is to restart the server interface.
Is there a less drastic solution.
Thank you. guillaume.
Answer
Where do you see this error? In the logs, or in the console?
I see this when I enter
It seams that python is listening to this port:
Also check that you have only one Ajenti process: ps aux | grep ajenti
check your /etc/nginx/conf.d/yoursite.conf
for two server block , and two server_name
if there is two of them, delete the one your dont want
I have done following steps in ubuntu 14.04 server LTS, i can now access the panel.
1) run this commands:
apt-get install python-pip pip install passlibsource: http://support.ajenti.org/topic/222149-need-to-pip-install-passlib/
2) in /etc/ajenti/config.json i changed
"SSL":{ enabled:true, ... }
to this
"SSL":{enabled:false, ...}
3) restart ajenti service
4) access ajenti with following address
http://myserveraip_address:8000
Hi, i am having problem with error could not bind to port 8000.
i upgraded ubuntu 16.04 and installed SSL and now can't access the port already.
i have checked sudo netstat -tlnp | grep 8000 and it seems there is phyton using this port. I killed the process but still unable to get ajenti to access this port.
I tried to use the above step but still fail.
Anybody can help?
Customer support service by UserEcho
Where do you see this error? In the logs, or in the console?