Control Web Panel

WebPanel => Installation => Topic started by: xbrot on December 01, 2013, 08:34:31 AM

Title: Can't Access Admin Panel After Installation
Post by: xbrot on December 01, 2013, 08:34:31 AM
Hi, I'm new in Centos.

Centos Web Panel was successfully installed, but I can't access http://IPaddress:2030.
How can I solve it?
Title: Re: Can't Access Admin Panel After Installation
Post by: Administrator on December 01, 2013, 11:45:59 AM
try to restart server and if this don't works then contact support on email with your ssh login details
Title: Re: Can't Access Admin Panel After Installation
Post by: adrian82 on January 07, 2014, 10:21:30 PM
i have the same problem! the solution was to open port 2030 from my amazon ec2 instance where i installed centos 6.  sorry for my bad english! good luck!
Title: Re: Can't Access Admin Panel After Installation
Post by: BlackDragonGTA on January 25, 2014, 07:29:20 PM
Hi, I'm new in Centos.

Centos Web Panel was successfully installed, but I can't access http://IPaddress:2030.
How can I solve it?

Hello. Open Putty and Write:

iptables -A INPUT -p tcp --dport 2030 -j ACCEPT
iptables -A INPUT -p tcp --dport 2030 -j ACCEPT

;-)
Title: Re: Can't Access Admin Panel After Installation
Post by: drseva on April 09, 2018, 01:50:17 PM
i have the same problem! Can you help me