How one can Set up Subsonic Media Server Ubuntu 18.04 10
0

Subsonic is a web-based media server written in Java language, so it could possibly run on any working system with Java help. It comes with a user-friendly net interface and permits us to share music and video with a number of customers. You may stream your music from house and take heed to your music from anyplace.

On this tutorial, we will probably be going to discover ways to set up Subsonic media server in Ubuntu 18.04 server.

Necessities

  • A server working Ubuntu 18.04.
  • A non-root person with sudo privileges.

Set up Java

Subsonic media server is written in Java, so you will want to put in Java to your system. You may set up Java utilizing the next command:

sudo apt-get set up oracle-java8-installer -y

After putting in Java, you may verify the model of Java with the next command:

java -version

You need to see the next output:

Java model "1.8.0_91"
 Java(TM) SE Runtime Atmosphere (construct 1.8.0_91-b14)
 Java HotSpot(TM) 64-Bit Server VM (construct 25.91-b14, blended mode)

Set up Subsonic

First, you will want to obtain the newest model of the Subsonic to your system. You may obtain it utilizing the next command:

wget https://s3-eu-west-1.amazonaws.com/subsonic-public/download/subsonic-6.1.3.deb

As soon as the obtain is accomplished, set up the Subsonic utilizing the next command:

sudo dpkg -i subsonic-6.1.3.deb

As soon as the Subsonic is put in, restart the Subsonic service with the next command:

sudo systemctl restart subsonic

By default, Subsonic retailer their music information in /var/music listing. So you will want to create a music listing for Subsonic.

sudo mkdir /var/music

Entry Subsonic Web Interface

Now, Subsonic media server is put in and runs on port 4040. Open your net browser and sort the URL http://yourserverip:4040, you can be redirected to the Subsonic login web page as proven under:

Subsonic login

Subsequent, enter username and password as admin/admin and click on on the Log In button, you must see the Subsonic default dashboard within the following web page:

Subsonic Media Server Dashboard

How To Use Alertmanager And Blackbox Exporter To Monitor Your Web Server On Ubuntu 16.04

Previous article

The way to Set up Webuzo Management Panel in Centos 6.x Half-2

Next article

You may also like

Comments

Leave a Reply

More in Apache