Skip to content

macOS Remote Access

Enable streaming from outside your network.

  1. SettingsRemote Access
  2. Enable manual port specification
  3. Set port: 32400
  4. Click Retry

Configure your router:

  1. Access router admin (usually 192.168.1.1)
  2. Add port forwarding rule:
    • External: 32400
    • Internal: 32400
    • IP: Your Mac’s IP
    • Protocol: TCP
Terminal window
ipconfig getifaddr en0

Ensure Plex is allowed:

Terminal window
# Check firewall status
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --getglobalstate
# Allow Plex
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --add /Applications/Plex\ Media\ Server.app

For changing IP addresses:

Terminal window
# Using ddclient
brew install ddclient
# Configure for your provider
nano /usr/local/etc/ddclient.conf
Terminal window
# Local test
nc -zv localhost 32400
# External test - use online port checker