Question
Ajenti Port Not Working on Debian
I installed Ajenti using http://support.ajenti.org/topic/349864-installing-on-debian/. Everything looks okay from the ssh, it says;
:: Done! Open https://<address>:8000 in browser
When I open it in Chrome, I get:
No data received - ERR_EMPTY_RESPONSE
Also, when I try Debian’s debug, ajenti-panel -v, I get:
ERROR Could not bind to (u'0.0.0.0', 8000)
After checking on if there is something else listening to the port, I find Python. I’ve tried killing Python and the process dies, but I still cannot get Ajenti to work. The only thing I have installed now are the basic LAMP stuff (apache, mysql, etc).
Any help would be great! :)
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
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 passlib
source: 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://my_servera_ip_address:8000