# \[HowTo\] Update PMS on QNAP using SSH

**URL:** https://forums.plex.tv/t/howto-update-pms-on-qnap-using-ssh/485831
**Category:** Tips, Tricks & How-Tos
**Tags:** server-qnap, tipstricks
**Created:** [November 4, 2019, 9:10pm UTC](https://forums.plex.tv/t/howto-update-pms-on-qnap-using-ssh/485831 "2019-11-04T21:10:16Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![dane22](https://sea1.discourse-cdn.com/plex/user_avatar/forums.plex.tv/dane22/32/4389_2.png) [@dane22](https://forums.plex.tv/u/dane22)
#### Post date: [November 4, 2019, 9:10pm UTC](https://forums.plex.tv/t/howto-update-pms-on-qnap-using-ssh/485831/1 "2019-11-04T21:10:16Z")

</div>

If you want to update PMS on your QNAP using SSH, it can be done by doing the following:

1. Browse to [https://www.plex.tv/media-server-downloads/](https://www.plex.tv/media-server-downloads/)
  - Select the relevant QPKG
  - Right-Click on the download link, and copy to your clipboard

2. Open an SSH connection to your QNAP
3. In the console, type:
  - `cd /share/Public`
  - `curl <DOWNLOADLINK> --output pms.qpkg`
  - `chmod +x pms.qpkg`
  - `./pms.qpkg`

Above will download and install/update PMS from Plex download site

---

<div class="post-metadata">

### Author: ![dane22](https://sea1.discourse-cdn.com/plex/user_avatar/forums.plex.tv/dane22/32/4389_2.png) [@dane22](https://forums.plex.tv/u/dane22)
#### Post date: [November 17, 2019, 12:17am UTC](https://forums.plex.tv/t/howto-update-pms-on-qnap-using-ssh/485831/2 "2019-11-17T00:17:14Z")

</div>


