Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Michael

Pages: [1]
1
CentOS-WebPanel GUI / Re: ports 2082 and 2030 Unable to connect
« 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.

2
CentOS-WebPanel GUI / 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/

Pages: [1]