Control Web Panel

WebPanel => CentOS 7 Problems => Topic started by: bagas on March 19, 2018, 12:59:55 PM

Title: cwp setting at google cloud
Post by: bagas on March 19, 2018, 12:59:55 PM
hi guys, i want to ask how to configure cwp at google cloud instance, i've been creating vm instance using centos 7 and then i install cwp and done. when i visit the ip address showig default web page cwp i think that work normaly and my installation at centos is right. but when i'm try to login [ipaddress]:[port] can't open/ won't show login admin page. [i got the messafege 'This site can’t be reached'].
thank a lot for helping me :)  :D ;D
Title: Re: cwp setting at google cloud
Post by: boniw on April 17, 2018, 01:07:41 AM
 ;D ;D ;D ;D ;D ;D ;D

your misconfiguration is the priority, try to changed the priority from 65... to 1000... thats will work...
Title: Re: cwp setting at google cloud
Post by: studio4host on April 17, 2018, 07:48:44 AM
if you are trying to login on port 2030 then you probably need to open it on your vps firewall

also check that cwpsrv works
Code: [Select]
# netstat -tulpn|grep 2030
tcp        0      0 0.0.0.0:2030                0.0.0.0:*                   LISTEN      16070/cwpsrv

it works if you get this output so then only firewall is left to be checked.