Page 1 of 1

Pro license won't upload on 1.4.1.2 (QNAP X86)

PostPosted: Fri Jul 04, 2014 8:07 pm
by fribse
For some reason my pro license will not upload on the QNAP Serviio, any idea on how to fix this?
If I try and upload it, it closes the upload requester, but doesn't show the license in the window.

Re: Pro license won't upload on 1.4.1.2 (QNAP X86)

PostPosted: Tue Jul 08, 2014 11:47 pm
by Xmantium
Theres four ways to upload the licence (its a .lic file when you buy the Pro licence)

1: Remote access with windows console
You would simple have to download the new Windows Serviio v1.4.1.2 from http://www.serviio.org/download
Only install the console, then edit C:\Program Files\Serviio\bin\ServiioConsole.exe.vmoptions with a text editor by adding:
  Code:
-Dserviio.remoteHost=XXX.XXX.X.XXX
Replacing XXX.XXX.X.XXX with the IP Address your Serviio server

2: Use your Android phone
Use ServiiDroid for Android which is v1.4.1.2 compatible - https://play.google.com/store/apps/deta ... erviidroid

3: Install the latest unofficial web ui
http://wiki.serviio.org/doku.php?id=phpwebui

4. Commandline using Curl
  Code:
curl -i -H "Content-Type: plain/text; Accept: application/json" -X PUT "http://127.0.0.1:23423/rest/license-upload" -T Serviio_XXX.lic

Re: Pro license won't upload on 1.4.1.2 (QNAP X86)

PostPosted: Wed Jul 09, 2014 5:53 am
by fribse
It was when I tried the WebUI it failed, the curl command worked, thankyou!