Awtra

Registered
Apr 15, 2017
2
0
1
United States
cPanel Access Level
Root Administrator
Hello members of the cPanel forum.

Today I come to you seeking help on setting up cPanel on my Dedicated server.

I need cPanel because through this dedicated server I will be using it for a website and to host my game server.

When I go through the steps to set up cPanel on CentOS I get an error (i.gyazo.com/8c0a3d487dce92c45b3c071404e09917.png)

Any ideas as to what may be occurring?

Note - I am using CentOS 6.
 
Last edited by a moderator:

vacancy

Well-Known Member
Sep 20, 2012
566
226
93
Turkey
cPanel Access Level
Root Administrator
Code:
nano /etc/resolv.conf
Command to open the file. Add and save the following into the file. Retry the install.

Code:
nameserver 8.8.8.8
nameserver 8.8.4.4
 

Eminds

Well-Known Member
Nov 10, 2016
319
34
28
India
cPanel Access Level
Root Administrator
Make sure you set the resolvers as well as set the hostname for the name server . Hostname should a fully qualified domain name that is required for Cpanel installation.
 

Awtra

Registered
Apr 15, 2017
2
0
1
United States
cPanel Access Level
Root Administrator
Code:
nano /etc/resolv.conf
Command to open the file. Add and save the following into the file. Retry the install.

Code:
nameserver 8.8.8.8
nameserver 8.8.4.4
Make sure you set the resolvers as well as set the hostname for the name server . Hostname should a fully qualified domain name that is required for Cpanel installation.
Any tutorials you guys have that I can follow for Cent 6?
 

SysSachin

Well-Known Member
Aug 23, 2015
604
49
28
India
cPanel Access Level
Root Administrator
Twitter
Hi Awtra,

You have to login server through SSH and open file /etc/resolv.conf using vi or nano editor and add public resolvers such as 8.8.8.8 and 8.8.4.4

Code:
nano /etc/resolv.conf
example
Code:
nameserver 8.8.8.8
nameserver 8.8.4.4
 

cPanelMichael

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

The steps in the previous post should address the issue. Note that you may also want to check with your provider to see which DNS resolvers they advise using.

Thanks!