mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-19 21:03:19 -07:00
Add First time setup FAQ
This commit is contained in:
parent
da8ff2f4bc
commit
5edaa2b1a3
1 changed files with 6 additions and 0 deletions
|
@ -124,3 +124,9 @@ The username and password for http://plex.tv
|
|||
If you use certain characters (such as `$`) in your password, bash will interpret that as a reference to a variable. To resolve this, enclose your password within single quotes (`'`) instead of the normal quotes (`"`).
|
||||
|
||||
i.e. `PASS="MyP4$$w0rD"` will not work, but changing to it to `PASS='MyP4$$w0rD'` will
|
||||
|
||||
## Plex is always "Looking for servers"
|
||||
|
||||
Plex requires you to be connected locally to setup your server. As such, you will need to create an ssh tunnel in order to configure it the first time. You can do by following these steps:
|
||||
- Open the ssh tunnel by doing `ssh ip.address.of.server -L 8888:localhost:32400`
|
||||
- Go to [http://localhost:8888/web](http://localhost:8888/web) and setup your Plex server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue