Skip to content

Home · Blog · How to open the 1C-Bitrix admin and recover access

Send a request

New format

How to open the 1C-Bitrix admin and recover access

The 1C-Bitrix admin usually opens at `https://your-site.example/bitrix/admin/`. After sign-in you get infoblocks, modules, users, and settings — that is not the same as the toolbar over public pages.

Below: how to open the login form, what to do if you forgot the password, and why cache and cookies get in the way. This is not a guide to breaking into other people’s sites. UI labels change — follow the current auth form.

Share
Telegram

How to open the login

In the address bar open `https://your-domain.example/bitrix/admin/` (use your domain, preferably HTTPS). You should see a login and password form.

Enter admin credentials or a user allowed into the admin. “Remember me” is fine on a personal device and risky on a shared one.

Before typing the password:

  • correct domain (www / bare, live vs staging)
  • keyboard layout and Caps Lock
  • this is your site, not a phishing copy
  • your role actually has access

Bitrix public section WordPress admin

If you forgot the password

On the login form find a link like “Forgot password?” Enter the user’s login or email — the system sends a reset link to the profile mailbox.

Mail sometimes lands in spam or never leaves because of the site’s mail settings. Then check the address in the user card (if another admin exists) or reset access via hosting/developer by process with a backup.

Order:

  • recovery link on the form
  • inbox + Spam
  • a session on another device where you are still signed in → change password
  • hosting/developer help
  • after sign-in — a new strong password and a check for extra admins

Practice

Before resetting access

Email first, then hosting.

0 / 6 done

Cache, cookies, and other glitches

If the password is right but the form breaks or loops redirects, clear the site’s cookies and browser cache or try an incognito window. On the site side Bitrix cache, CDN, and hard firewall rules get in the way.

Mixing `http`/`https` and www mirrors sometimes breaks the auth session — keep one canonical mirror with 301s.

What to check

SymptomWhere to look
Wrong credentialsLayout, another user, email reset
Empty/stale formBrowser cache, cookies, incognito
No emailSpam, site SMTP, email in the profile
404 on /bitrix/adminLogin path, CMS, server access
Signed in but no sectionsUser group permissions

After sign-in: basic hygiene

Change a weak password, review users with full rights, update the product per project process. Day-to-day content edits often need only the public toolbar — don’t hand out the admin to everyone.

Keep the password in a password manager and enable 2FA where your login scheme allows it.

Password manager SEO in 1C-Bitrix

Test yourself

Mini quiz: Bitrix admin

Two checks.

1 The standard Bitrix admin path is…
2 The on-site toolbar and /bitrix/admin…

What not to do

Don’t post client logins in chats. Don’t leave a shared “department” password. Don’t try to guess access to other people’s sites.

Resetting by editing the DB by feel without a backup is a path to downtime. Start with the normal recovery flow and support.

What to remember

Standard entry is `/bitrix/admin/`, recovery is by the user’s email, glitches often come from cache/cookies and permissions. The public toolbar is a related but different surface.

After recovery harden the account right away and don’t confuse the admin with the on-site toolbar.

FAQ

How is /bitrix/admin different from the on-site toolbar?

`/bitrix/admin` is the full backend. The public-section toolbar is on-page editing after you sign in with rights. See the separate piece on the public section.

Why a 404 on /bitrix/admin?

A different login path, the site is not on Bitrix, HTTPS/www redirects, a server-level block, or the site is down. Confirm the URL with the developer or host.

Can you sign in via Bitrix24?

Some installs offer a linked-account login. If there is no button or the link is not set up — use the site user’s normal login and password.

What if the password reset email never arrives?

Check spam, that the user’s email is correct, and that the site can send mail (SMTP/hosting). Otherwise — reset via hosting/developer with a backup.

Is this like WordPress login?

In spirit yes (form → password → console), different path: `/bitrix/admin`, not `/wp-admin/`.

Can’t get into Bitrix?

We’ll sort `/bitrix/admin` and password reset — without mixing it up with the on-site toolbar.

Discuss the task