The WordPress admin dashboard (also called wp-admin) is where you manage your entire website — create content, install themes and plugins, adjust settings, and more.
Logging In to WordPress
Step 1: Go to Your Login Page
Open your browser and navigate to:
https://yourdomain.com/wp-admin
Or directly to the login form:
https://yourdomain.com/wp-login.php
Replaceyourdomain.comwith your actual domain name. If WordPress is installed in a subdirectory (e.g.,/blog), useyourdomain.com/blog/wp-admin.
Step 2: Enter Your Credentials
- Username or Email Address: The admin username or email you set during installation
- Password: Your WordPress admin password
Step 3: Click Log In
You'll be taken to the WordPress Dashboard.
Tip: Check Remember Me to stay logged in on your personal device. Avoid this on shared or public computers.
Forgot Your WordPress Password?
Method 1: WordPress Reset
- On the login page, click Lost your password?
- Enter your admin email address
- Click Get New Password
- Check your email for the reset link
- Click the link and set a new password
Method 2: Reset via Softaculous (Business Plan)
- Log in to cPanel → Softaculous → find your WordPress installation
- Click the pencil icon (Edit)
- Change the admin password in the Admin Account section
- Click Save
Method 3: Reset via WP Toolkit (WordPress Plan)
- Log in to cPanel → WP Toolkit
- Click on your site card
- Click the Log in button — WP Toolkit logs you in automatically without a password
- Once in WordPress, go to Users → Your Profile → set a new password
Understanding the Dashboard
When you log in, you'll see the main dashboard with a left sidebar menu. Here's what each section does:
Dashboard
- Home — Overview with quick links, site health, and activity
- Updates — Shows available updates for WordPress core, themes, and plugins
Posts
- All Posts — View, edit, and delete blog posts
- Add New — Create a new blog post
- Categories — Organise posts into categories
- Tags — Add tags for further classification
Media
- Library — View all uploaded images, documents, and files
- Add New — Upload new media files
Pages
- All Pages — View, edit, and delete pages (Home, About, Contact, etc.)
- Add New — Create a new page
Appearance
- Themes — Install, activate, and customise themes
- Customize — Live customiser for modifying the site's look
- Menus — Create and manage navigation menus
- Widgets — Add sidebar and footer widgets
Plugins
- Installed Plugins — View, activate, deactivate, and delete plugins
- Add New — Search and install new plugins from the WordPress repository
Users
- All Users — Manage user accounts and roles
- Add New — Create new user accounts
- Profile — Edit your own profile, email, and password
Settings
- General — Site title, tagline, URL, timezone, date/time format
- Reading — Homepage display, blog page, search engine visibility
- Permalinks — URL structure (set to Post name for best SEO)
- Discussion — Comment settings
- Media — Default image sizes
- Privacy — Privacy policy page
Essential First-Time Settings
If you've just installed WordPress, configure these immediately:
- Settings → General: Verify your site title and both URLs use
https:// - Settings → Permalinks: Select Post name → Save Changes
- Settings → Reading: Set your homepage (static page or latest posts)
- Settings → Discussion: Configure comment moderation preferences
- Users → Profile: Update your display name (don't display your login username publicly)
Quick Admin Actions
Access the Admin Bar
When logged in, a black Admin Bar appears at the top of your website (visible only to you). It provides quick links to:
- Dashboard
- Create new post/page
- Edit current page
- View comments
- Manage cache (if a caching plugin is active)
Keyboard Shortcut
Press Shift + Alt + W in the WordPress editor to access the toolbar shortcut.
Security Tips
- Don't use "admin" as your username — It's the first thing attackers try
- Use strong passwords — Mix uppercase, lowercase, numbers, and symbols
- Limit login attempts — Install a plugin like Limit Login Attempts Reloaded
- Enable 2FA — Use a plugin like WP 2FA for two-factor authentication
- Keep WordPress updated — Always run the latest version of WordPress, themes, and plugins
- Remove unused themes/plugins — Delete anything you're not actively using
Troubleshooting
"Too many redirects" error on wp-admin
- Clear your browser cookies for the domain
- Check Settings → General in the database — ensure WordPress URL and Site URL match and use the same protocol (
https://orhttp://, not mixed)
White screen when accessing wp-admin
- A plugin conflict may be the cause. Deactivate all plugins via:
/wp-content/plugins folder to /wp-content/plugins_disabledLocked out after too many failed attempts
- Wait 15–30 minutes for the lockout to expire
- Or ask Cynet support to whitelist your IP (see Whitelist IP in Firewall)