{"id":1084,"date":"2021-03-09T14:07:57","date_gmt":"2021-03-09T14:07:57","guid":{"rendered":"https:\/\/blog.hostinger.io\/support\/2021\/03\/09\/5016706-how-to-find-your-wordpress-login-url-at-hostinger\/"},"modified":"2026-03-16T12:12:11","modified_gmt":"2026-03-16T12:12:11","slug":"5016706-how-to-find-your-wordpress-login-url-at-hostinger","status":"publish","type":"post","link":"https:\/\/www.hostinger.com\/support\/5016706-how-to-find-your-wordpress-login-url-at-hostinger\/","title":{"rendered":"How to Find Your WordPress Login URL at Hostinger"},"content":{"rendered":"<h2 id=\"h_ba58d1821b\">What Is the Default WordPress Admin URL?<\/h2><p class=\"no-margin\">By default, you can reach your WordPress Admin area by using one of the following URLs:<\/p><ul>\n<li>\n<p class=\"no-margin\">domain.tld\/<b>admin<\/b><\/p>\n<\/li>\n<li>\n<p class=\"no-margin\">domain.tld\/<b>wp-admin<\/b>  <\/p>\n<\/li>\n<li>\n<p class=\"no-margin\">domain.tld\/<b>login<\/b><\/p>\n<\/li>\n<li>\n<p class=\"no-margin\">domain.tld\/<b>wp-login<\/b><\/p>\n<\/li>\n<\/ul><p class=\"no-margin\">Where <b>domain.tld<\/b> is your domain name. <\/p><p class=\"no-margin\">\n<\/p><p class=\"no-margin\">If you installed WordPress on a <b><a href=\"\/support\/1583405-how-to-create-and-delete-subdomains-in-hpanel\" target=\"_blank\" class=\"intercom-content-link\">subdomain<\/a><\/b>, you have two options &ndash; both will work:<\/p><ul>\n<li>\n<p class=\"no-margin\">subdomain.domain.tld\/<b>wp-admin <\/b>or <\/p>\n<\/li>\n<li>\n<p class=\"no-margin\">domain.tld\/subdomain\/<b>wp-admin<\/b><\/p>\n<\/li>\n<\/ul><p class=\"no-margin\">\n<\/p><h2 id=\"h_848969c620\">What to Do if the Default WordPress URL Doesn&rsquo;t Work<\/h2><p class=\"no-margin\">First, verify that you have a working WordPress installation. You can use the <b><a href=\"https:\/\/whatcms.org\/\" target=\"_blank\" class=\"intercom-content-link\" rel=\"noopener\">Whatsmycms<\/a><\/b> tool for that.<\/p><p class=\"no-margin\">\n<\/p><p class=\"no-margin\">Next, check if you have any plugin that can change the <b>wp-admin<\/b> URL. In that case, you can <b><a href=\"\/support\/4411258-how-to-disable-wordpress-plugins-without-access-to-the-admin-page\" target=\"_blank\" class=\"intercom-content-link\">disable it manually<\/a><\/b> to enable the default URLs.<\/p><p class=\"no-margin\">\n<\/p><h2 id=\"h_4787a36e29\">Other Possible Issues<\/h2><h3 id=\"h_4be847dd85\">Incorrect Password <\/h3><p class=\"no-margin\">If you encounter issues when logging into your WordPress Admin area, it is recommended that you <b>reset your password<\/b>. In Web Premium and greater hosting plans, you can do so by connecting to your account <b><a href=\"\/support\/1583245-how-can-i-log-in-to-my-account-via-ssh\" target=\"_blank\" class=\"intercom-content-link\">via SSH<\/a>.<\/b><\/p><p class=\"no-margin\">\n<\/p><p class=\"no-margin\">First, enter the following command to list all of the current users in the WordPress installation:<\/p><p class=\"no-margin\">\n<\/p><pre><code>wp user list<\/code><\/pre><p class=\"no-margin\">\n<\/p><p class=\"no-margin\">Next, update the password for your preferred user:<\/p><p class=\"no-margin\">\n<\/p><pre><code>wp user update username --user_pass=NewPassword<\/code><\/pre><p class=\"no-margin\">\n<\/p><p class=\"no-margin\">Replacing <b>username<\/b> with the actual username and <b>NewPassword<\/b> with the new, <b><a href=\"\/support\/1583257-how-to-change-your-hostinger-account-password#h_81fe2279b1\" target=\"_blank\" class=\"intercom-content-link\">strong password<\/a><\/b>.<\/p><p class=\"no-margin\">\n<\/p><h3 id=\"h_755277ee3f\">Cookies Error<\/h3><p class=\"no-margin\">If you get a cookies-related error similar to this while trying to log in:<\/p><p class=\"no-margin\">\n<\/p><div class=\"intercom-container intercom-align-center\"><img decoding=\"async\" src=\"\/support\/wp-content\/uploads\/sites\/55\/2021\/03\/7fbf41cb-6fb2-445f-abe5-5fb688363a7b.jpg\" alt=\"The WordPress error \"><\/div><p class=\"no-margin\">Make sure that cookies are enabled on your browser. Check the guides below on how to enable them according to your browser:<\/p><ul>\n<li>\n<p class=\"no-margin\"><b><a href=\"https:\/\/support.google.com\/chrome\/answer\/95647\" target=\"_blank\" class=\"intercom-content-link\" rel=\"noopener\">Google Chrome<\/a><\/b><\/p>\n<\/li>\n<li>\n<p class=\"no-margin\"><b><a href=\"https:\/\/support.mozilla.org\/en-US\/kb\/enable-and-disable-cookies-website-preferences\" target=\"_blank\" class=\"intercom-content-link\" rel=\"noopener\">Mozilla Firefox<\/a><\/b><\/p>\n<\/li>\n<li>\n<p class=\"no-margin\"><b><a href=\"https:\/\/support.microsoft.com\/en-au\/office\/enable-cookies-6b018d22-1d24-43d9-8543-3d35ddb2cb52\" target=\"_blank\" class=\"intercom-content-link\" rel=\"noopener\">Microsoft Edge<\/a><\/b><\/p>\n<\/li>\n<li>\n<p class=\"no-margin\"><b><a href=\"https:\/\/support.apple.com\/guide\/safari\/manage-cookies-and-website-data-sfri11471\/mac\" target=\"_blank\" class=\"intercom-content-link\" rel=\"noopener\">Safari<\/a><\/b><\/p>\n<\/li>\n<\/ul><p class=\"no-margin\">If cookies are enabled, and you still receive this error, add the following line below to your <b>wp-config.php<\/b> file right before <b>\/* That&rsquo;s all, stop editing!&hellip;*\/<\/b><\/p><p class=\"no-margin\">\n<\/p><pre><code>define('COOKIE_DOMAIN', false);<\/code><\/pre><p class=\"no-margin\">\n<\/p><p class=\"no-margin\">Save the changes on the file and try logging in again. The error should be fixed &#128522;<\/p><p class=\"no-margin\">\n<\/p><p class=\"no-margin\">If you still have any issue while logging in to WordPress, you can refer to this guide: <a href=\"\/support\/9662155-troubleshooting-issues-accessing-wordpress-admin-login-page\" target=\"_blank\" class=\"intercom-content-link\">Troubleshooting issues accessing WordPress admin login page<\/a><\/p><div class=\"intercom-interblocks-callout\" style=\"background-color: #e3e7fa80;border-color: #334bfa33\">\n<p class=\"no-margin\">Learn more: <b><a href=\"https:\/\/www.hostinger.com\/tutorials\/wordpress\/how-to-login-to-wordpress-dashboard\" target=\"_blank\" class=\"intercom-content-link\">How to Log In to WordPress<\/a><\/b><\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Finding your WordPress login URL<\/p>\n","protected":false},"author":581,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"include_on_kodee":true,"footnotes":""},"categories":[179],"tags":[],"class_list":["post-1084","post","type-post","status-publish","format-standard","hentry","category-wordpress-management"],"hreflangs":[{"locale":"en-US","link":"https:\/\/www.hostinger.com\/support\/5016706-how-to-find-your-wordpress-login-url-at-hostinger\/","default":1},{"locale":"es-ES","link":"https:\/\/www.hostinger.com\/es\/support\/5016706-como-encontrar-la-url-de-inicio-de-sesion-de-wordpress-en-hostinger\/","default":0},{"locale":"id-ID","link":"https:\/\/www.hostinger.com\/id\/support\/5016706-cara-menemukan-url-login-wordpress-di-hostinger\/","default":0},{"locale":"pt-PT","link":"https:\/\/www.hostinger.com\/br\/support\/5016706-como-encontrar-sua-url-de-login-no-wordpress-na-hostinger\/","default":0}],"include_on_kodee":true,"_links":{"self":[{"href":"https:\/\/www.hostinger.com\/support\/wp-json\/wp\/v2\/posts\/1084","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hostinger.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hostinger.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hostinger.com\/support\/wp-json\/wp\/v2\/users\/581"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hostinger.com\/support\/wp-json\/wp\/v2\/comments?post=1084"}],"version-history":[{"count":1,"href":"https:\/\/www.hostinger.com\/support\/wp-json\/wp\/v2\/posts\/1084\/revisions"}],"predecessor-version":[{"id":4332,"href":"https:\/\/www.hostinger.com\/support\/wp-json\/wp\/v2\/posts\/1084\/revisions\/4332"}],"wp:attachment":[{"href":"https:\/\/www.hostinger.com\/support\/wp-json\/wp\/v2\/media?parent=1084"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hostinger.com\/support\/wp-json\/wp\/v2\/categories?post=1084"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hostinger.com\/support\/wp-json\/wp\/v2\/tags?post=1084"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}