[TOS 4]Plex fails to start?
Posted: 22 Apr 2020, 17:44
Troubleshooting
Applicable Version:
TOS 4
Applicable Models:
All NAS models
If you are unable to enable the Plex service after reinstalling it (the "Enable" button does not respond), please follow the steps below:
1. Log in to the terminal via SSH:
viewtopic.php?t=2350
2. Check user and group information:
Check if the user exists:
Check if the group exists:
If both the user and group are present (as shown in the screenshot), skip steps 3–5.
3. Create the Plex group:
4. Create the Plex user and assign it to the Plex group:
5. Restart the Plex service:
6. Go to the App Center and uninstall Plex.
7. Go to File Management and click User Personal Folder. A clickable User directory will appear at the top of the page.
8. Click User, and rename the Plex folder to Plex1.
(Refer to the image below.)
9. Go back to the App Center and reinstall Plex.
Applicable Version:
TOS 4
Applicable Models:
All NAS models
If you are unable to enable the Plex service after reinstalling it (the "Enable" button does not respond), please follow the steps below:
1. Log in to the terminal via SSH:
viewtopic.php?t=2350
2. Check user and group information:
Check if the user exists:
Code: Select all
cat /etc/passwdCode: Select all
cat /etc/group3. Create the Plex group:
Code: Select all
groupadd -g 5555 plexCode: Select all
useradd -M -u 5555 plex -g plexCode: Select all
/etc/init.d/plex restart7. Go to File Management and click User Personal Folder. A clickable User directory will appear at the top of the page.
8. Click User, and rename the Plex folder to Plex1.
(Refer to the image below.)
9. Go back to the App Center and reinstall Plex.