System Requirements
Before installing, verify your WordPress site meets these requirements:| Requirement | Minimum | Recommended |
|---|---|---|
| WordPress | 5.0+ | Latest version |
| PHP | 7.4+ | 8.0+ |
| MySQL | 5.6+ | 8.0+ |
| HTTPS | Not required | ✅ Enabled |
| Permissions | manage_options capability | Admin role |
- Outbound HTTPS connections allowed
- Access to
api.watchmantower.com(port 443) - Firewall allows WordPress plugin API calls
Most modern WordPress hosting environments meet these requirements by default.
Installation Methods
There are three ways to install the Watchman Tower plugin:- WordPress Admin (Easiest)
- Upload ZIP File
- FTP / SSH Upload
- WP-CLI (Developers)
Best for: Most users, no technical knowledge needed[Screenshot: WordPress plugin search and install]✅ Installation complete! Proceed to Setup →
Step-by-Step
1
Access Plugins Page
- Log in to WordPress admin dashboard
- Navigate to Plugins → Add New
2
Search for Plugin
- In the search box (top right), type: “Watchman Tower”
- Press Enter or click search icon
3
Install
- Find the Watchman Tower plugin in results
- Click Install Now button
- Wait for installation to complete (5-10 seconds)
4
Activate
- Click Activate button that appears
- You’ll be redirected to the Plugins page
- Look for “Watchman Tower” in the active plugins list
Post-Installation Verification
After activation, verify the plugin is working:1
Check Plugin is Active
Go to Plugins page - “Watchman Tower” should show “Deactivate” button
2
Look for Menu Item
In WordPress admin sidebar, you should see “Watchman Tower” menu item
3
Access Dashboard
Click Watchman Tower menu → should open plugin dashboard
4
Verify Entry Screen
You should see the connection entry screen with two options:
- Connect with existing account
- Create new account
If you don’t see the menu item or dashboard, try: - Hard refresh browser
(Ctrl+Shift+R or Cmd+Shift+R) - Clear WordPress cache (if using caching
plugin) - Check for JavaScript errors in browser console - Verify you have
admin permissions
Troubleshooting Installation
Plugin not found in search
Plugin not found in search
Causes:
- Not yet published to WordPress.org
- WordPress.org API temporarily down
- Network connectivity issue
- Try uploading ZIP file manually (Method 2)
- Check WordPress.org status: status.wordpress.org
- Verify your server can reach wordpress.org:
Upload failed - file too large
Upload failed - file too large
Error: Via .htaccess:Via wp-config.php:Then restart web server and retry.
The uploaded file exceeds the upload_max_filesize directive in php.iniSolution: Increase PHP upload limitsVia php.ini:Installation failed - permissions error
Installation failed - permissions error
Error: Alternative: Use FTP upload method instead
Could not create directory or Installation failedCause: WordPress doesn’t have write permissions to /wp-content/plugins/Solution (SSH):Plugin activated but no menu appears
Plugin activated but no menu appears
White screen after activation
White screen after activation
Cause: PHP fatal error (often memory limit or syntax)Solution:
-
Deactivate via database:
-
Check error logs:
-
Increase PHP memory:
- Retry activation
WP-CLI: Command not found
WP-CLI: Command not found
