User Tools

Site Tools


upload_license_via_command_line

How to upload the license file from command line

If you don't have access to the console / WebUI / mobile app that enables you to upload your license file, you can use this command line from the terminal.

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

where

  • 127.0.0.1 is the IP address of the machine running the Serviio server
  • Serviio_XXX.lic is the path to the license file
upload_license_via_command_line.txt · Last modified: 2014/03/19 13:53 by zip