This tutorial is going to show you how to install Emby Server on Ubuntu 17.04. Emby Server is a free multimedia streaming server which allows us to stream multimedia content to any supported devices. It also can be used to stream Live TV to your devices. The latest version 3.2.15 is now available for download.
Emby Server is a great way to manage, watch and stream your multimedia contents from any devices on your network. Its similar to Plex Media Server. It supports DLNA server as well.
Emby server functionality can be expanded with plugins. This plugin can be installed easily via web management UI.
How to install Emby Server on Ubuntu 17.04
Step 1. Add the key
wget -nv http://download.opensuse.org/repositories/home:emby/xUbuntu_17.04/Release.key -O Release.key sudo apt-key add - < Release.key
Step 2. Add the repository
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/emby/xUbuntu_17.04/ /' > /etc/apt/sources.list.d/emby-server.list"
Step 3. Install Emby
sudo apt-get update sudo apt-get install emby-server
Step 4. Configure Emby
Open web browser and type the ip-address of the Ubuntu with the following format:
http://ip-address:8096
This all works well – however Emby does no appear in my system’s desktop applications list (eg. in the Multimedia sub-category) – nor is there an Emby icon available in the system tray.
It would be so nice to have a desktop shortcut for Emby – similar to Kodi, Plex, &/etc ….