Group: Member 
Post Group: Newbie
Posts: 2
Status: 
|
I tried going to my CP at mydomain.com:2002 and realized that I could not find the page.
I did SSH to my vps and a netstat -tunlp showed me that Only few services are up. Nothing on port 2002 and 2004.
Directory /var/webuzo is still there.
Please can someone explain this strange behavior. I have wordpress running.
Thanks
----
root@Mainwebsite-2gb-fsn1-1:~# netstat -tunlp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 1098/nginx: master
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 731/systemd-resolve
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1097/sshd
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 1432/sendmail: MTA:
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 1098/nginx: master
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 1203/mysqld
tcp 0 0 127.0.0.1:587 0.0.0.0:* LISTEN 1432/sendmail: MTA:
tcp6 0 0 :::22 :::* LISTEN 1097/sshd
tcp6 0 0 :::33060 :::* LISTEN 1203/mysqld
udp 0 0 127.0.0.53:53 0.0.0.0:* 731/systemd-resolve
udp 0 0 0.0.0.0:68 0.0.0.0:*
|