Plesk is a widely used control panel available for both Linux and Windows servers, simplifying website and server management tasks. This guide will walk you through the various methods to access the Plesk web interface securely.
Accessing the Plesk Web Interface
You can log in to the Plesk web interface using a few different methods: your dedicated Plesk account credentials, the root or administrator password of your server, or by generating a one-time login link via SSH. Before attempting to log in, ensure that the necessary port for Plesk (default 8443 for HTTPS) is open in your server's firewall.
Logging in with Plesk Account Credentials
To access the Plesk web interface using your Plesk account's username and password, follow these simple steps:
- In your web browser's address bar, type the Plesk login page link in the following format:
https://<Server hostname or IP address>:8443. -
Note: You might encounter an SSL warning. This typically indicates that a proper SSL certificate has not yet been installed for your Plesk panel. It is generally safe to bypass this warning during your initial login.
- Enter your Plesk account username and password. For example, the common default username is admin.
-
- Click the Log In button to proceed.
Upon successful authentication, you will be directed to the Plesk web interface, ready to manage your server and websites. Please note that if access to Plesk has been explicitly disabled for the root user, this login method may not be available.
Logging in with Server Root/Administrator Account
For server administrators, it's also possible to log in to Plesk using the root password (for Linux servers) or the administrator password (for Windows servers). Here's how:
- In your web browser's address bar, enter the Plesk login page link using this format:
https://<Server hostname or IP address>:8443. -
Note: An SSL warning may appear if a valid SSL certificate is not yet configured for your Plesk panel. For initial access, it is usually safe to proceed past this warning.
- Enter either root (for Linux) or administrator (for Windows) as the username, along with the corresponding server password you use to connect to your server.
-
- Click Log In.
After successfully entering your server's administrative credentials, you will gain access to the Plesk web interface.
Logging in via SSH and a One-Time Link
For advanced users, especially those managing servers remotely, accessing Plesk via SSH provides a secure method to generate a one-time login link. This requires first connecting to your Plesk server through an SSH client.
-
Connect to the Plesk server using an SSH client. The specific client and steps may vary based on your operating system:
- For Linux and macOS users: You can utilize any preferred SSH client. Ensure your SSH key has the correct permissions and is placed in the designated folder.
- For Windows users: PuTTY is a highly recommended free SSH client. If using PuTTY, you might need to convert your SSH key into the PuTTY-specific format (.ppk).
-
Generate a one-time login link. Once connected to your Plesk server via SSH, execute the following command in the terminal:
# plesk loginThis command will output two unique links, typically in these formats:
https://<Server hostname>/login?secret=<session_token>https://<Server IP address>/login?secret=<session_token>
-
Access Plesk using the generated link. Copy one of the generated links and paste it into your web browser's address bar.
- It's recommended to try the link with the server hostname first:
https://<Server hostname>/login?secret=<session_token>. - If the hostname link does not work, then use the link containing the server IP address:
https://<Server IP address>/login?secret=<session_token>. -
Note: If your Plesk server is behind a Network Address Translation (NAT) setup, the system will only generate a link with a private IP address. In such cases, you will need to manually replace the private IP address with the public IP address of your server before pasting it into your browser.
- It's recommended to try the link with the server hostname first:
-
Note: As with other login methods, you may encounter an SSL warning. This is common if an appropriate SSL certificate has not yet been installed. It is typically safe to bypass this warning for the purpose of logging in.
If you find yourself without your Plesk credentials or have forgotten them, it is essential to seek assistance. As a Plesk administrator, your server hosting provider is the best point of contact for credential recovery. For any other user, please reach out to your Plesk administrator for help in restoring access.
