Installing Subsonic On Free [VERIFIED]nas (and Bonus Upgrade Instructions)
Installing Subsonic on FreeNAS (and Bonus Upgrade Instructions)
Subsonic is a popular music and video streaming server that allows you to access your media collection from anywhere. You can stream your music and videos to your web browser, smartphone, tablet, smart TV, or other devices. You can also share your media with your friends and family, create playlists, podcasts, and more.
installing subsonic on freenas (and bonus upgrade instructions)
FreeNAS is a free and open source operating system that turns any computer into a network-attached storage (NAS) device. You can use FreeNAS to store and backup your files, share them over the network, run various applications and services, and more.
In this article, we will show you how to install Subsonic on FreeNAS and enjoy your media collection on any device. We will also give you some bonus upgrade instructions to keep your Subsonic server up to date.
How to Install Subsonic on FreeNAS
To install Subsonic on FreeNAS, you will need to create a jail, a dataset, and a mount point. A jail is a secure and isolated environment that runs applications and services. A dataset is a logical unit of storage that holds your files. A mount point is a link between a jail and a dataset that allows access to the files.
Here are the steps to install Subsonic on FreeNAS:
Create a dataset for your media files. Go to Storage > Volumes > Create ZFS Dataset. Name the dataset something like "media" and set compression level and atime to "off". Leave the rest at defaults and hit save.
Create some folders inside your dataset for your music and videos. Go to Shell and navigate to your new dataset. Use the command "mkdir music" and "mkdir videos" to create the folders.
Set permissions on your dataset. Go to Storage > Volumes and highlight your dataset "media". Click on the icon with the key and set the permissions for "media" and all the folders you created inside that dataset. Set the user and group to ones you have created or use "root" if you don't have any. Give the owner and group Read, Write, Execute permissions and only let others Read permissions. Make sure you check the box for "set permissions recursively" and click change.
Create a jail for Subsonic. Go to Jail > Configuration and set the jail root to /mnt/your_volume_name (for example /mnt/nas1) and your networking per your setup. You will need an IP address for your jail that is different from your FreeNAS IP address. For example, if your FreeNAS IP address is 10.0.100.10, you can use 10.0.100.20 for your jail IP address.
Go to Jail > Add Jail and name it something like "subsonic". Leave the rest at defaults and hit OK.
Download the latest Subsonic standalone package from http://www.subsonic.org/pages/download.jsp. Use a tool like WinSCP or FileZilla to copy the downloaded file (for example subsonic-6.1.6-standalone.tar.gz) into your jail's /tmp folder.
Go to Shell and enter your jail with the command "jexec subsonic csh" (replace subsonic with your jail name). Unpack the Subsonic package with the command "tar xvzf /tmp/subsonic-6.1.6-standalone.tar.gz -C /usr/local/subsonic/standalone" (replace subsonic-6.1.6-standalone.tar.gz with your downloaded file name).
Edit the Subsonic startup script with the command "ee /usr/local/subsonic/standalone/subsonic.sh". Change the line that says "SUBSONIC_HOME=/var/subsonic" to "SUBSONIC_HOME=/usr/local/subsonic". Save and exit.
Create a mount point for your media dataset. Go to Jail > Storage > Add Storage. Select your jail name (subsonic) and click OK. Select your source dataset (media) and enter a destination path (/media). Click OK.
Start Subsonic with the command "/usr/local/subsonic/standalone/subsonic.sh". You should see a message that says "Started Subsonic [PID xxxxx, /usr/local/subsonic/subsonic_sh.log]".
Congratulations! You have successfully installed Subsonic on FreeNAS.
How to Access Subsonic on FreeNAS
To access Subsonic on FreeNAS, you will need to open a web browser and enter the IP address of your jail followed by :4040 (for example http://10.0.100.20:4040). You should see the Subsonic login page.
The default username is admin and the default password is admin. You should change these credentials as soon as possible for security reasons.
Once you log in, you can start adding your media folders to Subsonic by going to Settings > Media folders > Add media folder. Enter a name for your folder (for example Music) and enter the path to your folder (/media/music). Click Save.
You can also adjust other settings such as transcoding, users, podcasts, internet radio, etc.
You can now enjoy streaming your music and videos from Subsonic on any device that supports it.
Bonus Upgrade Instructions for Subsonic on FreeNAS
If you want to upgrade Subsonic on FreeNAS to a newer version, you can follow these steps:
Download the latest Subsonic standalone package from http://www.subsonic.org/pages/download.jsp. Use a tool like WinSCP or FileZilla to copy the downloaded file (for example subsonic-6.1.6-standalone.tar.gz) into your jail's /tmp folder.
Go to Shell and enter your jail with the command "jexec subsonic csh" (replace subsonic with your jail name). Stop Subsonic with the command "/usr/local/subsonic/standalone/subsonic.sh --stop". You should see a message that says "Stopped Subsonic [PID xxxxx]".
Unpack the new Subsonic package with the command "tar xvzf /tmp/subsonic-6.1.6-standalone.tar.gz -C /usr/local/subsonic/standalone" (replace subsonic-6.1.6-standalone.tar.gz with your downloaded file name).
Start Subsonic with the command "/usr/local/subsonic/standalone/subsonic.sh". You should see a message that says "Started Subsonic [PID xxxxx, /usr/local/subsonic/subsonic_sh.log]".
You have successfully upgraded Subsonic on FreeNAS.
Conclusion
In this article, we have shown you how to install Subsonic on FreeNAS and enjoy your media collection on any device. We have also given you some bonus upgrade instructions to keep your Subsonic server up to date.
We hope you found this article helpful and informative. If you have any questions or comments, please feel free to leave them below.
Thank you for reading.
How to Use Subsonic on FreeNAS
Once you have installed and configured Subsonic on FreeNAS, you can start using it to stream your media collection to your devices. Here are some of the ways you can use Subsonic on FreeNAS:
You can use the web interface of Subsonic to browse, search, play, and download your media files. You can also create playlists, podcasts, internet radio stations, and more.
You can use the Subsonic mobile app for Android, iOS, or Windows Phone to access your media files on your smartphone or tablet. You can also use the app to control the playback on other devices, such as Chromecast or AirPlay.
You can use the Subsonic desktop app for Windows, Mac, or Linux to access your media files on your computer. You can also use the app to sync your media files with your devices or cloud storage.
You can use the Subsonic API to integrate Subsonic with other applications or services, such as Kodi, Plex, Sonos, Alexa, etc.
You can find more information and download links for the Subsonic apps and API on the official website: http://www.subsonic.org/pages/apps.jsp.
Tips and Tricks for Subsonic on FreeNAS
Here are some tips and tricks that can help you get the most out of Subsonic on FreeNAS:
You can change the port number of Subsonic from 4040 to something else if you want. To do this, edit the file /usr/local/subsonic/standalone/subsonic.sh and change the line that says "SUBSONIC_PORT=4040" to "SUBSONIC_PORT=your_port_number". Save and restart Subsonic.
You can enable HTTPS for Subsonic if you want to secure your connection. To do this, edit the file /usr/local/subsonic/standalone/subsonic.sh and change the line that says "SUBSONIC_HTTPS_PORT=0" to "SUBSONIC_HTTPS_PORT=your_port_number". You will also need to generate a self-signed certificate and place it in /usr/local/subsonic/standalone/. You can find more details on how to do this on the official website: http://www.subsonic.org/pages/ssl.jsp.
You can customize the look and feel of Subsonic by changing the theme, logo, color scheme, etc. To do this, go to Settings > Personal > Appearance and select your preferences. You can also upload your own logo and favicon.
You can backup and restore your Subsonic settings and database by copying the files /usr/local/subsonic/subsonic.properties and /usr/local/subsonic/db/. You can also export and import your playlists by going to Settings > Media folders > Export playlists or Import playlists.
We hope these tips and tricks will help you enjoy Subsonic on FreeNAS even more.
Final Words
Subsonic is a great way to stream your media collection from your FreeNAS server to any device. You can install Subsonic on FreeNAS easily and quickly by following our guide. You can also upgrade Subsonic on FreeNAS with our bonus instructions. You can access Subsonic on FreeNAS with various apps and services. You can also customize and optimize Subsonic on FreeNAS with our tips and tricks.
If you have any questions or comments about installing Subsonic on FreeNAS, please feel free to leave them below. We would love to hear from you and help you out.
If you liked this article, please share it with your friends and family who might be interested in installing Subsonic on FreeNAS. You can also subscribe to our newsletter for more articles like this.
Thank you for reading and happy streaming!
Conclusion
In this article, we have shown you how to install Subsonic on FreeNAS and enjoy your media collection on any device. We have also given you some bonus upgrade instructions to keep your Subsonic server up to date. We have also provided you with some information and tips on how to use and customize Subsonic on FreeNAS.
Subsonic is a powerful and versatile media streaming server that can run on your FreeNAS device. You can stream your music and videos to your web browser, smartphone, tablet, smart TV, or other devices. You can also share your media with your friends and family, create playlists, podcasts, and more.
We hope you found this article helpful and informative. If you have any questions or comments, please feel free to leave them below.
Thank you for reading. 6c859133af
https://soundcloud.com/kolesnikovsxhwd/hak5-download-center
https://soundcloud.com/spirincuide/crack-ableton-live-11-windows-better
https://soundcloud.com/krissy-jaterka/is-utorrent-safe-for-pc
https://soundcloud.com/spirincuide/sql-prompt-free-download-extra-quality-crack