Author Topic: cannot access panel  (Read 30841 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Re: cannot access panel
« Reply #15 on: September 08, 2017, 07:26:44 AM »
after 1 week, and i am too lazy to move 50 domain to new server, i found way to back my cwp admin panel.

1. i clone my vm and roll back to latest config that working well.
2. update cwp 0.9.8.188 to 0.9.8.268 using manual update, sh /script/update-cwp
3. and i found cwp using this link to update http://dl1.centos-webpanel.com/files/cwp2-latest
4. i back to error cwp server and try running script, sh /script/cwp2-latest
5. and finally my cwp running well i can open again my cwp admin page on 2030

Solved
« Last Edit: September 08, 2017, 07:29:17 AM by mrgamaliel »

Offline
*
Re: cannot access panel
« Reply #16 on: September 20, 2017, 06:59:08 AM »
Hello,
I followed all of instructions (my server have Centos v7, So change command accordingly).
But for me port 2030 and 2031 both are not working. returning timeout error.   
I also check "iptables" and "Port" -

Port is listening -
   [root@xxxxxxxxxxxxxxxxxxxxx ~]# lsof -i :2030
   COMMAND PID USER   FD   TYPE DEVICE SIZE/OFF NODE NAME
   cwpsrv  794 root   24u  IPv4  15146      0t0  TCP *:device2 (LISTEN)
   cwpsrv  796 root   24u  IPv4  15146      0t0  TCP *:device2 (LISTEN)
  cwpsrv  797 root   24u  IPv4  15146      0t0  TCP *:device2 (LISTEN)

----------------------------------------------
iptables configuration -

[root@xxxxxxxxxxxxxxxxxxxxx ~]# iptables -L -n
Chain INPUT (policy ACCEPT)
target     prot opt source               destination
f2b-SSH    tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:22
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0            state NEW tcp dpt:2030
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0            state NEW tcp dpt:2031

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination

Chain f2b-SSH (1 references)
target     prot opt source               destination
REJECT     all  --  61.177.172.60        0.0.0.0/0            reject-with icmp-port-unreachable
RETURN     all  --  0.0.0.0/0            0.0.0.0/0

Can you please provide some guidance how can i resolve this problem?
Thanks in advance.

Offline
*
Re: cannot access panel
« Reply #17 on: September 21, 2017, 01:09:11 PM »
maybe your provider is blocking the custom ports so you need to contact them.
VPS & Dedicated server provider with included FREE Managed support for CWP.
http://www.studio4host.com/

*** Don't allow that your server or website is down, choose hosting provider with included expert managed support for your CWP.

Offline
*
Re: cannot access panel
« Reply #18 on: March 07, 2018, 05:23:36 PM »
when i try to update, there show error

php fatal error:
the encode file /usr/local/cwpsrv/htdocs/resources/admin/include/cron.php has expired.
in unknown in line 0

I had the same problem and I fixed it by just installing CWP again over it. I have CentOs 6.9 (Final)

Code: [Select]
cd /usr/local/src
wget http://centos-webpanel.com/cwp-latest
sh cwp-latest

It kept all the settings I had before. But to be sure copy all databases and files from your users.
It's funny that: centos-webpanel.com has cPanel and not CWP installed.