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.
1
CentOS 9 Problems / Re: Can not log in control panel
« on: February 26, 2025, 10:16:27 AM »
Please if your computer is running on any distro 9, please do the following to resolve the issue
Find and edit the following file
/etc/login.defs
And Change the following line
to
or
Then change the password and you will be able to log in without any problem.
Find and edit the following file
/etc/login.defs
And Change the following line
Code: [Select]
SHA_CRYPT_MAX_ROUNDS 10000
to
Code: [Select]
SHA_CRYPT_MAX_ROUNDS 5000
or
Code: [Select]
#SHA_CRYPT_MAX_ROUNDS 10000
Then change the password and you will be able to log in without any problem.
2
CentOS-WebPanel GUI / Re: Issue creating database with Mysql Manager
« on: February 26, 2025, 10:11:35 AM »
Please review and edit the following file
And only leave the users where the name is greater than 8 digits
Code: [Select]
/usr/local/cwp/.conf/mysql_user_prefix.conf
And only leave the users where the name is greater than 8 digits
3
Problems on other RedHat linux servers / Re: DNS zone with DNS records - where?
« on: January 28, 2025, 04:16:12 PM »
If you manage the DNS from your provider, you only need to copy the dkin, spf1 and DMARC1 records from your cwp to your provider so that the emails do not arrive as spam, everything else is managed from your provider.
4
Installation / Re: AL 9 server not upgrading to CWP Pro
« on: January 28, 2025, 04:13:35 PM »
What IP addresses are assigned to that server?
5
CentOS 9 Problems / Re: Can not login to CWP after changed vps password
« on: January 21, 2025, 09:46:58 AM »
Hello
Please log in as root from ssh, look for the file /etc/login.defs, look for the line SHA_CRYPT_MAX_ROUNDS 5000 and please comment it out, after this run a password change from the terminal, and with this new password you will be able to enter the web panel
Please log in as root from ssh, look for the file /etc/login.defs, look for the line SHA_CRYPT_MAX_ROUNDS 5000 and please comment it out, after this run a password change from the terminal, and with this new password you will be able to enter the web panel
6
Updates / Re: How to revert an update?
« on: January 07, 2025, 12:17:08 PM »
Hello
Please run the following script and let me know how it goes
sh /scripts/phpfpm_rebuild_user_conf
It is also important that you check that the hostname has a valid ssl
I look forward to your response to help you resolve this situation
Please run the following script and let me know how it goes
sh /scripts/phpfpm_rebuild_user_conf
It is also important that you check that the hostname has a valid ssl
I look forward to your response to help you resolve this situation
7
Installation / Re: User Control Panel Login Problem
« on: November 28, 2024, 08:34:19 PM »
We are working on resolving this issue, a quick fix is to go to this file
and comment out the following line
to
After this you can change the user's password from the cwp administration panel and you will be able to login.
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.
8
Installation / Re: CWP Fresh install on Almalinux 9 Error root login
« on: November 28, 2024, 08:29:58 PM »9
CentOS-WebPanel Bugs / Re: User login - errors
« on: November 07, 2024, 09:18:29 PM »
What version of Centos do you have installed?
11
Aplications / Re: 2fa not working
« on: October 14, 2024, 11:40:19 AM »
Hi
Some Google libraries stopped working, we are implementing a new library to make this work, it will be available for everyone soon
Some Google libraries stopped working, we are implementing a new library to make this work, it will be available for everyone soon
12
Installation / Re: Cannot login to admin CWP
« on: September 11, 2024, 11:49:21 AM »
Please use alma linux 8
13
DNS / Re: ip manager to delete ip
« on: August 21, 2024, 03:07:03 PM »
We will soon launch our new IP Suite module, where you can manage all the IPv4 and IPv6 of your server and apply it to the different services.
14
CentOS-WebPanel Bugs / Re: CENTOS 7 to AlmaLinux 9 CWP to CWP Migration issue
« on: August 21, 2024, 01:38:05 PM »
Hello
Please open a ticket with support and indicate that it be assigned to me, Josen, do not forget to add the accesses to your servers
Please open a ticket with support and indicate that it be assigned to me, Josen, do not forget to add the accesses to your servers
15
CentOS-WebPanel Bugs / Re: CENTOS 7 to AlmaLinux 9 CWP to CWP Migration issue
« on: August 20, 2024, 12:03:38 PM »
Hi
Please make sure to enable PubkeyAuthentication yes in the ssh configuration of the target server
Please make sure to enable PubkeyAuthentication yes in the ssh configuration of the target server