title
Products            Buy            Support Forum            Professional            About            Codec Central
 
Results 1 to 3 of 3

Thread: Asset UPnP for Linux instructions - x86, Raspberry Pi

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Super Moderator
    Join Date
    Jul 2011
    Posts
    1,290

    Asset UPnP for Linux instructions - x86, Raspberry Pi

    Installing
    Installing is done through the Linux terminal command-line. For headless devices, install 'Putty' then connect to the device to access command-shell.

    Do determine which version of Asset is compatible with your system:
    Code:
    uname -m
    Possible output:
    • i686 : x86 32-bit
    • x86_64 : x86 64-bit (x64)
    • armv7, aarch64 : ARM (Raspberry Pi)


    Create and enter a folder in which Asset will be downloaded an extracted:
    Code:
    mkdir ~/Asset-Install
    cd ~/Asset-Install
    To simplify the process, all listed download commands produce a file named asset.tar.gz

    Downloading Asset, free version:
    Execute one of the following, depending on your machine type:
    Code:
    wget https://www.dbpoweramp.com/install/AssetUPnP-Linux-x86.tar.gz -O asset.tar.gz
    wget https://www.dbpoweramp.com/install/AssetUPnP-Linux-x64.tar.gz -O asset.tar.gz
    wget https://www.dbpoweramp.com/install/Asset-RaspberryPi.tar.gz -O asset.tar.gz
    Downloading Asset, registered version, this must be done to a PC using the registration link in your email receipt, or the link presented after purchase. After downloading transfer the install to your device (perhaps by USB flash drive)

    Installing:
    Extract the downloaded archive with the tar command below - a folder named Asset-<versiondetails> will be created.
    Enter the folder and execute INSTALL.sh:
    Code:
    tar xzf asset.tar.gz
    cd Asset-*
    ./INSTALL.sh
    Further details will be shown on screen. When finished, Asset will be running and configured to automatically start on system startup.
    To access Asset configuration, type the following URL into your web browser:
    Code:
    http://x.x.x.x:45537/
    ... replacing x.x.x.x with the IP address of your Linux system.
    If you don't know the IP address, type ifconfig into terminal and look for IP address under eth0 / inet.

    When done, the Asset-Install folder is no longer needed and can be deleted:
    Code:
    rm -rf ~/Asset-Install
    Upgrading
    Follow the instructions above. The INSTALL.sh script will upgrade from an older version to newer automatically.

    Trial and registered versions:
    Registered status is always retained when upgrading. If you install a registered version once, you can then update it with trial or beta packages; they will all function as registered.

    Uninstalling
    Use the included UNINSTALL.sh script. If you've deleted the Asset-Install folder, you can follow the install procedure above with free version of Asset and run UNINSTALL.sh instead of INSTALL.sh
    Last edited by Spoon; 12-20-2020 at 05:14 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •