Plesk is a powerful web hosting control panel that simplifies server management and website administration. To effectively manage your websites, domains, emails, and databases, you must first access its intuitive web interface. This guide will walk you through the various secure methods available for logging into Plesk.
Before proceeding, ensure that the necessary port for Plesk access over HTTPS (default: 8443) is open in your server's firewall configuration. This is crucial for establishing a successful connection to the Plesk login page.
Applicable Platforms
- Plesk for Linux
- Plesk for Windows
Methods to Access the Plesk Web Interface
You can securely log in to the Plesk web interface using your dedicated Plesk account credentials, the root or administrator password associated with your server, or by generating a one-time login link via SSH.
1. Logging in with Plesk Account Credentials
This is the most common and straightforward method for users with a dedicated Plesk account. Follow these steps to access your control panel:
-
Open your web browser and enter the Plesk login page link into the address bar. The standard format is:
https://<Server hostname or IP address>:8443.Note: You might encounter an SSL warning if a proper SSL certificate has not yet been installed on your server. It is generally safe to bypass this warning for now, especially during initial setup or if you understand the implications.
-
On the login screen, input your Plesk account username and password. For instance, the default administrator username is often admin.
-
Click the Log In button to proceed.
Upon successful authentication, you will be directed to the main Plesk web interface, ready to manage your server resources and websites.
Important: If access to Plesk has been intentionally disabled for the root user, this method may not be available. In such cases, alternative login procedures or contacting your administrator might be necessary.
2. Logging in with Linux/Windows Server Root/Administrator Password
For server administrators, logging in using the operating system's root (for Linux) or administrator (for Windows) credentials is another secure option. This method grants full control over the Plesk environment. Here’s how to do it:
-
In your web browser's address bar, type the Plesk login page link. Use the format:
https://<Server hostname or IP address>:8443.Note: An SSL warning may appear if a valid SSL certificate is not yet configured. It is typically safe to bypass this warning temporarily.
-
Enter either root (for Linux servers) or administrator (for Windows servers) as the username, and then provide the corresponding password used for connecting to your server.
-
Click Log In to gain access.
Successfully completing these steps will grant you access to the Plesk web interface with administrative privileges.
3. Logging in via SSH with a One-Time Link
For advanced users or in situations where direct web login is challenging, accessing Plesk via an SSH connection and generating a one-time login link provides a robust alternative. This method first requires you to connect to your Plesk server via SSH and then execute a command to generate a secure, temporary access link.
-
Establish an SSH connection to your Plesk server using an SSH client. The choice of client will depend on your operating system:
-
For Linux and macOS users: You can utilize various SSH clients available. Remember to correctly set the necessary permissions for your SSH key and place it in the designated folder for secure access.
-
For Windows users: PuTTY is a widely recommended, free SSH client. If you choose PuTTY, you might need to convert your SSH key into the PuTTY-specific format before use.
-
-
Once you have successfully accessed the Plesk server command line, execute the following command to generate a unique, one-time login link:
# plesk loginThe command will output two links, similar to these examples:
https://<Server hostname>/login?secret=<session_token>https://<Server IP address>/login?secret=<session_token>
-
Copy one of the generated links and paste it into your web browser's address bar.
- Begin by attempting to use the link that includes the server hostname:
https://<Server hostname>/login?secret=<session_token>. - If the hostname-based link does not function, then use the link containing the server IP address:
https://<Server IP address>/login?secret=<session_token>.
Note: If your Plesk server is situated behind a Network Address Translation (NAT) setup, the server might only generate a link with 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 it into your browser.
Additionally: As with other methods, an SSL warning might appear if a proper SSL certificate is not installed. It is typically safe to bypass this warning for this one-time login.
- Begin by attempting to use the link that includes the server hostname:
Troubleshooting and Support
Should you encounter difficulties logging in, or if you have forgotten your Plesk user account password, there are established procedures to regain access. As a Plesk administrator, your server hosting provider is the primary point of contact for assistance with credential recovery. Other users should reach out to their Plesk administrator for support in retrieving or resetting forgotten login details.
