-
Notifications
You must be signed in to change notification settings - Fork 0
Multisite Setup
Nick edited this page Mar 8, 2026
·
1 revision
Dispatch is fully compatible with WordPress Multisite. Connect once at the network level and every site on the network shares the Telex project library.
- In your network admin, go to Plugins → Installed Plugins.
- Click Network Activate on Dispatch for Telex.
- Navigate to Dispatch in the network admin sidebar.
- 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.
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 admins can also:
- Disconnect the entire network from Telex
- Reset the circuit breaker
- View network-wide audit log entries
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.comOnly 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.