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 - Bestariweb Hosting

Pages: [1] 2
1
Installation / Re: Is centos 8 support
« on: October 21, 2019, 09:04:42 AM »
Same Post with this Link http://forum.centos-webpanel.com/installation/centos-8-version/
I Wish Next CWP Support CentOS8

2
Postfix / Email Filtering
« on: October 08, 2019, 03:19:09 PM »
Dear All,
Does CWP have a feature for email filtering to separate emails based on certain criteria into several folders?
For the example, "move incoming email that contain criteria1 word in subject,  to criteria1 folder"

Thank you

3
Installation / Re: Centos 8 Version
« on: October 08, 2019, 03:07:39 PM »
Hopefully CWP8 will be better, more secure and faster

4
Installation / Re: new account domains will only show CWP Test page
« on: September 15, 2019, 08:41:01 AM »
Domain account is located at path
Code: [Select]
/home/yourcwpusername/public_html/The test page for each domain is located at
Code: [Select]
/home/yourcwpusername/public_html/index.html
You can change the default appearance by editing the file

Code: [Select]
/usr/local/cwpsrv/htdocs/resources/admin/tpl/new_account_tpl

5
Installation / Re: Cannot start apache nginx both trying to use port 80
« on: September 15, 2019, 08:25:55 AM »
Rebuild web server trough CWP admin will solved this problem

6
I think not only cwp that use comment line like this. Another web panel like cPanel also add some comment when you migrate account from one server to another.

7
Dear All
Does Anyone Know how to migrate account and email between CWP without any change in email password and account password?

thankyou

8
Postfix / can we import email account from CSV file ?
« on: May 27, 2015, 03:25:22 PM »
Dear All,
Anyone can help how to import mail account from csv file?

thankyou

9
Information / Re: command line to manage cwp
« on: May 08, 2015, 03:41:07 PM »
Show User List:
Code: [Select]
# sh /usr/local/cwpsrv/htdocs/resources/scripts/list_users
To Reset mySQL Root Password:
Code: [Select]
# sh /usr/local/cwpsrv/htdocs/resources/scripts/mysql_pwd_reset
Update cwp:
Code: [Select]
# sh /usr/local/cwpsrv/htdocs/resources/scripts/update_cwp
List Domain:
Code: [Select]
# sh /usr/local/cwpsrv/htdocs/resources/scripts/list_domains
To Backup Users:
Code: [Select]
# sh /usr/local/cwpsrv/htdocs/resources/scripts/user_backup

10
How to / Re: how to check my current MySQL root password
« on: May 08, 2015, 03:34:45 PM »
to Reset MySQL Root Password also can do via SSH:

Code: [Select]
# sh /usr/local/cwpsrv/htdocs/resources/scripts/mysql_pwd_reset

11
How to / Re: How to delete account manualy
« on: May 08, 2015, 03:27:19 PM »
You also need to remove the account from the CENTOS system, otherwise you might be able to access throw ftp or ssh

Can you describe how me to delete an account from CentOS System?

12
Information / Re: Suspended user
« on: May 08, 2015, 03:21:54 PM »
Login as root, and then click List Account.
To suspend an account, you can click suspend button in respectively account

13
Many people wish this module..
But just 7 people that vote about this modul
just 2 people that comment

Please add vote and comment on https://requests.whmcs.com/responses/centos-web-panel-module

14
FTP / Re: FTP accounts
« on: May 04, 2015, 01:16:47 PM »
to zip and unzip, I use net2ftp.

To install net2ftp in your server, just use this command:

Code: [Select]
# sh /usr/local/cwpsrv/htdocs/resources/scripts/install_net2ftp
and you can access web ftp in http://your-domain.com/net2ftp

15
PHP / Re: Cron Job not showing in the list,
« on: May 04, 2015, 12:51:43 PM »
same here,
no cron job appear in the list, after adding it


please fix  :)

You can see cron list in respectively account
please log in as localcon account to see cron job list.

or you can use this SSH command
Code: [Select]
# crontab -u localcon -e

Pages: [1] 2