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.
1
Installation / Re: different ip in installation cwp !!
« on: April 17, 2018, 07:51:16 AM »
then you probably have NAT'ed network and your gateway is at ip .21, try to check it...command
Code: [Select]
route -n
2
CentOS 7 Problems / Re: cwp setting at google cloud
« 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
it works if you get this output so then only firewall is left to be checked.
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.
4
Installation / Re: Cannot connect to MySQL, db_conn.php is missing
« on: April 17, 2018, 07:42:29 AM »
set something random for "crypt_pwd" with length as password, you can change your mysql password manually and then update this files
/usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php
/root/.my.cnf
/usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php
/root/.my.cnf
5
CentOS 6 Problems / Re: different way www. and without www - why?
« on: April 17, 2018, 07:38:15 AM »
if this is for the server hostname then you need to change the server hostname to FQDN and for hostname that is subdomains, example
srv1.domain.com
srv1.domain.com
6
Installation / Re: What is the difference between Memory RAM (with Cache) and Memory RAM (NO Cache)
« on: April 16, 2018, 01:21:05 PM »
check this
https://www.linuxatemyram.com/
swap is a memory on HDD which is slow and kernel keeps there only what is not needed often.
https://www.linuxatemyram.com/
swap is a memory on HDD which is slow and kernel keeps there only what is not needed often.
7
CentOS-WebPanel Bugs / Re: WARNING: User Panel possible issue detected! If you have issues with user panel
« on: April 16, 2018, 09:18:06 AM »
1.check if your user panel works
You can open this TCP_IN & TCP_OUT port from CWP by clicking on the Firewall and then configuration edit
After making this changes firewall restart will be needed.
Code: [Select]
netstat -tulpn|grep 2082
If you get output like this then you need to check the firewall open port and open port 2082/2083Code: [Select]
tcp 0 0 0.0.0.0:2082 0.0.0.0:* LISTEN 519/cwpsrv: master
You can open this TCP_IN & TCP_OUT port from CWP by clicking on the Firewall and then configuration edit
After making this changes firewall restart will be needed.
8
Installation / Re: Cannot connect to MySQL, db_conn.php is missing
« on: April 16, 2018, 09:14:35 AM »
your installation wasn't good in some way if you are missing that files, here is part from the installer
now edit this file and set details from /root/.my.cnf
Code: [Select]
cd /usr/local/cwpsrv/htdocs/resources/admin/include
wget http://dl1.centos-webpanel.com/files/cwp/sql/db_conn.txt
mv db_conn.txt db_conn.php
now edit this file and set details from /root/.my.cnf
Code: [Select]
nano /usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php
9
CentOS 6 Problems / Re: This account is currently not available.
« on: April 16, 2018, 09:08:48 AM »
by default, ssh is disabled and also not recommend to be enabled for users.
You can edit user account from cwp admin to enable ssh access but again this is NOT recommended, you should only allow SFTP as maximum option.
You can edit user account from cwp admin to enable ssh access but again this is NOT recommended, you should only allow SFTP as maximum option.
10
CentOS 6 Problems / Re: different way www. and without www - why?
« on: April 16, 2018, 09:06:48 AM »
have you created domain/account as www or without www? as you should have created it without www.
11
Apache / Re: Site redirecting to usr/local/apache/htdocs
« on: April 16, 2018, 09:04:47 AM »
try to rebuild vhosts by simply saving your WebServer setting or use rebuild vhosts it should help.
If that doesn't help then I would say that ssl installation was failed on www and you should remove it and install again from autossl manager
If that doesn't help then I would say that ssl installation was failed on www and you should remove it and install again from autossl manager
12
Apache / Re: mod_brotli on CWP?
« on: April 16, 2018, 08:59:29 AM »
I would suggest sending a detailed info when reporting some issue as nobody doesn't know why it failed on your server and since you say it's failed it should give you some error about it and that could help.
13
Postfix / Re: Postfix and Roundcube Shows time out
« on: April 16, 2018, 08:55:20 AM »
error say's that permissions are wrong for this file: /etc/dovecot/dovecot-dict-quota.conf try to check it
It should looks like this
Code: [Select]
stat /etc/dovecot/dovecot-dict-quota.conf
It should looks like this
Code: [Select]
# ls -la /etc/dovecot/dovecot-dict-quota.conf
-rw-r--r-- 1 root root 274 Oct 28 12:32 /etc/dovecot/dovecot-dict-quota.conf
Code: [Select]
chown root.root /etc/dovecot/dovecot-dict-quota.conf
chmod 644 /etc/dovecot/dovecot-dict-quota.conf
14
Installation / Re: error while re-install cwp
« on: April 16, 2018, 08:49:21 AM »
you need to format your server and do a clean installation if this installation failed, if it fails again on the clean install I recommend to contact cwp support.
http://centos-webpanel.com/contact
http://centos-webpanel.com/contact
15
E-Mail / Re: Email dont send except gmail
« on: April 16, 2018, 08:47:02 AM »
you need to check your mail server with your system admin as you could have an outgoing spam or you send bulk emails which are not allowed by any of the them.
First start from checking your server, blacklist, and then mail server test
https://mxtoolbox.com/blacklists.aspx
http://mail-tester.com/
all this will help you to get your mail server reputation better, but you need to check it detailed.
First start from checking your server, blacklist, and then mail server test
https://mxtoolbox.com/blacklists.aspx
http://mail-tester.com/
all this will help you to get your mail server reputation better, but you need to check it detailed.