Author Topic: ports 2082 and 2030 Unable to connect  (Read 6891 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
ports 2082 and 2030 Unable to connect
« on: August 11, 2018, 06:17:03 PM »
I'm unable to access my webpanel, the website itself is working fine and i can login via ssh, its like the ports are not responding.

https://techlinktools.com/cpanel

I'm kinda new to this, using CentOS with CWP, The link below reports that the ports are closed, even though they are on the allowed list, and it was working fine earlier today...

https://techlinktools.com/?portscan 2082.68.174.10 2030,2082 ; ab 82.68.174.10:2030/ ; ab 82.68.174.10:2082/

Offline
***
Re: ports 2082 and 2030 Unable to connect
« Reply #1 on: August 12, 2018, 12:28:14 PM »
What is output of

Code: [Select]
service cwpsrv status
service cwp-phpfpm status

Offline
*
Re: ports 2082 and 2030 Unable to connect
« Reply #2 on: August 12, 2018, 02:52:14 PM »
service cwpsrv status
Code: [Select]
[root@server commands]# service cwpsrv status
Redirecting to /bin/systemctl status cwpsrv.service
● cwpsrv.service - CentOS Web Panel service (daemon)
   Loaded: loaded (/usr/lib/systemd/system/cwpsrv.service; enabled; vendor preset: disabled)
   Active: activating (auto-restart) (Result: exit-code) since Sun 2018-08-12 15:47:24 BST; 3s ago
  Process: 26210 ExecStartPre=/usr/local/cwpsrv/bin/cwpsrv -t (code=exited, status=1/FAILURE)

Aug 12 15:47:24 server.techlinktools.com systemd[1]: Failed to start CentOS Web Panel service (daemon).
Aug 12 15:47:24 server.techlinktools.com systemd[1]: Unit cwpsrv.service entered failed state.
Aug 12 15:47:24 server.techlinktools.com systemd[1]: cwpsrv.service failed.

service cwp-phpfpm status
Code: [Select]
[root@server commands]# service cwp-phpfpm status
Redirecting to /bin/systemctl status cwp-phpfpm.service
● cwp-phpfpm.service - The PHP FastCGI Process Manager
   Loaded: loaded (/usr/lib/systemd/system/cwp-phpfpm.service; enabled; vendor preset: disabled)
   Active: active (running) since Sun 2018-08-12 10:27:30 BST; 5h 20min ago
 Main PID: 1189 (php-fpm)
    Tasks: 1
   CGroup: /system.slice/cwp-phpfpm.service
           └─1189 cwp-phpfpm: master process (/usr/local/cwp/php71/etc/php-fpm.conf)

Aug 12 10:27:30 server.techlinktools.com systemd[1]: Started The PHP FastCGI Process Manager.
Aug 12 10:27:30 server.techlinktools.com systemd[1]: Starting The PHP FastCGI Process Manager...
[root@server commands]#

I guess this is the cause, although the website is still working fine, though i think email may also be down (not received test messages).
Code: [Select]
Failed to start CentOS Web Panel service (daemon).
Unit cwpsrv.service entered failed state.
cwpsrv.service failed.
« Last Edit: August 12, 2018, 03:21:23 PM by Michael »

Offline
***
Re: ports 2082 and 2030 Unable to connect
« Reply #3 on: August 12, 2018, 03:39:29 PM »
try

Code: [Select]
yum reinstall cwpsrv
sh /scripts/cwpsrv_rebuild_user_conf
« Last Edit: August 12, 2018, 03:41:57 PM by bullten »