Changes

Jump to: navigation, search

How to setup Universal Media Server 8.0.1 under Ubuntu 18.04

860 bytes added, 21:13, 29 September 2019
no edit summary
##start UMS by running <pre>sudo service ums start</pre>
##visit the UMS webpage by going to ''http://MyMediaServer'' in a web browser
 
=How to Update to the latest version=
#Visit https://github.com/UniversalMediaServer/UniversalMediaServer/releases to find the latest version
#Navigate to the installation folder by running <pre>cd /opt</pre>
#Download the latest tarball by running something like <pre>sudo wget https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/9.0.0/UMS-9.0.0.tgz</pre> MAKE SURE YOU CHANGE THE ABOVE LINE TO THE CORRECT VERSION
#Unpack the tarball by running <pre>sudo tar -xvzf UMS-*.tgz</pre>
#Stop the ums service by running <pre>sudo systemctl stop ums</pre>
#Update the "ums" symlink by running <pre>sudo ln -sfn /opt/ums-9.0.0/ ums</pre> MAKE SURE YOU CHANGE THE ABOVE LINE TO THE CORRECT VERSION
#Remove the downloaded tarball by running <pre>sudo rm UMS-*.tgz</pre>
#Start the ums service by running <pre>sudo systemctl start ums</pre>
=References=

Navigation menu