Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion tutorials/configure-plex-s3/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ Plex is a client/server media player system comprising two main components:
ssh [email protected] -L 8888:localhost:32400
```
- On Windows (using PuTTY):
- Open PuTTY, enter your server IP, and navigate to **Connection > SSH > Tunnels**.
- Open PuTTY, enter your Instance IP, and navigate to **Connection > SSH > Auth > Credentials**.
- Make sure the correct private key file is selected.
- Navigate to **Connection > SSH > Tunnels**.
- Set **Source port** to `8888` and **Destination** to `localhost:32400`.
- Click **Add**, then **Save**, then **Open** to connect.

Expand Down