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.
166
Installation / Re: hot setup CWP on a home network
« on: October 13, 2018, 05:27:15 PM »
CWP needs a static IP address
167
SSL / Re: https admin login 2031 2087 port
« on: October 13, 2018, 05:26:36 PM »okay reloading cwp worked. So the question is, how do I renew? in January? Same thing all over again...chainge hostname...reload cwp? Seems rather cumbersome
OK I am glad to hear that it worked for you.
Hostname SSL is autorenewed after 90 days and thus you need not to worry about it. Nothing needed to be done at your end.
168
SSL / Re: https admin login 2031 2087 port
« on: October 13, 2018, 12:33:15 AM »
A very simple solution for this issue.
1 - Change hostname through "Change Hostname" option so that you get autoSSL installed
2. Reload cwpsrv service from console
service cwpsrv reload
and you will get green padlock on hostname page
1 - Change hostname through "Change Hostname" option so that you get autoSSL installed
2. Reload cwpsrv service from console
service cwpsrv reload
and you will get green padlock on hostname page
169
Postfix / Re: Recent auto update made on cwp pro mail not working.
« on: October 05, 2018, 07:57:46 AM »
It happened to me a few times and support was kind enough to resolve the issue.
Run this command from shell
If still not then contact support team.
Run this command from shell
Code: [Select]
sh /scripts/update_cwp
and check if CWPpro is visible to you.If still not then contact support team.
170
MySQL / Re: error establishing database connection
« on: October 05, 2018, 07:26:49 AM »
Depends on number of factors. Can you paste here the mysql logs?
171
SSL / Re: Hostname link not work.
« on: September 30, 2018, 03:14:59 PM »
Then Kindly following this
1. Change hostname using Change Hostname module in admin panel so that you get autoSSL installed for hostname
2. Then reload cwpsrv from console
service cwpsrv reload
1. Change hostname using Change Hostname module in admin panel so that you get autoSSL installed for hostname
2. Then reload cwpsrv from console
service cwpsrv reload
172
E-Mail / Re: Roundcube Problems
« on: September 30, 2018, 03:06:21 PM »Can you upload the error screenshots?
How to view email data (server and ports) to connect in outlook?
Login to user panel, Click on Email Accounts and in right panel, you will find all the settings needed to connect through Outlook.
173
Installation / Re: User + Domain
« on: September 30, 2018, 03:03:59 PM »Hi.
When i create an User, i insert a domain name, but after create this user the domain no appear in menu List Domains.
Any solution?
Any account created for a domain through root panel will not be listed under List domains. You can see that domain in List Accounts option.
174
E-Mail / Re: Roundcube Problems
« on: September 29, 2018, 01:10:54 AM »
Can you upload the error screenshots?
175
SSL / Re: Hostname link not work.
« on: September 29, 2018, 01:09:40 AM »Hi.
I change my hostname, but my hostname link (domain.net:2031) not work.
Can help me?
How to apply SSL in URL IP Address?
Have you added an A record for your hostname?
176
SSL / Re: SSL in CWP (URL)
« on: September 29, 2018, 01:08:54 AM »Ok.
I try again but my SSL hostname link not work and ip link appear with insecure.
Can help me?
Did you try service cwpsrv reload after hostname change?
177
Addons / Re: Wordpress
« on: September 29, 2018, 01:06:18 AM »Hi.
Exist any form to install wordpress in CWP?
CWP comes with a default Wordpress module through which you can install wordpress for doamins/subdiomains/subdirectories. Check user panel.
178
Installation / Re: How to install webpanel in Centos 6 instance of Amazon AWS E2
« on: September 29, 2018, 01:05:02 AM »yum install wget -y This command did not worked - It says you need to use ROOT - but here it is just centos user
Use this command to get root access
sudo su
179
How to / Re: how to secure CentOS server using CWP features
« on: September 29, 2018, 01:02:58 AM »My SSH not work after change port.
Can you help me?
What error you are having? Anyhow, you can revert the port change by Visiting SSH configuration module at https://{server_ip}:2031/admin/index.php?module=file_editor&file=/etc/ssh/sshd_config
180
CentOS-WebPanel Bugs / Re: cwp update scripts does not work
« on: September 25, 2018, 09:40:19 AM »try this from your consoleCode: [Select]chattr -i -R /usr/local/cwpsrv/htdocs
cd /usr/local/cwpsrv/htdocs
wget dl1.centos-webpanel.com/files/cwp/el7/cwp-el7-0.9.8.740.zip
unzip -o cwp-el7-0.9.8.740.zip
rm -f cwp-el7-0.9.8.740.zip
It worked perfectly. Thank you