I chose "Basic" as the RAID time for maximum performance
Chose the correct drive and work through the rest of the prompts.
Next, Create the volume. On the Volume Tab, click create, choose custom, select an existing pool, which is your newly created SSD, the follow the prompts to finish.
Step 2 - Install Plex Media Server
If Plex is already installed & configured, skip to the end and I'll show you how to configure the transcoding & metadata settings to run on the SSD instead. If you don't mind recreating things, installing the entire plex app on the SSD is a much cleaner way to go.
Open the Package Center, but before we start, make sure you can choose which volume to install on. You can do this by clicking on the Settings button
Under General, Default Volume, Choose "Always ask me", and click the OK button. This way you can decide where to install Plex.
Next, click to install Plex Media Server. The first screen will be the option to Select a destination volume to install the package. Choose your SSD volume.
Finish the Plex install and that's it! Plex will automatically use the SSD for Metadata and Transcoding!
One last step, you may want to use the SSD for other rapid disk items, so go ahead and add a shared folder to the volume. In my case, I called it SSD. To do this, open the File Station, click Create -> Create New Shared Folder. Give it a name, select the SSD location, I unchecked Restrict access to administrators only and click next. I chose not to encrypt data, but I did choose the data integrity option. Finally, make set the appropriate read/write permissions.
This is now ready to go!
Step 2 - Set up auto-backups
Because this is a single disk volume, if/when it fails, you will loose everything on it. To accommodate for this single point of failure, simply setup an automated backup. This way if/when it fails, simply replace the drive and restore the backup, and you'll be back up and running!
For this task, I chose to use Snapshot Replication. To install, open your Package Center, find Snapshot Replication, and click install. Once finished, open it up.
Inside the Snapshot Replication app, Choose the Snapshops tab and use CTRL + Click to select both the Plex shared folder, as well as the SSD shared folder, then click the Settings button.
On the Schedule tab, uncheck "Keep the original" and Check "Enable snapshot schedule" instead. I set my snapshot to run daily at 3am.
Next under Retention, I choose to only retain the last 5 snapshots (5 days worth), and to delete old snapshots at 5am.
Finally, under Advanced, I chose to "Make snapshot visible".
Finally click OK to save the settings. You will now see the snapshots are scheduled! If your SSD ever fails, you'll be able to restore the backup!
Step 3 - Update Plex
While Synology does offer automatic updates, I can tell you from experience, They are quite a few versions behind! Thankfully Plex makes this incredibly easy! Start by visiting this page:
https://www.plex.tv/media-server-downloads/#plex-media-server and choose Synology from the drop down menu, click Choose Package. I chose Intel 64-bit.
This will download a .spk file. Back to the Package Center, Click the "Manual Install" button, browse for the .spk file and click next. Follow the prompts and you will have the newest version of Plex installed!
In my case, the newest version of plex from the package center was 1.18.5... I was able to upgrade it to 1.21.1 with just a few clicks.
Bonus options:
Tanscoding driver fix
Thanks to NASCompares YouTube channel for this one. A full write-up can be found here. It turns out, the default driver is not able to take full advantage of the Intel Celeron J4125 processor! This is especially true with H265 video files. So, to improve transcoding, we will want to change the default driver to the i965 video driver.
Keep in mind, if you update to a newer version of the Plex Media Server, you may have to install the i965 video driver again.
First, install the Text Editor package from the Package Center.
Next, stop the Plex Media Center. You can do this via the Package Center, choose Plex and click the drop down next to open and click "Stop".
Open File Station. You will brows to Plex -> Library -> Application Support -> Plex Media Server. From there, you will click on the file Preferences.xml. This will open up in the Text Editor. Scroll right to the very end of the line, you will see the characters "/>"
You will want to add a space, followed by: VaapiDriver="i965"
Now Return to the Package Center and click run on the Plex Media Center
That's it! Thanks Rob for doing the legwork on this one!
Pre-Transcoding
If you find that you are doing a lot of transcoding, and you have storage to spare, considering enabling offline transcoding. Essentially Plex with pre-transcode your videos so that when you want to stream, the plex will send the appropriate version without needing to engage your cpu.
To do this, simply click the ellipses for each video you would like to optimize and select "Optimize...".
Move Plex Database to your SSD
If you already have plex setup and configured, but would still like to take advantage of the speed boost of an SSD,
you can follow this guide. I could type that up, but honestly that guide has done a better job explaining it than I could have!
Move Temporary Transcoding to your SSD
If you already have plex setup and configured, but would still like to take advantage of the speed boost of an SSD, here is how it's done:
Open your File Station, Choose the SSD shared directory, and create a folder to store the temporary transcoding in. Then right click the folder and choose Properties. From there, you can copy the location which you will need for the next step.
Next, open your plex server, click settings, choose your server, click Transcoder under your server settings, then click the "Show Advanced" button. This will reveal the "Transcoder temporary directory" option. There you can paste in the directory of the newly created folder on your SSD. Click Save Changes, and you are all set!