How to Log In to the WordPress Dashboard

WordPress runs a large share of the web, and almost everything you do with it starts in the admin dashboard: writing posts, installing plugins, changing the theme, running updates. This guide shows you the three ways to reach that dashboard on a Noiz hosting account, and what to do when the login screen does not behave.

The dashboard is also called wp-admin, the WordPress admin area, or the backend. They all mean the same screen.

Last reviewed: 27 July 2026, against WordPress 7.0.2 (latest stable), Plesk Obsidian with the WordPress Toolkit, and the Softaculous app installer. This guide is written for Noiz hosting and is kept current against WordPress and the control panels Noiz runs. It complements, and does not replace, the official documentation linked below.

Official Documentation Reference

Prerequisites

  • WordPress already installed and pointed at a working domain. If it is not installed yet, see How to Install WordPress with Softaculous.
  • Your WordPress username or the email address on the account, plus the password. These are set during installation and are separate from your hosting control panel and Noiz client area logins.
  • For the control panel methods, access to the hosting control panel for the subscription that holds the site.

Log In from Your Web Browser

This is the method that always works, on any host and any WordPress install, so it is worth knowing even if you normally use a shortcut.

  1. Open https://yourdomain.com/wp-admin in your browser, replacing yourdomain.com with your own domain name. WordPress redirects that address to the login form.
  2. Enter your username or email address and your password, then click Log In.
    The WordPress login form showing the username or email address field, password field, Remember Me tick box and Log In button
  3. If the credentials are correct, WordPress opens the dashboard at https://yourdomain.com/wp-admin/.

Which Address to Use

Several addresses reach the same login form, which is why different guides quote different URLs:

  • https://yourdomain.com/wp-admin: the usual one. If you are already signed in, it skips the form and drops you straight into the dashboard.
  • https://yourdomain.com/wp-login.php: the actual login script. Use this if /wp-admin loops back on itself.
  • https://yourdomain.com/admin and /login: these are not built into WordPress. They only work if a plugin or a server rewrite rule has been added to create them.

If WordPress is installed in a subfolder rather than at the root of the domain, the login address includes that folder, for example https://yourdomain.com/blog/wp-admin. For a multisite network, log in through the address of the individual site, not the network root.

Things That Catch People Out

  • The login page is hidden. Security plugins such as All-In-One Security, Wordfence and iThemes Security can move the login form to a custom address and make /wp-admin return a 404 or a redirect to the home page. This is deliberate, not a fault. If that has been done on your site, you need the custom address; it cannot be guessed. See How to Find Your WordPress Login URL.
  • Tick Remember Me only on your own device. Without it the session expires after roughly two days; with it the session lasts about two weeks. Never tick it on a shared or public machine.
  • The redirect after login. When you open a specific admin page while logged out, WordPress appends a redirect_to value to the login URL and sends you to that page after you sign in. That is normal, and it is why the address bar sometimes looks longer than expected.
  • Use HTTPS. Typing http:// sends your password in clear text before any redirect takes effect. Every Noiz hosting plan includes a free SSL certificate, so always start the address with https://.
  • Bookmark the login page, not the dashboard. Bookmarking a deep dashboard URL means a stale redirect_to value every time you sign in.

Log In from the WordPress Toolkit in Plesk

If your Noiz plan runs on Plesk with the WordPress Toolkit, you can open the dashboard without typing a WordPress password at all. The toolkit signs you in with a one-time token, which is handy when the password is stored in a manager on another device, or when you look after several sites.

  1. Log in to the Plesk control panel for your subscription.
    The Plesk control panel login screen with username and password fields
  2. Click WordPress in the left-hand navigation. You can also reach the same place from Websites & Domains, then the WordPress tab for the domain you want.
  3. Find the card for the site. Each installation is shown as a card with a live screenshot of the site.
  4. Click Log in below the screenshot. A new tab opens with you already signed in to the WordPress dashboard.

Note: the button is labelled Log in, and it sits next to Setup. If you click Setup by mistake you land on the general WordPress settings screen rather than the dashboard; go back and click the other button.

The short video below walks through the same steps.

When the Toolkit Login Does Not Work

  • The Log in button is missing or greyed out. The toolkit only offers a login for installations it has detected and attached. If WordPress was copied in by hand or restored from a backup, use Scan in the WordPress Toolkit so it picks the site up, then try again.
  • It sticks on "Retrieving WordPress admin credentials, please wait". This is almost always the PHP memory limit for the site being too low for the toolkit to run its check. Raise the PHP memory limit for the domain, or ask Noiz support to do it, then retry.
  • It opens the WordPress setup page instead of the dashboard. That means WordPress cannot reach its own database, so it thinks it is a fresh install. Do not complete that setup form, because it can overwrite a working configuration. Check the database credentials in wp-config.php instead, or raise a ticket with Noiz support.
  • Two-factor authentication is skipped. The toolkit login is a server-side shortcut, so it can bypass a 2FA prompt that a security plugin would normally show. That is expected behaviour, but treat access to the control panel as being every bit as sensitive as access to WordPress itself.

Log In from Softaculous

Plans that do not include the WordPress Toolkit come with the Softaculous app installer instead, which has its own one-click admin login.

  1. Log in to the control panel for your subscription.
  2. Click Softaculous in the left-hand navigation, or the WordPress Manager by Softaculous button under Dev Tools.
    The Plesk subscription dashboard with the WordPress Manager by Softaculous button under the Dev Tools section
  3. Click the All Installations icon in the top navigation, or the Installations tile on the Softaculous dashboard.
  4. In the Admin column for your site, click the small person icon to Login as admin. The Login as admin person icon in the Admin column of the Softaculous installations list Softaculous signs you in without asking for the WordPress password.

The video below shows the whole sequence.

Worth knowing: Softaculous can only offer this shortcut for installations it created or has since detected. A site moved in from another host may not appear in the list until Softaculous scans for it, and a site that was installed through the WordPress Toolkit is not managed by Softaculous at all. Pick one tool per site and stay with it.

Troubleshooting

Symptom: "Error: The username is not registered on this site." The username is wrong, not the password. Try the email address on the account instead, since WordPress accepts either.

Symptom: "Error: The password you entered for the username is incorrect." Use the Lost your password? link under the form. If the reset email never arrives, the site cannot send mail, which is a separate problem. In that case reset the password from the database, as described in How to Reset a WordPress Admin Password via phpMyAdmin.

Symptom: "Error: Cookies are blocked or not supported by your browser." WordPress uses cookies to hold the session. Allow cookies for the domain, then reload the login page before trying again. Strict privacy extensions and third-party cookie blockers are the usual cause.

Symptom: the login form reloads with no error, over and over. This is nearly always a site address mismatch, where the WordPress Address and Site Address settings disagree with the address you typed, most often www against no www, or http against https. Log in using exactly the address configured for the site.

Symptom: "Too many failed login attempts" or the login page is temporarily blocked. A security plugin or the server firewall has locked the address out after repeated failures. Wait for the lockout to expire, or contact Noiz support to have your IP address released.

Symptom: the dashboard loads but is blank, or half the styling is missing. That is a plugin or theme conflict rather than a login fault. Reach the dashboard through the control panel shortcut, then deactivate plugins one at a time to find the culprit.

Protect the Login Once You Are In

The WordPress login form is the single most attacked part of any WordPress site, and every one of those attempts is aimed at the same handful of usernames. Two changes remove most of the risk:

For the wider picture, work through the WordPress Security Checklist.

If you are locked out, unsure which control panel your plan uses, or you would rather someone handled the site for you, contact Noiz support and the team will get you back into your dashboard.

  • 1 Users Found This Useful
  • wordpress, plesk, login, softaculous
Was this answer helpful?

Related Articles

How to Remove Sample Posts, Pages and Comments From WordPress

Every fresh WordPress installation ships with a small set of placeholder items: one sample post,...

How to Write and Publish Your First Blog Post in WordPress

Writing your first blog post is one of the more satisfying moments in setting up a new website....

How to Delete a Post in WordPress

Removing a post in WordPress is a two-stage job, and most people only ever do the first stage....

How to Bulk Delete Posts in WordPress

Deleting posts one at a time is fine for a handful. When you are clearing out a demo site,...

How to Add a New Category in WordPress

Categories are how WordPress groups your posts into topics. This guide shows you how to add a new...