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

Pages: [1]
1
We are working on resolving this issue, a quick fix is ​​to go to this file
Code: [Select]
nano /etc/login.defs


and comment out the following line

Code: [Select]
SHA_CRYPT_MAX_ROUNDS 5000


to

Code: [Select]
#SHA_CRYPT_MAX_ROUNDS 5000

After this you can change the user's password from the cwp administration panel and you will be able to login.

it worked for me as well  :D
thank you for your kind support ❤️

2
Hi
Please make sure to enable PubkeyAuthentication yes in the ssh configuration of the target server

I've done that but the issue still persists

3
Ive setup a new CWP on Almalinux 9

and  my old CWP is on centos 7

when I first tried to add connect using CWP to CWP GUI menu it wasn't connecting, then I've found the solution to connect api from the forum :
ssh-copy-id -p #PORT root@#old/sourceserver > #newserver

then I was able to connect the api
but the issue occurs when I've tried to migrate accounts
the error shows as :
[2024-08-20 09:30:19] - Start import process CWPTOCWP_20240820093018
[2024-08-20 09:30:25] - Import Account cleantec
[2024-08-20 09:30:25] - Create Backup Account cleantec
[2024-08-20 09:30:31] - Start Transfer Backup cleantec
[2024-08-20 05:30:44] - Error in file decompression cleantec

Pages: [1]