New Install Can't Connect

sifuhall

Active Member
Jun 25, 2006
44
1
158
After a few years of using VirtualMin I am considering coming back to cPanel and have a 15 day trial. My servers are in AWS.

I have installed Centos 7 and cPanel but now I am unable to connect to the admin on either port 2086 or 2087.

My AWS security group is set to all allow all incoming TCP, UDP, and ICMP traffic.

I have ran the /scripts/configure_firewall_for_cpanel

The output of my firewall-cmd --list-all
public (active)
target: default
icmp-block-inversion: no
interfaces: eth0
sources:
services: cpanel dhcpv6-client dns http https ssh
ports: 110/tcp 443/tcp 80/tcp 25/tcp 587/tcp 143/tcp 995/tcp 993/tcp 22/tcp
protocols:
masquerade: no
forward-ports:
sourceports:
icmp-blocks:
rich rules:


What else could be blocking ports 2087 and 2096?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,270
463
Hello,

We only support Amazon Linux through the official cPanel AMI:

AWS Marketplace: cPanel & WHM: The Hosting Platform of Choice

If you installed cPanel with this AMI, could you verify that cpsrvd is listening for connections? You can check with a command such as:

Code:
netstat -lnp | grep :208
Thank you.