• Tuesday, March 24, 2026

Plesk is a widely used web hosting control panel that simplifies server and website management. Accessing its web interface is the first step to performing various administrative tasks. This guide outlines the different methods available for logging into your Plesk panel, ensuring a secure and efficient connection.

Before attempting to log in, it is 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.

Plesk Login

Accessing Plesk with Your Account Credentials

This is the most common method for users to log into their Plesk web interface. Follow these steps using your dedicated Plesk account username and password:

  1. In your web browser's address bar, enter the Plesk login page URL. The standard format is https://<Server hostname or IP address>:8443.
  2. Important Note: You might encounter an SSL certificate warning. This usually indicates that a proper SSL certificate has not yet been installed for the Plesk panel itself. For the initial login, it is generally safe to proceed past this warning.
  3. Once prompted, enter your Plesk account username and password. For example, the default administrator username is often admin.
  4. Plesk Credentials Entry
  5. Click the Log In button to gain access to the Plesk web interface.

Upon successful authentication, you will be directed to the Plesk control panel, ready to manage your server resources and websites.

Please Note: If administrative access to Plesk has been intentionally disabled for the root or administrator user, this specific login method might not be available.

Logging in Using Server Root or Administrator Credentials

For server administrators, Plesk also allows direct login using the root credentials (for Linux servers) or administrator credentials (for Windows servers). This method uses the same password you would use to connect directly to the server via SSH or RDP.

  1. Open your web browser and navigate to the Plesk login page. Use the format: https://<Server hostname or IP address>:8443.
  2. Security Alert: As with the previous method, you might see an SSL warning if a valid certificate is not installed. You can safely bypass this warning for your initial access.
  3. When the login prompt appears, enter root (for Linux) or administrator (for Windows) as the username, along with the corresponding server password.
  4. Root Credentials Entry Administrator Credentials Entry
  5. Click Log In to proceed to the Plesk control panel.

This method grants full administrative access to Plesk, allowing you to manage all aspects of the server environment.

Accessing Plesk via SSH (Secure Shell)

For advanced users and administrators, logging into Plesk can also be achieved by first connecting to the server via SSH and then generating a one-time login link. This method provides an additional layer of security and flexibility.

  1. 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 standard SSH client available. Ensure that your SSH key has the correct permissions and is placed in the appropriate directory for successful authentication.
    • For Windows users: A popular and recommended choice is PuTTY, a free and open-source SSH client. If you are using PuTTY, you may need to convert your SSH key to a PuTTY-specific format before connecting.
  2. Once you have successfully connected to your Plesk server via SSH, execute the following command in the terminal to generate a secure, one-time login link:

    # plesk login

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

    https://<Server hostname>/login?secret=<session_token>
    https://<Server IP address>/login?secret=<session_token>

  3. Copy either of the generated links and paste it directly into your web browser's address bar to access Plesk.

    • It is generally recommended to try the link containing the server hostname first: https://<Server hostname>/login?secret=<session_token>.
    • If the hostname-based link does not work, proceed to use the link with the server's IP address: https://<Server IP address>/login?secret=<session_token>.

    Important Consideration: If your Plesk server is located behind a Network Address Translator (NAT), the generated link might only display a private IP address. In such cases, you will need to manually replace the private IP address with the server's public IP address in the URL before pasting it into your browser.

    Note on SSL Warnings: Similar to other login methods, an SSL warning may appear if a proper SSL certificate is not installed for the Plesk interface. It is safe to bypass this warning for the purpose of accessing your control panel.

Troubleshooting Login Issues

Should you encounter difficulties logging into Plesk, or if you have forgotten your credentials, the course of action depends on your role:

  • Plesk Administrators: If you are the Plesk administrator and cannot recall your credentials, please reach out to your server hosting provider for assistance with credential recovery.
  • Other Users: If you are a user without administrative privileges and have forgotten your login details, please contact your Plesk administrator. They will be able to help you reset or recover your access.