SOLVED cPanel DNS ONLY can't access interface

inteldigital

Well-Known Member
Apr 5, 2018
88
15
8
England
cPanel Access Level
Root Administrator
Twitter
Hi,

I'm trying to set up a DNS cluster with cPanel DNS Only. I've just installed it on one of my VPS' and I am having difficulty accessing the interface.

I intend to use the same domain as my main server, for the hostname, just a different prefix (example.example.com is main server, example1.example.com is DNS VPS), so the domain won't resolve yet, however I can't even access it from the IP:2087.

firewalld isn't active on this installations, so it's not a port forward issue, right?

Can someone help?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
Hello @inteldigital,

Can you access the DNSOnly server using SSH? If so, run the following command to verify that cpsrvd is running on port 2087:

Code:
netstat -lnp | grep :2087
The output should look like this:

Code:
# netstat -lnp | grep :2087
tcp        0      0 0.0.0.0:2087            0.0.0.0:*               LISTEN      17948/cpsrvd (SSL)
If it's running on port 2087, try following the steps documented below to ensure the firewall rules on your system are not blocking the connection:

How to Configure Your Firewall for cPanel Services - cPanel Knowledge Base - cPanel Documentation

Thank you.
 

cPanelMichael

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

I'm glad to see you were able to solve the issue. Thank you for sharing the solution.

Thank you.