Hi everyone,
I’m encountering an issue with CyberPanel and would appreciate some guidance. When accessing the panel via https://<IP>:8090
, I occasionally see the following error:
json
CopyEdit
{"error_message": "Session reuse detected, IPAddress logged.", "errorMessage": "Session reuse detected, IPAddress logged."}
What I’ve Tried:
- Clearing Browser Cache:
I’ve cleared my browser cache and cookies and even tried accessing the panel in an incognito window. - Restarting Services:
I restarted the relevant CyberPanel services:
bash
CopyEdit
sudo systemctl restart lscpd
sudo systemctl restart cyberpanel
sudo systemctl restart gunicorn
- Checking Logs:
I’ve reviewed theaccess.log
, which doesn’t show any critical errors but logs successful requests (HTTP 200) for/websites/listWebsites
,/base/
, etc. - Updating the System:
I ensured that all system packages are up-to-date:
bash
CopyEdit
sudo apt update && sudo apt upgrade -y
- Debug Mode:
I enabled debug mode in CyberPanel by modifying theconf.py
file, but I’m still not able to pinpoint the root cause.
Environment Details:
- OS: Ubuntu 24.04
- CyberPanel Version: (latest or specific version, if known)
- SSL Configuration: Using Let’s Encrypt for the domain/IP.
Issue Summary:
The error seems to indicate a session conflict or incomplete session cleanup. I also noticed some 302 redirects in the logs for paths like /filemanager/<domain>
and /static/images/cyberpanel-banner-graphics.png
. Not sure if this is related.
What I Need:
- Has anyone else faced the “Session reuse detected” error? If yes, how did you resolve it?
- Are there specific configurations I should check for session management in CyberPanel?
- Any tips for deeper troubleshooting?
Thanks in advance for your help!