Quick Start Guide

📖 Documentation âąī¸ 8 min read 🔗 v2.4.1

Welcome to Wp Admin! This guide will walk you through connecting your WordPress site, enabling core protection features, and setting up automated maintenance in under 10 minutes. No technical expertise required.

1

Access Your Dashboard

After completing your onboarding email, click the activation link to set your secure password. Once logged in, you'll land on the main command center where all your managed sites appear.

  • Go to dashboard.wpadmin.com
  • Enter your registered email and new password
  • Enable Two-Factor Authentication (2FA) in Account Settings
â„šī¸
Tip

Save your dashboard URL to your bookmarks. You'll receive weekly performance and security reports directly in your inbox.

2

Connect Your WordPress Site

Link your existing WordPress installation securely. We use read-only API connections and never modify your database unless explicitly authorized.

  1. Click + Add New Site in the top right
  2. Paste your WordPress admin URL (e.g., https://yoursite.com/wp-admin)
  3. Enter your Site Title and select a management tier
  4. Click Verify Connection. Our system will scan your WP version and permissions.
🔗
Connection Wizard Interface
✅
Success State

When connected, your site status will change to Active and initial baseline scans will begin automatically.

3

Configure Security & Firewall

Enable Wp Admin's advanced security suite. This includes login hardening, malicious file scanning, and real-time threat blocking.

security: { firewall: "enabled", login_attempts: 5, malware_scan: "daily", admin_access: "ip_whitelist", // Additional rules apply automatically }

Navigate to Security → Core Protection and toggle Auto-Remediation if you want our system to safely quarantine threats without manual approval.

âš ī¸
Important

Custom security plugins like Wordfence or iThemes may conflict with our native firewall. Our onboarding wizard will detect and suggest safe configurations.

4

Schedule Automated Backups

Data loss prevention is non-negotiable. Configure your backup frequency and retention policy to match your content update cycle.

  • Frequency: Hourly, Daily, or Weekly
  • Storage: Off-site (AWS S3 / DigitalOcean Spaces)
  • Retention: 14 to 365 days
  • One-Click Restore: Available from any backup point

Go to Backups → Configuration. Enable Post-Publish Backup if you frequently add new content. This ensures a fresh snapshot is created immediately after major updates.

# Default schedule (Daily at 2:00 AM UTC) 0 2 * * * wp-admin-backup --full --offsite
5

Monitor & Maintain

Sit back and let Wp Admin handle the heavy lifting. Our engine continuously monitors uptime, core/plugin updates, and server resources.

What happens automatically:

  1. Staging Testing: Updates are applied to a cloned environment first
  2. Conflict Detection: We verify theme/plugin compatibility before pushing to live
  3. Performance Tuning: Database optimization and cache purging run weekly
  4. Alerting: You receive instant Slack/Email/SMS alerts for critical events

View real-time metrics in Dashboard → Analytics. Export monthly compliance reports under Reports → Generate.

?

Common Troubleshooting

Connection fails with "Forbidden" error:
Ensure your WordPress site has XML-RPC enabled or that our management plugin has admin-level privileges. Whitelist our API IP range: 34.205.112.0/24.

Updates stuck in pending state:
Check your PHP version. Wp Admin recommends PHP 8.1+. Run Environment Check in Settings to auto-detect mismatches.

Backup restore takes too long:
Large media libraries may require incremental restores. Contact support to enable Streaming Restore for sites over 2GB.

🎧

Need Help?

We're here to ensure your transition is seamless. Reach out through any of these channels:

  • Live Chat: Available Mon-Fri, 9AM-6PM EST
  • Priority Email: support@wpadmin.com (avg response: 2 hrs)
  • Knowledge Base: Browse 200+ tutorials and API docs
  • Enterprise SLA: Dedicated engineer assigned to your account
🚀
All Set!

Your site is now protected, optimized, and fully managed. Focus on creating content while we handle the infrastructure.