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.
301
CentOS 7 Problems / Re: Root directory at 100 percent
« on: September 05, 2022, 01:21:51 PM »
check my post about quota info
is that similar case ?
is that similar case ?
302
CentOS 7 Problems / Re: web server keep going down
« on: September 05, 2022, 01:21:13 PM »
do you use cloudflare ?
i have problem with cloudflare enable (even im not use the CF Proxies )
i have problem with cloudflare enable (even im not use the CF Proxies )
303
Backup / Re: Strange Backup behavior with mail
« on: September 03, 2022, 01:45:53 PM »
version *43 restore 2GB email
but not showing all email
i think only about 1 GB email
i think it's same problem
but not showing all email
i think only about 1 GB email
i think it's same problem
304
LiteSpeed / Re: OpenLiteSpeed
« on: September 03, 2022, 01:43:41 PM »It's almost 2023 . Is there any chance to see in the future open lightspeed?
I really prefer CWP over cyberpanel :|
+1
but i think cwp on right track
just make more stable for migration, some machine have problem with user quota,
auto config for the best webserver ^_^ ( im not expert to configre webserver)
maybe all can solve by paid support
but i hope cwp will make other way that make free and pro can get "high quality" control panel but the developer still can buy food
305
Updates / Re: thankyou for update... but...
« on: September 03, 2022, 01:40:43 PM »
yeah.. my mistakes.. im so happy so i dont check the number... only the title.
i though developer was fix the cwp-cwp migration
i though developer was fix the cwp-cwp migration
306
Migration from other control panels / Re: cwp-cwp migration Connection not reached The following error occurred
« on: September 03, 2022, 01:39:43 PM »Let make simple,
on new server copy Public Key from: # cat /root/.ssh/id_rsa.pub
and paste Public key to Old server: # nano /root/.ssh/authorized_keys
i will test soon
right now i already move all account manually
thankyou for your simple explanation
307
Updates / Re: thankyou for update... but...
« on: September 02, 2022, 10:21:49 AM »
i just realize that is not the newest...
my 1143 have cwp-cwp error
now my cwp ask for update... what is the change ? i can create snapshot before update
but my client will lost their email if i restore it
so maybe developer can describe what is the changelog for now ?
my 1143 have cwp-cwp error
now my cwp ask for update... what is the change ? i can create snapshot before update
but my client will lost their email if i restore it
so maybe developer can describe what is the changelog for now ?
308
Updates / thankyou for update... but...
« on: September 02, 2022, 10:18:04 AM »
CWP7
Version 0.9.8.1143 (released 21/08/2022)
Admin Panel
– Fix in “CWP to CWP” migration tool module
– New versions of PHP
User Panel
– Fix in external API for the Cronjobs module
– Fix in PHP.ini module when there is no CWPpro license
thankyou for the cwp-cwp
i worried about fix in php.ini module... in my side, i was tested cwp free and the php.ini module working good... the config inside php.ini is working
i affraid it*(php.ini) will stop working anymore
Version 0.9.8.1143 (released 21/08/2022)
Admin Panel
– Fix in “CWP to CWP” migration tool module
– New versions of PHP
User Panel
– Fix in external API for the Cronjobs module
– Fix in PHP.ini module when there is no CWPpro license
thankyou for the cwp-cwp
i worried about fix in php.ini module... in my side, i was tested cwp free and the php.ini module working good... the config inside php.ini is working
i affraid it*(php.ini) will stop working anymore
309
E-Mail / Re: Weird, no mail server but forward works
« on: September 01, 2022, 07:18:20 AM »
typo.. lock = look
310
Information / Re: disk r/w io speed
« on: August 31, 2022, 04:35:10 PM »my old vps run with dd info 50-60MB/s for 1G file size
and i found vps with dd info 90++ av up tp 15-200 MB/s for 1G file size
now i move to that vps.
but i still need info
50-60MB/s is this normal speed ?
311
Information / Re: need help cwp-->cwp
« on: August 31, 2022, 03:48:12 PM »Make sure to put the ssh key in the authorized list on the origin server.tested with cli success
https://i.vgy.me/Rr9aPl.png
but still cannot use cwp-cwp
312
Information / Re: disk r/w io speed
« on: August 31, 2022, 10:45:08 AM »
hello guys,
can you share your opinion ? should i change the VPS provider or that is enough ?
can you share your opinion ? should i change the VPS provider or that is enough ?
313
Migration from other control panels / Re: cwp-cwp migration Connection not reached The following error occurred
« on: August 31, 2022, 10:44:14 AM »Quoteyou mean,, we must enter the command from cli first.. then we can use the GUI ?
from Remote Terminal login as root.
yes i mean remote terminal like putty.... under cli
so this is what i should to do
old server A: 1.1.1.1
username : root
pass : 12121212
new server B: 2.2.2.2
username: root
pass : 090909
firewall = off
ssh port : 2222 (both A and B)
step one:
connect to server using CLI, if remote then we can use like puTTY
login to server A
Code: [Select]
root@servera: # export SSHPASS=121212;/usr/bin/sshpass -e ssh-copy-id "-p 2222" root@1.1.1.1 -o StrictHostKeyChecking=no 2>&1 ssh -p ' 2222' -o 'StrictHostKeyChecking=no' 'root@2.2.2.2'
enterthen go to CWP GUI do cwp-to-cwp migration just like tutorial
correct?
314
E-Mail / Re: Weird, no mail server but forward works
« on: August 30, 2022, 08:57:08 AM »
that only need a MX rule.. lock the dns setting
in fact you cant do that too...
he only need point IN NS to another place and IN A to your server
in fact you cant do that too...
he only need point IN NS to another place and IN A to your server
315
Migration from other control panels / Re: cwp-cwp migration Connection not reached The following error occurred
« on: August 30, 2022, 08:54:09 AM »I have same problem
cwp-cwp tool migration is not working
I have same problem and solved executing from console:Code: [Select]export SSHPASS=password;/usr/bin/sshpass -e ssh-copy-id "-p Port" rootuser@xxx.xxx.xxx.xxx -o StrictHostKeyChecking=no 2>&1
ssh -p ' 3814' -o 'StrictHostKeyChecking=no' 'root@149.202.78.83'
and now:
go migration and test and save, ready to migrate.
you mean,, we must enter the command from cli first.. then we can use the GUI ?
i hope someone here have time to create tutorial in one post step by step... so n00b like me can be follow the instruction step by step...
and i hope staff make a batch script so we only need run SH.. then fill the question