New cPanel installation gets stuck

Tmike

Member
Jan 21, 2016
6
0
1
Thailand
cPanel Access Level
Root Administrator
I can't install cpanel a my new server :

after running

Code:
cd /home && curl -o latest -L https://securedownloads.cpanel.net/latest && sh latest
it get stuck here :

prntscr.com/c1tv4l

Any help ? thank you
 
Last edited by a moderator:

cPanelMichael

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

Could you verify if the installation is still hanging at the stage referenced in the screen capture? If so, please try testing your server's connection to the IP address on the last line of the image you attached with a command such as:

Code:
telnet 185.15.22.168 80
Or, if telnet isn't installed:

Code:
ping 185.15.22.168
Let us know the output.

Thank you.