macOS Remote Access
macOS Remote Access
Section titled “macOS Remote Access”Enable streaming from outside your network.
Enable Remote Access
Section titled “Enable Remote Access”- Settings → Remote Access
- Enable manual port specification
- Set port: 32400
- Click Retry
Port Forwarding
Section titled “Port Forwarding”Configure your router:
- Access router admin (usually
192.168.1.1) - Add port forwarding rule:
- External: 32400
- Internal: 32400
- IP: Your Mac’s IP
- Protocol: TCP
Find Your IP
Section titled “Find Your IP”ipconfig getifaddr en0Firewall
Section titled “Firewall”Ensure Plex is allowed:
# Check firewall statussudo /usr/libexec/ApplicationFirewall/socketfilterfw --getglobalstate
# Allow Plexsudo /usr/libexec/ApplicationFirewall/socketfilterfw --add /Applications/Plex\ Media\ Server.appDynamic DNS
Section titled “Dynamic DNS”For changing IP addresses:
# Using ddclientbrew install ddclient
# Configure for your providernano /usr/local/etc/ddclient.confTest Connection
Section titled “Test Connection”# Local testnc -zv localhost 32400
# External test - use online port checker