• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Unable to access the site Plesk

Extar93

New Pleskian
Hello. When you log into Plesk Panel error:
Unable to access the site
Connection reset.
How can it be fixed? This error occurs after 5-10 minutes of downtime of the control panel. Restart services sw-cp-server and sw-engine gave no result.
 
Last edited:
i am able to access the panel url (login page)

after login you are dropped after 5-10 minutes? That is it?
 
Check if you had enable Plesk firewall inside of Tool and Settings - disable for test
Look ate firewall/antivirus installed on your own computer (disable them for test)
Try access to your plesk from another ISP connection

another options:


- Disable Mod_secure and CloudFlare (there is another one that i don't remember the name)
its for secure issues.
- take a look on log file
 
Check if you had enable Plesk firewall inside of Tool and Settings - disable for test
Look ate firewall/antivirus installed on your own computer (disable them for test)
Try access to your plesk from another ISP connection

another options:


- Disable Mod_secure and CloudFlare (there is another one that i don't remember the name)
its for secure issues.
- take a look on log file
Mod_secure and CloudFlare not installed on the server, from the phone and another PC running Plesk. What log file you are interested in? Stop antivirus on YOUR PC did not give result.
 
Code:
[plesk]
user = psaadm
group = psaadm

listen = /var/run/sw-engine.sock
listen.owner = sw-cp-server
listen.group = root
listen.mode = 0600

pm = ondemand
pm.start_servers = 0
;pm.min_spare_servers = 2
;pm.max_spare_servers = 8
pm.max_children = 26
pm.process_idle_timeout = 30s
;pm.max_requests = 10

;slowlog = /var/log/sw-cp-server/slow.log
;request_slowlog_timeout = 10s
;catch_workers_output = yes
request_terminate_timeout = 600s

security.limit_extensions = .php .php3

env[PATH] = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

php_value[auto_prepend_file] = auth.php
php_value[error_log] = /var/log/plesk/panel.log

original
 
Back
Top