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.
61
CWP API / Re: language in new accounts created via api
« on: November 11, 2022, 08:39:10 AM »
I found a "patch". I have created a cron job to change /home/user/.conf/cwp.ini
62
CWP API / Re: language in new accounts created via api
« on: November 07, 2022, 02:33:00 PM »
I´m still looking for a solution to this.
I suppose that it must be possible to create an account via api with a language other than English
I suppose that it must be possible to create an account via api with a language other than English
63
CWP API / Re: language in new accounts created via api
« on: October 31, 2022, 01:39:03 AM »
any idea?
Could anyone help me?
Could anyone help me?
64
CWP API / Re: language in new accounts created via api
« on: October 27, 2022, 02:54:07 PM »
Yes, I use CWP Pro.
However, in add function of the API is not able to send language:
https://docs.control-webpanel.com/docs/developer-tools/api-manager/functions/function-api-account/add
However, in add function of the API is not able to send language:
https://docs.control-webpanel.com/docs/developer-tools/api-manager/functions/function-api-account/add
65
CWP API / language in new accounts created via api
« on: October 27, 2022, 09:51:17 AM »
Hi,
In option "Feature, themes, Languages" default language is spanish.
However, when i create a new account via api the account is created always with english
Any idea how to fix it?
In option "Feature, themes, Languages" default language is spanish.
However, when i create a new account via api the account is created always with english
Any idea how to fix it?
66
CentOS 7 Problems / Re: disk space usage wrong
« on: October 25, 2022, 08:08:35 AM »
umm
i am using CWPpro version: 0.9.8.1146
Now, i have created a new account and seems disk space correct...
i am using CWPpro version: 0.9.8.1146
Now, i have created a new account and seems disk space correct...
67
CentOS 7 Problems / disk space usage wrong
« on: October 25, 2022, 05:18:29 AM »
Hi,
Quotas in my vps seems ok.
However, when I create a new account disk space is wrong.
https://ibb.co/NZyfS2g
And in CWPpro.user panel:
https://ibb.co/dpHGYcj
https://ibb.co/bmNSJXH
Any idea?
Quotas in my vps seems ok.
However, when I create a new account disk space is wrong.
https://ibb.co/NZyfS2g
And in CWPpro.user panel:
https://ibb.co/dpHGYcj
https://ibb.co/bmNSJXH
Any idea?
68
CentOS-WebPanel Bugs / Re: CWP-CWP migration fails: Error API TOKEN
« on: August 25, 2022, 10:27:16 AM »@enginama, few days ago I contacted with support & they confirm it's a bug & they will release a fixing with next update. current bug included version is: 0.9.8.1142
any update about your support ticket?
I am trying to conect ClientExec and I think the issue is the same
69
CentOS-WebPanel Bugs / Re: CWP-CWP migration fails: Error API TOKEN
« on: August 23, 2022, 09:58:05 AM »On further investigation, I started going through all logs to find something on source server.
In 'secure' log (look in CWP-Log viewer under General-Secure).
I see that the root password is failing ... checked the password multiple times and its right.
Can others confirm that their problem looks to be the same?
Yes, same
Aug 23 11:55:50 s01 sshd[1343]: Failed password for root from xxxx port 58130 ssh2
Aug 23 11:55:50 s01 sshd[1343]: Failed password for root from xxxport 58130 ssh2
Aug 23 11:55:50 s01 sshd[1343]: Connection closed by xxx port 58130 [preauth]
My ssh port is 2222. I think the problem seems ssh port
70
CWP API / Client Exec
« on: August 22, 2022, 04:01:26 PM »
I am trying to use Client Exec with CWP.
But I have a problem related to testing API conection
In account_transfer log:
2022-08-22 11:05:09 export SSHPASS=**********;/usr/bin/sshpass -e ssh-copy-id "-p 22" root@xxxx-o StrictHostKeyChecking=no 2>&1
2022-08-22 11:05:09 /usr/bin/ssh -p 2222 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet root@xxx test -d /usr/local/cwp/ && echo 'true' || echo 'false' 2>&1
2022-08-22 11:05:09 false
any idea?
But I have a problem related to testing API conection

In account_transfer log:
2022-08-22 11:05:09 export SSHPASS=**********;/usr/bin/sshpass -e ssh-copy-id "-p 22" root@xxxx-o StrictHostKeyChecking=no 2>&1
2022-08-22 11:05:09 /usr/bin/ssh -p 2222 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet root@xxx test -d /usr/local/cwp/ && echo 'true' || echo 'false' 2>&1
2022-08-22 11:05:09 false
any idea?
71
CentOS-WebPanel Bugs / Re: CWP-CWP migration fails: Error API TOKEN
« on: August 22, 2022, 02:38:22 PM »
still not working
72
Migration from other control panels / Re: cwp-cwp migration Connection not reached The following error occurred
« on: August 18, 2022, 09:19:54 AM »
I have same problem
cwp-cwp tool migration is not working
cwp-cwp tool migration is not working
73
Nginx / i am trying to install brotli module
« on: April 30, 2022, 05:40:37 PM »
hello,
I try installing brotli as per instructions here: https://wiki.centos-webpanel.com/enabling-brotli-compression-on-nginx
however
Apr 30 19:28:57 hostname nginx[11905]: nginx: [emerg] dlopen() "/etc/nginx/modules/ngx_http_brotli_filter_module.so" failed (libbrotlienc.so.1: cannot open shared object file: No such file or directory) in /etc/nginx/nginx.conf:7
[root@s01 modules]# head /etc/nginx/nginx.conf
user nobody;
worker_processes auto;
#worker_rlimit_nofile 65535;
error_log /var/log/nginx/error.log crit;
pid /var/run/nginx.pid;
load_module "modules/ngx_http_brotli_filter_module.so";
load_module "modules/ngx_http_brotli_static_module.so";
[root@s01 modules]# ls -liah /etc/nginx/modules/
total 28K
79792935 drwxr-xr-x 2 root root 86 Apr 30 19:14 .
75501142 drwxr-xr-x 3 root root 21 Apr 30 17:32 ..
79785643 -rw-r--r-- 1 root root 16K Apr 28 2019 ngx_http_brotli_filter_module.so
79785644 -rw-r--r-- 1 root root 12K Apr 28 2019 ngx_http_brotli_static_module.so
[root@s01 modules]# nginx -v
nginx version: nginx/1.20.2
any idea?
I try installing brotli as per instructions here: https://wiki.centos-webpanel.com/enabling-brotli-compression-on-nginx
however
Apr 30 19:28:57 hostname nginx[11905]: nginx: [emerg] dlopen() "/etc/nginx/modules/ngx_http_brotli_filter_module.so" failed (libbrotlienc.so.1: cannot open shared object file: No such file or directory) in /etc/nginx/nginx.conf:7
[root@s01 modules]# head /etc/nginx/nginx.conf
user nobody;
worker_processes auto;
#worker_rlimit_nofile 65535;
error_log /var/log/nginx/error.log crit;
pid /var/run/nginx.pid;
load_module "modules/ngx_http_brotli_filter_module.so";
load_module "modules/ngx_http_brotli_static_module.so";
[root@s01 modules]# ls -liah /etc/nginx/modules/
total 28K
79792935 drwxr-xr-x 2 root root 86 Apr 30 19:14 .
75501142 drwxr-xr-x 3 root root 21 Apr 30 17:32 ..
79785643 -rw-r--r-- 1 root root 16K Apr 28 2019 ngx_http_brotli_filter_module.so
79785644 -rw-r--r-- 1 root root 12K Apr 28 2019 ngx_http_brotli_static_module.so
[root@s01 modules]# nginx -v
nginx version: nginx/1.20.2
any idea?
74
CentOS-WebPanel Bugs / Re: Custom Features doesn't appear
« on: April 18, 2022, 08:51:49 AM »
Do custom packages and feature manager work for you?
75
CentOS-WebPanel Bugs / Custom Features doesn't appear
« on: April 03, 2022, 02:53:40 PM »
Hello,
I am trying to configure custom features to certain package.
However doesn't appear custom features in accounts with that package.
Features option in cwp is working?
I am trying to configure custom features to certain package.
However doesn't appear custom features in accounts with that package.
Features option in cwp is working?
