diff --git a/tutorials/configure-plex-s3/index.mdx b/tutorials/configure-plex-s3/index.mdx index ff6681aef8..8102337bc7 100644 --- a/tutorials/configure-plex-s3/index.mdx +++ b/tutorials/configure-plex-s3/index.mdx @@ -103,7 +103,9 @@ Plex is a client/server media player system comprising two main components: ssh root@plex.server.ip -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.