Author Topic: Cannot log into my cPanel  (Read 3412 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Cannot log into my cPanel
« on: January 12, 2022, 07:54:37 PM »
This has been an ongoing issue. I cannot log into my cPanel to resolve issues with a site. When I try to log in, I end up in an endless loop. See this video - https://video.focusedidea.com/conversations/0f75264f-1f2e-55ab-95b0-a5ffe0b7d80c. Suggestions?

Offline
***
Re: Cannot log into my cPanel
« Reply #1 on: January 12, 2022, 08:15:13 PM »
Just suggestions:

- Open the inspect tool and go to the network tab. Enable persistent logs and try to login while having the inspect tool open. Maybe it can tell you how it redirects so we can get some clue?

- Try removing web browser cache and try again. Chrome has some heavy forced caching. Try Firefox for log in to see if this is a client cache issue.

or if you have access to root;
- restart apache/nginx server and see if this help.
« Last Edit: January 12, 2022, 08:19:06 PM by iraqiboy90 »

Offline
*
Re: Cannot log into my user panel
« Reply #2 on: January 12, 2022, 08:18:21 PM »
You may need to restart cwp services via root SSH with
Code: [Select]
service cwpsrv restart or on root/admin dashboard.

If this is not an option you can request your hosting service provider to do it for you.
Applications Developer | RHEL Linux Server Administrator

Reach out to me in pm to solve any application deployment such as NodeJS, Java, PHP etc


Managed 40gb Shared CWP PRO Hosting for $20 p/a offer
Managed 60gb Shared CWP PRO Hosting for $40 p/a offer
Managed 100gb Shared CWP PRO Hosting for $60 p/a offer
Managed 200gb Shared CWP PRO Hosting for $120 p/a offer


CentOS 8 died a premature death at the end of 2021 - migrate to RockyLinux Os.

Offline
*
Re: Cannot log into my cPanel
« Reply #3 on: January 12, 2022, 10:34:39 PM »
CWP is my web host. That's why I'm posting in this forum. (I'd like to have a phone number to call.)

I cannot access the root. I have cleared my cache multiple times.

Here is another video with the Inspect panel open, using Incognito.

https://video.focusedidea.com/conversations/a80d81ff-0d25-563b-898d-c030a874a27d
« Last Edit: January 12, 2022, 10:36:59 PM by briangibbs »

Offline
***
Re: Cannot log into my cPanel
« Reply #4 on: January 13, 2022, 08:26:37 PM »
Try logging in, and then immediately issue the following command:
Code: [Select]
tail -20 /usr/local/cwpsrv/logs/error_log
Post the results here.

Offline
*
Re: Cannot log into my cPanel
« Reply #5 on: January 14, 2022, 06:31:01 AM »
This has been an ongoing issue. I cannot log into my cPanel to resolve issues with a site. When I try to log in, I end up in an endless loop. See this video - https://video.focusedidea.com/conversations/0f75264f-1f2e-55ab-95b0-a5ffe0b7d80c. Suggestions?

Could the disk space be full?

Offline
*****
Re: Cannot log into my cPanel
« Reply #6 on: January 14, 2022, 11:20:38 AM »
Hello

Some causes of this behavior

- That the account does not have a defined language
- That they do not contain enough disk space for the account
- That exceeds the bandwidth consumption.

Try to check these points and you can also run this script

Code: [Select]
sh /scripts/cwpsrv_rebuild_user_conf

Please keep telling us how it went with these requests.