Installing Sera Plugins
Installing Sera Plugins
This guide covers all installation methods for Sera plugins, including the recommended order and how to handle multi-plugin setups.
Installation Order
Always install Sera Core first. The recommended order is:
- Sera Core (the hub — required for all spoke plugins)
- CLS Guard or CLS Guard Pro (immediate performance benefit)
- Sera Sentinel (security should be set up early)
- Sera Pulse (health monitoring)
- Sera AI Writer (content creation tools)
- Sera AI Sitemap (SEO and indexing)
Note: CLS Guard (free version) does not require Sera Core and can be installed standalone. However, installing it alongside Sera Core enables hub integration and centralized management.
Method 1: Upload via WordPress Admin
- Download the
.zipfile from your sera.guru account - Go to Plugins > Add New > Upload Plugin
- Select the
.zipfile and click Install Now - Click Activate
Method 2: FTP/SFTP Upload
- Extract the
.zipfile on your computer - Connect to your server via FTP/SFTP
- Upload the extracted folder to
/wp-content/plugins/ - Go to Plugins in WordPress admin and click Activate
Method 3: WP-CLI
# Install from a local zip file
wp plugin install /path/to/sera.zip --activate
# Or install directly from your sera.guru download URL
wp plugin install "https://sera.guru/api/update/download?slug=sera&license_key=YOUR_KEY" --activate
# Install from a local zip file
wp plugin install /path/to/sera.zip --activate
# Or install directly from your sera.guru download URL
wp plugin install "https://sera.guru/api/update/download?slug=sera&license_key=YOUR_KEY" --activate
After Installation
Once Sera Core is activated, navigate to Sera > Dashboard in your WordPress admin. The onboarding wizard will guide you through:
- Connecting your AI provider (OpenAI, Anthropic, or Gemini)
- Configuring basic settings
- Registering your license key
- Installing spoke plugins
Updating Plugins
Sera plugins support automatic updates through the WordPress update system. As long as your license key is active, updates will appear in Dashboard > Updates just like any other plugin.
You can also check for updates manually by going to Sera > License and clicking Check for Updates.
Uninstalling
To uninstall a spoke plugin:
- Deactivate the spoke plugin first
- Then delete it from the Plugins page
To uninstall the entire ecosystem:
- Deactivate all spoke plugins first
- Deactivate Sera Core last
- Delete all Sera plugins
Warning: Uninstalling Sera Core while spoke plugins are still active may cause errors. Always deactivate spokes before removing the hub.