Activate Core Fediverse Plugins

Overview

Activate the core Fediverse plugins so the site can actually publish, receive, and process Fediverse activity. This turns the installed package into a working federation setup instead of a dormant set of extension files.

This step matters because the Fediverse component depends on several separate Joomla plugin types. System hooks expose discovery endpoints, the task plugin registers worker jobs, the content plugins handle publishing and shortcodes, and the user plugin provisions local actors from Joomla users. If one of these plugins stays disabled, later setup steps will fail in ways that are easy to misread as general configuration problems.

After you complete this procedure, the core plugin checks on the dashboard should pass and the rest of the setup flow can continue normally.

Before you begin

Steps

  1. Open the Joomla administrator backend.
  2. Go to System -> Plugins.
  3. Search for fediverse so Joomla shows only the related plugins.
  4. Enable each required plugin if it is currently disabled.
    • System - Fediverse - Enables the system-level integration points, including the discovery and routing behavior the component depends on.
    • Task - Fediverse - Registers the scheduler task types used for inbound processing, outbound delivery, cleanup, and key rotation.
    • Content - Fediverse - Connects Joomla content publishing to the outbound federation pipeline.
    • Content - Fediverse Tags - Renders the Fediverse shortcodes inside article content.
    • User - Fediverse - Provisions and syncs local actors from Joomla user records.
  5. Confirm each required plugin now shows the enabled or published state in the plugin list.
  6. Open Components -> Fediverse -> Dashboard.

Check your result

Troubleshooting

A required plugin is missing from the list

A plugin cannot be enabled

The dashboard still reports a plugin problem after enabling everything