0

Ajenti not active on web after install

Hossein Azizabadi 9 years ago updated by Lexy 9 years ago 4
Hello

I install Ajenti in centos 6.6 by http://support.ajenti.org/topic/349866-installing-on-centosrhel/

after install service run , But I can't access to it from web browser . I open port 8000 in iptable by add this line

-A INPUT -p tcp --dport 8000 -j ACCEPT

this is my ip : http://167.114.113.152:8000/

any other action needed?
try...

http(x) ----> https(o)
like me still can't access to it from web browser
-A INPUT -p tcp -m tcp --dport 443 -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 8000 -j ACCEPT
in cent os , you shoud disable your firewalld and iptables

then enter your admin addres with https like this
https://yourdomain:8000