parkchoice

Registered
Dec 16, 2020
1
0
1
London
cPanel Access Level
Website Owner
Hello all, apologies from the start as i am very novice when it comes to VPS. @

I have had my web site on a Centos 7vps for a while now, this morning i rebooted the vps and although the vps is now reachable through ssh i can not reach my website or cpanel anymore, nor can i FTP or see my sql databases with clients like phpmyadmin or filezilla.

Anyone had smilar issues or know any guides i can follow to try and fix?
 
Last edited by a moderator:

cPRex

Jurassic Moderator
Staff member
Oct 19, 2014
16,505
2,605
363
cPanel Access Level
Root Administrator
Hey there! Sorry to hear about this issue with the system. I wouldn't expect a reboot to change anything related to all those tools, and it doesn't seem like you are blocked if you have SSH access.

Is it possible services just aren't running well on the machine? Can you run the following command and see if there is any output?

Code:
netstat -lpn | grep 80
That would show if the Apache service is up and running and listening for connections properly on the system.