By default, WordPress redirects users to the standard wp-admin dashboard after login. You can change this to redirect directly to the MainWP Overview page instead.
What You’ll Learn
- How to redirect login to the MainWP Overview page
- Two methods to implement the redirect
Prerequisites
- MainWP Dashboard installed
- Choose one method below (using both simultaneously can cause issues)
Method 1: Custom Dashboard Extension (Recommended)
Install Custom Dashboard
Install the Custom Dashboard extension (free).
Method 2: Edit functions.php
Use this method if you prefer not to install an extension.Redirect to a Different Page
To redirect to a different MainWP page, change the URL in the code:| Page | URL |
|---|---|
| Overview | admin.php?page=mainwp_tab |
| Manage Sites | admin.php?page=managesites |
| Updates | admin.php?page=UpdatesManage |
| Clients | admin.php?page=ManageClients |
Self-Check Checklist
- Code added via Custom Dashboard OR functions.php (not both)
- Changes saved
- Tested by logging out and back in
- Redirects to MainWP Overview page
Related Resources
- Custom Dashboard Extension - Extension documentation
- Add Menu Entries - Customize navigation

