Claiming Plex Media Server on VPS / Dedicated Server
- Wednesday, December 16, 2020
- By Gunawan Probo Swandono
- 0 Comments
When you use Plex Media Server in server such as VPS or dedicated server, you need to claim it in server network. You can do that using SSH Tunnel. Here's how:
- Open CMD/Terminal
- Use ssh command:
$ ssh -L 32400:localhost:32400 hostname_or_IP
- Login with your credential
- Open your favorite browser
- Visit http://localhost:32400
- Login with your plex account
0 comments
Note: Only a member of this blog may post a comment.