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 - evansa

Pages: 1 ... 13 14 [15] 16 17
211
CentOS 7 Problems / Re: How to add domain with special characters
« on: May 25, 2019, 09:51:56 PM »
CWP do not support special characters at the moment.
This will be captured in a new release

212
Installation / Re: Configuration help
« on: May 24, 2019, 10:35:26 AM »
Please contact support for assistance on this.

As you have a lots of issues

213
Hello,

Please contact support to check this out.

214
E-Mail / Re: how to disable roundcube centos web panel 6
« on: May 17, 2019, 12:06:22 PM »
Hello,

Can you please much information.
You want to disable roundcube webmail. Do you want to use another webmail?

215
E-Mail / Re: Set up gmail MX record
« on: May 07, 2019, 04:52:44 PM »
Hello,

if your your domain is verified with google, you will go ahead and add the following MX records to your DNS server vis CWP

go to cwp > domain functions > List DNS Zone > check the domain you want to edit records  and click edit records.

delete the existing MX records and add the following:

ASPMX.L.GOOGLE.COM.   1
ALT1.ASPMX.L.GOOGLE.COM.   5
ALT2.ASPMX.L.GOOGLE.COM.   5
ALT3.ASPMX.L.GOOGLE.COM.   10
ALT4.ASPMX.L.GOOGLE.COM.   10

If your domain is not verified, you may have to verify by choosing the method  (such as TXT record, HTML file, or meta tag).
If you need to verify your domain:

1. Find the unique MX verification record provided by the G Suite Setup Wizard.
2. If you choose TXT record,Copy the entire record (ends in mx-verification.google.com) and paste it in the Value/Answer/Destination/Target column.
3. Make sure the record's priority is set to Low or to 15 or greater.

for example, in the CWP DNS, the following record needs to be added:

select Record type  - TXT

and enter the following:

Record name  - <yourdomain name>
TTL - 1440
Text Record - <ends in mx-verification.google.com>


4. Save your changes


216
Hello,

Did you try rebuild webservers??

CWP admin > webserver settings > select webservers, choose your options and rebuild

217
CentOS-WebPanel GUI / Re: Users are unable to access there accounts
« on: May 04, 2019, 10:35:30 PM »
Hello,

For security reasons, CWP is enforcing https to both CWP admind and user panel.
So for admin panel, its will be https://xxxx:2031 and for user panel, https://xxxx:2083

Lets know if you still have issues

218
You need to login to server again and reboot.
After, visit the CWP admin from http://<ip>:2030 and login with root and root password.

You need to set up your DNS - either you use CWP as your private DNS or use an external DNS.

If you external DNS, please create an A record to point to your VPS

219
Installation / Re: Reinstall Centos 7 Server / CWPpro not activating
« on: April 01, 2019, 10:14:11 PM »
Hello,

You cannot still active?
Please contact support to check this

220
Please log a ticket with support to check this

221
Hello,

Please open ticket with support to check this

222
CentOS 7 Problems / Re: Changing Hostname Inserts Junk into Hostname
« on: April 01, 2019, 10:02:21 PM »
Hello,

EDIT /etc/hosts and set hostname manually.
You can also contain support so we investigate further

223
CentOS 7 Problems / Re: I can not delete a user
« on: April 01, 2019, 10:00:35 PM »
Hello,

Please go to /home and delete the user folders.
Please make sure u have backup of those users

224
Hello,

Please go to Webservers settings > select webserver > choose the third option nginx+apache
Now select the php-fpm version in the drop down.
Check the force apache to use php-fpm
Then save

225
Updates / Re: python3.7 and pip3
« on: March 26, 2019, 08:40:34 PM »
Hello,

I will recommend building from source by following the steps below:
a) Prepare Your System
# yum -y groupinstall development
# yum -y install zlib-devel

b) Download python Source Code
# cd /usr/local/src
# wget https://www.python.org/ftp/python/3.7.3/Python-3.7.3.tgz

c) Build Python
# cd /usr/local/src
# tar xvf Python-3.6.0.tgz
# cd Python-3.6.0
# ./configure --enable-optimizations --with-ensurepip=install
# make -j 8
d)The default path of python3 will be /usr/local/bin/python3

e)After the above steps are done, upgrade pip3 by running the following comman
pip3 install --upgrade pip

Pages: 1 ... 13 14 [15] 16 17