Your comments

Hi all,

I had the same problem.

I have apache2 installed and ajenti (I follow the ajenti install steps from ajenti's web site) and fresh Server ubuntu 14.04.

I've changed the
"bind": {
"host": "0.0.0.0",
"port": 8000

to

"bind": {
"host": "myServerIp",
"port": 8000

restarted ajenti service and it works.