• Samstag, März 21, 2026

Plesk provides a robust web hosting control panel, and knowing how to access its interface is fundamental for managing your websites, domains, and server settings. Before attempting to log in, ensure that the necessary port for Plesk access over HTTPS (by default, port 8443) is open in your server's firewall. This guide outlines the various methods you can use to log into your Plesk account, ensuring a smooth and secure connection.

Logging In with Your Plesk Account Credentials

This is the most common and straightforward method for accessing your Plesk web interface. It involves using the specific username and password associated with your Plesk account.

  1. Open your web browser and navigate to the Plesk login page. You can typically find this by entering your server's hostname or IP address followed by the default Plesk port, which is 8443, in the address bar. The format will look like this: https://<Server hostname or IP address>:8443.

    Please note: You might encounter an SSL warning in your browser. This often occurs when a proper SSL certificate has not yet been installed for your Plesk panel. While it is safe to proceed past this warning for the initial login, it's recommended to install a a valid SSL certificate for enhanced security in the long term.

  2. On the login screen, enter your Plesk account username and password. For instance, the default administrator username is often admin.

    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 and hosting environment.

Important Note: If access to Plesk has been intentionally disabled for the root user, you will not be able to log in using root credentials through this method. Ensure your account has the necessary permissions.

Logging In with Linux/Windows Server Root or Administrator Password

For server administrators, Plesk also allows direct login using the root password on Linux systems or the administrator password on Windows servers. This method provides full administrative access to the Plesk panel.

  1. As with the Plesk account login, open your web browser and navigate to the Plesk login page using the format: https://<Server hostname or IP address>:8443.

    Please note: Again, an SSL warning may appear if a proper SSL certificate is not yet configured. It is safe to bypass this warning to continue with your login.

  2. When prompted for credentials, enter root (for Linux) or administrator (for Windows) as the username, and then provide the corresponding root or administrator password for your server. This is the same password you would use to connect to your server via SSH or RDP.

    Root credentials Administrator credentials
  3. Click the Log In button.

Successfully completing these steps will grant you access to the Plesk web interface with administrative privileges.

Accessing Plesk via SSH and a One-Time Login Link

This method is particularly useful for advanced users or when direct web access is restricted. It involves connecting to your Plesk server via SSH and generating a secure, one-time login link.

  1. Connect to Your Plesk Server via an SSH Client

    First, establish an SSH connection to your Plesk server. The client you use will depend on your operating system:

    • For Linux and macOS users: You can utilize any SSH client that you prefer. Ensure that the necessary permissions are set for your SSH key and that it is correctly placed in the designated folder for authentication.

    • For Windows users: A widely recommended and free SSH client is PuTTY. If you choose PuTTY, you may need to convert your SSH key into the PuTTY-specific format (.ppk) before connecting.

  2. Generate a One-Time Login Link

    Once you have successfully accessed your Plesk server through SSH, execute the following command in the terminal to generate a temporary login link:

    plesk login

    The command output will display two links, typically in 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 the address bar of your web browser to access Plesk.

    • It is advisable to try the link containing the server hostname first: https://<Server hostname>/login?secret=<session_token>.

    • If the hostname link does not function as expected, use the link with the server's IP address: https://<Server IP address>/login?secret=<session_token>.

      Important Consideration: If your Plesk server is situated behind a NAT (Network Address Translation) setup, the server might only generate a link with a private IP address. In such cases, you will need to manually replace the private IP address in the link with the corresponding public IP address of your server before pasting it into your browser.

    Please note: Similar to the other login methods, you might encounter an SSL warning. This is a common occurrence if a proper SSL certificate has not been configured and can be safely bypassed for initial access.

Experiencing Login Issues or Forgotten Credentials? If you find yourself unable to log in because you lack your Plesk credentials or have forgotten them, please reach out to the appropriate support channel. As a Plesk administrator, you should contact your server hosting provider. If you are any other user, please contact your Plesk administrator for assistance with credential recovery.