• Sonntag, März 15, 2026

Accessing the Plesk web interface is a fundamental step for managing your server, websites, and hosting services. This guide will walk you through the various secure methods available to log in to Plesk, ensuring you can efficiently manage your online presence.

Applicable Platforms

  • Plesk for Linux
  • Plesk for Windows

You have several options to securely access the Plesk web interface, whether through your dedicated Plesk account credentials, the server's root or administrator password, or by generating a one-time login link via SSH.

Before proceeding, please note that a specific port (by default, 8443) must be opened in your server's firewall to allow HTTPS access to Plesk. If this port is not open, you may experience connectivity issues.

Method 1: Logging in with Plesk Account Credentials

This is the most common and straightforward method for accessing the Plesk control panel. Follow these steps:

  1. Open your web browser and in the address bar, enter the Plesk login page link using the following format: https://<Server hostname or IP address>:8443.

    You might encounter an SSL warning at this point. This usually indicates that a proper SSL certificate has not yet been installed for your Plesk panel. It is generally safe to bypass this warning and proceed to the login page for now.

  2. On the login page, enter your Plesk account username and password. Typically, the default username is 'admin', but this may vary depending on your setup.

    Plesk Credentials Login
  3. Click the Log In button to proceed.

Upon successful authentication, you will be directed to the Plesk web interface, ready to manage your services.

It's important to note that if access to Plesk has been explicitly disabled for the root user, this login method will not be successful for root account access.

Method 2: Logging in with Linux/Windows Server Root or Administrator Password

For server administrators, logging in using the server's root (for Linux) or administrator (for Windows) account credentials provides direct access to Plesk. Here's how:

  1. In your web browser's address bar, type the Plesk login page link in the format: https://<Server hostname or IP address>:8443.

    As with the previous method, an SSL warning might appear if an appropriate SSL certificate is not installed. You can safely bypass this warning to continue.

  2. Enter either root (for Linux servers) or administrator (for Windows servers) as the username, and then input the corresponding password you use to connect to your server.

    Root Credentials Login Administrator Credentials Login
  3. Click the Log In button.

Successfully logging in will grant you access to the Plesk web interface, allowing for comprehensive server and hosting management.

Method 3: Logging in via SSH (Generating a One-Time Login Link)

This method involves first connecting to your Plesk server via SSH and then generating a unique, one-time login link. This is particularly useful for advanced users or when direct credential login methods are temporarily unavailable or less convenient.

  1. Establish an SSH connection to your Plesk server. The method for connecting via SSH varies by operating system:

    • For Linux and macOS users: You can use any preferred SSH client available on your system. It's crucial to correctly set specific permissions for your SSH key and ensure it is placed in the designated folder for secure access.

    • For Windows users: A popular and recommended free SSH client is PuTTY. If you are using PuTTY, you may need to convert your SSH key into the PuTTY-specific format (PPK) before you can connect.

  2. Once you have successfully accessed the Plesk server via SSH, execute the following command in the terminal to generate a one-time login link:

    # plesk login

    The command will output two possible login links, typically in these formats:

    https://<Server hostname>/login?secret=<session_token>
    https://<Server IP address>/login?secret=<session_token>
  3. Copy one of the generated links and paste it into your browser’s address bar to log in:

    • Initially, attempt to use the link containing the server hostname: https://<Server hostname>/login?secret=<session_token>.

    • If the hostname-based link does not work for any reason, proceed by using the link that includes the server's IP address: https://<Server IP address>/login?secret=<session_token>.

    Important Note: If your Plesk server is operating behind a Network Address Translation (NAT) setup, the server will generate a link using its private IP address. In such cases, you will need to manually replace the private IP address with the public IP address before pasting the link into your browser.

    Again, an SSL warning might appear. This is a common occurrence if a valid SSL certificate is not yet configured for your Plesk instance. It is safe to bypass this warning to continue to the login page.

Troubleshooting and Support

If you find yourself without your Plesk credentials or if you have forgotten them, the appropriate course of action depends on your role:

  • As a Plesk administrator: Please reach out to your server hosting provider for assistance in recovering or resetting your credentials.
  • As any other user: You should contact your Plesk administrator, who will be able to help you regain access.

Understanding these different login methods empowers you to maintain control over your Plesk environment, ensuring smooth operation and management of your web services.