• Samstag, März 14, 2026
photo_2023-01-26_19-40-32.jpg

Accessing the Plesk web interface is essential for managing your server and websites. This comprehensive guide outlines the various secure methods you can use to log into your Plesk panel, whether you're using Plesk for Linux or Plesk for Windows. You can typically log in using your Plesk account credentials, the root or administrator password for your server, or by generating a one-time login link via SSH.

Before attempting to log in, it's crucial to ensure that the necessary port for Plesk access over HTTPS is open in your server's firewall. By default, Plesk uses port 8443 for secure connections.

Logging In with Your Plesk Account Credentials

This is the most common and straightforward method to access your Plesk web interface. Follow these steps:

  1. In your web browser's address bar, type the Plesk login page link in the following format: https://<Server hostname or IP address>:8443.
  2. Note: You might encounter an SSL warning. This typically indicates that a proper SSL certificate has not yet been installed or configured for your Plesk panel. For initial access, it is generally safe to proceed and bypass this warning.

    Once on the login page, enter your Plesk account username and password. For instance, if your username is "admin", input "admin" and the corresponding password.

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

Upon successful authentication, you will be directed to the Plesk web interface, where you can begin managing your server resources.

Important Consideration: If access to Plesk has been intentionally disabled for the root user or other specific accounts, this login method might not be available. In such cases, alternative login procedures would be necessary.

Logging In Using Your Server's Root or Administrator Password

For server administrators, logging in with the operating system's root (for Linux) or administrator (for Windows) password is a common practice. Here’s how to do it:

  1. Open your web browser and enter the Plesk login page link: https://<Server hostname or IP address>:8443.
  2. Note: As with other methods, you may encounter an SSL warning. You can safely bypass this warning for initial access.

    On the login screen, enter "root" (for Linux servers) or "administrator" (for Windows servers) as the username, and then provide the password you typically use to connect to your server directly.

    Root Credentials

    For Windows servers, the login prompt might specifically ask for administrator credentials:

    Administrator Credentials
  3. Click Log In to gain access to the Plesk control panel.

This method provides full administrative access to your Plesk environment.

Accessing Plesk via SSH with a One-Time Login Link

For users who prefer command-line access or require a secure, one-time login link, SSH offers a robust solution. This method involves connecting to your Plesk server via SSH and then generating a unique login URL.

  1. Connect to Your Plesk Server via SSH

    You'll need an SSH client to establish a connection to your Plesk server. The choice of client depends on your operating system:

    • For Linux and macOS: Most Unix-like systems have a built-in SSH client available via the terminal. You may need to configure specific permissions for your SSH key and ensure it's placed in the correct directory.
    • For Windows: PuTTY is a widely recommended, free SSH client for Windows users. If you use PuTTY, remember that you might need to convert your SSH key to PuTTY's specific format (.ppk).
  2. Generate a One-Time Login Link

    Once you have successfully connected to your Plesk server via SSH, execute the following command in the terminal:

    # plesk login

    The command will output two distinct links, similar to these formats:

    • https://<Server hostname>/login?secret=<session_token>
    • https://<Server IP address>/login?secret=<session_token>
  3. Use the Generated Link to Log In

    Copy one of the generated links and paste it into your web browser's address bar:

    • Initially, try using the link that contains your server's hostname (e.g., https://<Server hostname>/login?secret=<session_token>).
    • If the hostname-based link does not work, proceed by using the link with your server's IP address (e.g., https://<Server IP address>/login?secret=<session_token>).

    Important Note: If your Plesk server is configured behind a Network Address Translation (NAT) device, the system might generate a link pointing to a private IP address. In such a scenario, you will need to manually replace the private IP address with the public IP address of your server before pasting the link into your browser.

    SSL Warning: Similar to other login methods, you may encounter an SSL warning. This is a common occurrence if a proper SSL certificate hasn't been installed for the Plesk panel, and it is safe to bypass it for immediate access.

Should you find yourself without your Plesk credentials or if you have forgotten them, it is recommended to contact the appropriate support. If you are a Plesk administrator, reach out to your server hosting provider for assistance. If you are any other type of user, please contact your Plesk administrator to help you recover or reset your login credentials.