From ce46eec317022c6d6b8c5ce5d961ec1d2249cc1b Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Fri, 30 Dec 2016 16:05:06 -0800 Subject: [PATCH] Update config questions --- Frequently-Asked-Questions-(FAQ).md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Frequently-Asked-Questions-(FAQ).md b/Frequently-Asked-Questions-(FAQ).md index a5d48bc..0fc30e1 100644 --- a/Frequently-Asked-Questions-(FAQ).md +++ b/Frequently-Asked-Questions-(FAQ).md @@ -75,10 +75,10 @@ **A:** Most datatable warnings can be solved by doing a force refresh in your browser (CTRL+F5 or OPTION+Reload on Mac/Safari). If that doesn't work, try clearing your browser's cache. #### Q: I forgot my username and/or password! -**A:** Open PlexPy's config.ini with your preferred editor and search for `http_username` and `http_password`. The value after the equal sign is the data you are looking for. Or remove the username and password to disable authentication. +**A:** Open the PlexPy config.ini file with your preferred text editor, search for `http_username` and `http_password` and the values after the equal signs are the username and password. You can also delete both lines from the file to disable authentication. Note: If your password is encrypted in the config file, you will have to delete the entire line to disable authentication and reset your password in the PlexPy settings. #### Q: I can't reach the web interface! -**A:** Open PlexPy's config.ini with your preferred editor, search for `http_host` and `http_port` and remove everything after the equal sign for each entry. Then restart PlexPy and it will listen on the default IP address and standard port 8181. +**A:** Open the PlexPy config.ini file with your preferred text editor, search for `http_host` and `http_port` and delete both lines from the file. Restart PlexPy and it will listen on the default IP address and port (`http://localhost:8181`). #### Q: When I try to update PlexPy, it keeps telling me that "A newer version is available. You're XX commits behind." **A:** The following only applies if you installed PlexPy using `git`. Stop PlexPy, then run the following commands from the command line/shell in the PlexPy folder.