Jump to content

How to update Emby Server on Synology remotely using command line


FrostByte

Recommended Posts

FrostByte

This guide will help in the updating of Emby server from command line remotely from any location.  The tools you use may differ, but the procedures will be similar.

1. Download the Emby server package from GitHub

  • Start Synology Download Station
  • Click Create download task via URL
  • Select the destination and Enter the URL for the Emby Server package file
  • Click OK

image.jpeg.6530218a04f1d8ec93e7d7dc624e494e.jpeg

 

2. Connect remotely to NAS using SSH

  • Start SSH client such as Windows Terminal/PowerShell
  • Enter SSH command in the format: ssh Admin@NAS IP address -p ssh port number

Ex:

ssh Admin@10.0.0.55 -p 8022

 

  • Enter Admin password

image.thumb.jpeg.83f3ef67a0b976afe39aa25e701d1a37.jpeg

 

3. Install the Emby Server package

  • Change directory to where you downloaded the Emby Server package file

Ex:

cd volume1/Downloads

image.thumb.jpeg.e1bb1a7a0596881363a151e9d8cb7295.jpeg

 

  • Stop the current Emby Server package from running
sudo synopkg stop EmbyServer

image.thumb.jpeg.33e54ec48fde15e40008a0c84693d25b.jpeg

 

  • Install the Emby Server package you downloaded earlier

Ex:

sudo synopkg install emby-server-synology7_4.8.0.8_x86_64.spk

image.thumb.jpeg.73ccd43f8fcd32f990cc56ab71c43784.jpeg

 

Emby Server has now updated and the status should be running.

Edited by FrostByte
  • Like 2
  • Thanks 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...