How to setup Plex webhook - 0xSysR3ll/MediaTrackSync GitHub Wiki
Prerequisites
- A Plex Media Server
- Plex Pass subscription (for webhook support)
Configuration
- Log in to your Plex Media Server
- Click on the Settings icon (⚙️) in the top right corner
- Go to "Webhooks" in the left sidebar
- Click "Add Webhook"
- Enter the following URL:
http://your-server-address:5000/webhook/plex
Replace
your-server-address
with your actual server address
- Save changes
Troubleshooting
If you encounter any issues:
- Verify that your Plex server can reach the MediaTrackSync server
- Check that the webhook URL is correct
- Ensure the required events are enabled
- Check the logs for any error messages
[!NOTE] Make sure your Plex server and MediaTrackSync can communicate with each other. If you're running MediaTrackSync locally, you might need to set up port forwarding or use a reverse proxy.