0
Ajenti not active on web after install
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
this is my ip : http://167.114.113.152:8000/
any other action needed?
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?
Customer support service by UserEcho
http(x) ----> https(o)
-A INPUT -p tcp -m state --state NEW -m tcp --dport 8000 -j ACCEPT
then enter your admin addres with https like this
https://yourdomain:8000