Skip to content

Instantly share code, notes, and snippets.

@cloudflying
Created February 23, 2017 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cloudflying/9d7edeedc1d8a47cdaf797243ed98132 to your computer and use it in GitHub Desktop.
Save cloudflying/9d7edeedc1d8a47cdaf797243ed98132 to your computer and use it in GitHub Desktop.

Try the following: Connect to the synology nas using SSH and "ADMIN ACCOUNT" and issue the following commands:

sudo su (This command will ask por admin password)
cd /var/packages/Plex Media Server/scripts
./start-stop-status start

To verify it is running yo can issue the following command:

ps -fea | grep target/Plex\ Media

The output will be something like this:

ash-4.3# ps -fea | grep target/Plex\ Media
plex 14153 1 1 Nov02 ? 00:15:57 /var/packages/Plex Media Server/target/Plex Media Server
root 14762 13792 0 12:27 pts/4 00:00:00 grep target/Plex Media
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment