• 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.

Resolved I can't access my plesk

Solarom

New Pleskian
Server operating system version
Ubuntu 22.04 LTS (Jammy Jellyfish)
Plesk version and microupdate number
Plesk Obsidian 18.0.59.2
Hello, I can no longer access my administration page.
When I try to access port 8443, the page displays: ‘ERR_CONNECTION_TIMED_OUT’.

All websites are accessible. Only the administration page is no longer accessible.
I try to access it from web-plesk.araik.fr
I no longer own the araik.fr domain name
Could this be the problem?

If so, how can I change it if I can no longer access the panel?
 
Hi @Solarom

It is worth confirming that your server is listening on Port 8443. I'm also on a Ubuntu 22.04 based server and get the following when checking which ports are open:
Code:
alex@mypleskserver:~$ sudo ss -tl | grep 8443
LISTEN 0      511                           0.0.0.0:8443             0.0.0.0:*
LISTEN 0      511                              [::]:8443                [::]:*
alex@mypleskserver:~$

Note that this is showing both IPv4 and IPv6 listening sockets - you may only get one of the two that I get. If your server shows something similar then I think that something is firewalling port 8443 and stopping you getting to it. This could either be on your server or in your ISP's network. The reason that I say this is that connections are timing out (being dropped). If they were reaching the server and the port wasn't open, it would fail immediately.
Code:
alex@myhomeserver:/tmp$ wget https://195.110.35.159:8443/
--2024-04-24 23:58:03--  https://195.110.35.159:8443/
Connecting to 195.110.35.159:8443... failed: Connection timed out.
Retrying.

--2024-04-25 00:00:14--  (try: 2)  https://195.110.35.159:8443/
Connecting to 195.110.35.159:8443... failed: Connection timed out.
Retrying.

--2024-04-25 00:02:26--  (try: 3)  https://195.110.35.159:8443/
Connecting to 195.110.35.159:8443... failed: Connection timed out.
Retrying.

--2024-04-25 00:04:40--  (try: 4)  https://195.110.35.159:8443/
Connecting to 195.110.35.159:8443... ^C
alex@myhomeserver:/tmp$

I hope that this helps you get to the bottom of the issue.
 
No, I can't access your IP your port 8443 either. I addition to the great suggestion of @Alex Presland, it might be worth to check if the Plesk service component is actually running. You can use following commands to check the status:

Code:
service sw-engine status
service sw-cp-server status
 
Okay, I have carried out the orders you requested.
What do we do now please?
 

Attachments

  • Num1.PNG
    Num1.PNG
    24.8 KB · Views: 9
  • Num2.PNG
    Num2.PNG
    35.8 KB · Views: 9
  • Num3.PNG
    Num3.PNG
    4.2 KB · Views: 8
The Plesk service components are running and port 8443 looks to be open on your server. Yet something is blocking access to port 8443. It's hard to say what that is exactly. My best guess would be the firewall of your hosting provider. I would suggest to contact them and explain that access to port 8443 is blocked, but open on your server.

Alternatively you can configure a custom URL to access Plesk without port 8443. To configure a custom URL you can use the following command: plesk bin admin --enable-access-domain plesk.example.com (Replace plesk.example.com with your own URL.)

More information on customizing the Plesk URL can be found here:
 
Last edited:
but I can't access it even using my phone. It's not the same operator though.
Sorry, wrong wording... please contact your SERVER PROVIDER and ask them to open up inbound port 8443 to your server in their firewall.

@Kaspar has also given a good alternate solution of using the "enable access domain" feature, if your server provider won't open up inbound port 8443.
 
Back
Top