Comments on How to Install Airsonic Media Server on Ubuntu

Airsonic is free and open source media server. It's a self-hosted web-based media streamer that provides ubiquitous access to your music, makes it easy to share your music with friends or listen to your music while at work. In this tutorial, I will show you step-by-step how to install Airsonic on Ubuntu 18.04.

2 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Jay LaCroix

In your systemd file, you reference:

/etc/sysconfig/airsonicIt should be:/etc/default/airsonic

By: Misterti

Problem n.1: I can't install Java 8, as it is no longer supported. When I do java -version the answer is "openjdk version "11.0.10" 2021-01-19 OpenJDK Runtime Environment (build 11.0.10+9-Ubuntu-0ubuntu1.18.04) OpenJDK 64-Bit Server VM (build 11.0.10+9-Ubuntu-0ubuntu1.18.04, mixed mode, sharing)" I can continue installation but when i do netstat -plnu there is no instance for Airsonic listening to port 8080...