Skip to content

Multisite Setup

Nick edited this page Mar 8, 2026 · 1 revision

Multisite Setup

Dispatch is fully compatible with WordPress Multisite. Connect once at the network level and every site on the network shares the Telex project library.

Network Activation

  1. In your network admin, go to Plugins → Installed Plugins.
  2. Click Network Activate on Dispatch for Telex.
  3. Navigate to Dispatch in the network admin sidebar.
  4. Click Connect to Telex and complete the device authorization flow.

The OAuth token is stored at the network level. Individual site admins do not need to authenticate.

Per-Site Project Management

Once network-activated, each site independently manages its own installs:

  • Install, update, and remove projects within their own site
  • Configure auto-update preferences per project
  • View their own activity log

Installing a project on Site A has no effect on Site B.

Network-Level Actions

Network admins can also:

  • Disconnect the entire network from Telex
  • Reset the circuit breaker
  • View network-wide audit log entries

WP-CLI on Multisite

Use the --url flag to target a specific site:

wp telex install abc123 --url=subsite.example.com
wp telex update --all --url=subsite.example.com
wp telex list --url=subsite.example.com

Disconnecting

Only network admins can disconnect. Disconnecting removes the shared OAuth token and affects all sites simultaneously. Already-installed projects remain on each site and continue to work.

Clone this wiki locally